Hi Guys, I want to use the WebDialog box to display a record. i.e the users clicks a row in the WebGrid and that record is displayed in the WebDialog - whats the best way (if its possible) to achieve this - Thanks Marc
Can you provide same thing in C#.
Thank you.
Hi,
I tried the example above, everything is fine except that when I click the link for the first time, the WebDialogWindow is empy, it does not show the data of the EmployeeID I passed to the edit.aspx page.
But when click for second time, the data will appear. Seems like the WebDialogWindow is not being initialize in the first load. How to solve it?