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 application session?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Elaborate differentiation between Cache and Application?
What are the options in ASP.NET to maintain state?
What are server side controls?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What are tuples?
What is use of Master Page in ASP.NET web pages?
What a diffgram is, and a good use for one?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Explain the difference between dataset and datareader.
Why mvc is faster than asp.net? : Asp.Net MVC
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is the concept of postback in asp.net?
What is the purpose of using MVC programming pattern in ASP.NET?