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 / ramkumar
using postbackurl property we can easily redirect to a page
eg:
<asp:button ID="btnRedirect" PostBackUrl="newuser.aspx"
Text="CLICK" runat="server"></asp:button>
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the difference between CC and BCC?
What is slidemaster?
What is the difference between page-level caching and fragment caching?
What is the difference between sealed vs static class?
To wrap up a call to a Web service the standard used is..?
Can a .net web application consume java web service?
What is autopostback in asp net?
Explain about consistent programming model in the .NET framework?
Explain cashing in asp.net.
In how many ways we can retrieve table records count?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
How to display Alert in ASP.NET
What are session objects?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
Out of ASP or ASP.NET which one is stateless?