how to add cliet side event to server side?
and
how to register client script to sever side? wt difference
these two
Answer Posted / jagadish
string popupScript = "<script language='javascript'>" +
"window.open'PopUp.aspx', 'CustomPopUp', " +"'width=200,
height=200, menubar=yes, resizable=no')" +"</script>";
Page.RegisterStartupScript("PopupScript", popupScript);
OR
Page.RegisterStartupScript(me.gettype(),"somename","<script
language=javascript>somefunction()</script");
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is cookies cache and session?
What is form method?
Explain how to prepare culture-specific formatting in .net.
Why is an object pool required?
What are Master Pages in ASP.NET?
How would you implement inheritance using c#?
What is different in .net 1.1 and .net 2.0?
How does session work in asp net?
What is difference between cache and session?
Contrast OOP and SOA. What are tenets of each ?
How you will manage the state of ASP.NET controls?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is postback and autopostback in asp.net?
What are the merits and demerits of viewstate?
What is the significance of ASP.NET routing?