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 what are the advantages of asp.net mvc framework? : asp.net mvc
What is the namespace to create thread in .net?
What are the three parts of an http response?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is redirectpermanent in asp.net?
What is is post back property in asp net?
How to use multiple scriptmanager controls in a web page?
Is asp.net a programming language?
What is the difference between asp.net and mvc?
What is the use of dispose method?
Can you explain architecture of your project ?
What is the use of session?
What is difference between web api and web services?
Explain how asp.net different from asp?
What are the differences between primary foreign and unique keys?