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


Please Help Members By Posting Answers For Below Questions

a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

1788


What are the validation controls available in ASP.NET?

713


Explain a program using code nuggets to create a simple application? : asp.net mvc

743


What is the procedure to create the environment for asp.net? : asp.net mvc

698


What is ipostback?

789


Why asp.net is used?

735


Explain the steps needed to be performed in order to create an animation in xaml?

765


Web API uses which library for JSON serialization?

752


What is & in a url?

714


What is directive in asp net?

736


How does asp.net page work?

707


Can you change a master page dynamically at runtime? How?

681


What is app_code folder in asp net?

739


Explain file-based dependency and key-based dependency.

759


What is the difference between mechine.config and web.config?

968