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
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What are the validation controls available in ASP.NET?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is the procedure to create the environment for asp.net? : asp.net mvc
What is ipostback?
Why asp.net is used?
Explain the steps needed to be performed in order to create an animation in xaml?
Web API uses which library for JSON serialization?
What is & in a url?
What is directive in asp net?
How does asp.net page work?
Can you change a master page dynamically at runtime? How?
What is app_code folder in asp net?
Explain file-based dependency and key-based dependency.
What is the difference between mechine.config and web.config?