I am using below code to show jquery dialog, its working perfectly,
Sub OpenDialog(ByVal dialogId As String)
ScriptManager.RegisterStartupScript(Me, [GetType](), "openDialog", "$('#newPerson').dialog('open');", True)
End Sub
problem is that i wanted to pass some data from codebehind, i am using repeater control and binding repeater before opening dialog. it doesnt show any data on first click, when i click twice it show data in repeater control. any suggestion would be appreciated.
Regards
Use asp hidden fields,
Set there values in back end using this
& get them in JavaScript using this