hi my dear friends :
i have a radwindow with a button in it....
===========================================================
i am so new with jQery so i desided to work with RadWindows In Code Behind...
i opens this radwindow in code behind like this :
Is It Possible To Block Countinuing CodeBehind (Response.Write("Hello Worldd !");) When this RADWINDOW Appears????
i mean , hello world be appears after Clicking on RadWindow Button...
if there is no way with c# code , how can i do that with jquery?
best regards
i have a radwindow with a button in it....
===========================================================
i am so new with jQery so i desided to work with RadWindows In Code Behind...
i opens this radwindow in code behind like this :
Page.RegisterStartupScript("callWin", "<script type='text/javascript'>OpenWindow();</script>"); |
Response.Write("Hello Worldd !"); |
Is It Possible To Block Countinuing CodeBehind (Response.Write("Hello Worldd !");) When this RADWINDOW Appears????
i mean , hello world be appears after Clicking on RadWindow Button...
if there is no way with c# code , how can i do that with jquery?
best regards