Dear All,
I have used div like a dialog window for showing confirmation message in my asp.net project and iam using infrgistics 9 version.
when i click a button i visible the div and that show immetiatly but after click on ok button within div does not vanizh immetiatly but the visible false server code is executed immetiatly.
but div invisible taking so much time particularly in IE 7, but that is much faster in IE 8 and Firefox.
Can anyone help me to solve this issue.
Thanks,Vasanth.
Hello Vasanth,
I'd recommend you use client side code to hide the dialog window, that would be much faster. It seems like the request may be taking too long and that is why it is so slow.
Check out an example here to see how you can do this using client-side code.
http://samples.infragistics.com/2010.2/WebFeatureBrowser/contents.aspx?showCode=true&t=webdialogwindow/ConfirmationDialog.aspx~srcview.aspx?path=~srcview.aspx?path=webdialogwindow/ConfirmationDialog.src
HTH,
Taz.