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 main function of url routing system in asp.net mvc? : asp.net mvc
What is asp.net web application?
Why is xap important?
How can we call webservices in Banking Applications? and where we are using it?
What is session in http request?
What is the use of autowireup in asp.net?
What is comparevalidator?
Explain the concept of View Model in MVC?
What are url fragments?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
What is an il?
What is & in a url?
How many types of file extensions for razor views in ASP.Net MVC?
How to fetch a data from one table to another table in asp.net ?
What is the compiled object?