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 system.stringbuilder and system.string
What is the difference between the asp and asp.net?
Which type of state management is provided by Query String in ASP.NET?
Explain transparent caching with aop?
What is the difference between user control and custom control?
How can we implement a identity (sql server) call in an asp.net page?
What is recordset asp?
Explain how asp.net page works?
How would ASP and ASP.NET applications run at the same time on the same server?
How to implement globalization and localization in the use interface in .net.
When we use cookie less session? Explain its working?
What are the components of ado.net?
What is http post action?
Explain page output caching?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?