How to Open any web page by clicking any Any ASPControl
like (Checkbox,radio button or Button) without calling its
event and without going to Siverside code?
Answer Posted / vikas kant
<script type="text/javascript" language="javascript">
function fnopenpage()
{
window.open('Default2.aspx?bck=1');
return true
}
</script>
<asp:button ID="btn" OnClientClick="fnopenpage()"
Text="CLICK" runat="server"></asp:button>
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain the steps to be followed to use passport authentication.
What is postback in asp net?
What is the difference between file-based dependency and key-based dependency?
What are the main differences between asp and asp.net?
How do we assign page-specific attributes?
Which adapter should you use, if you want to get the data from an access database?
What is the flow of processing of the request? : asp.net mvc
Give some salient points of difference between request processor and request dispatcher.
What do you mean by View State and what is its role?
Explain the difference between server control and html control.
Explain significance of routing? : asp.net mvc
How can we create a website?
Explain serialization and deserialization?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Explain how do you deploy your asp.net application?