Default1.aspx page as follows
Course Id Dropdownlist
Course Name Dropdwonlist
Batch start date Calendar
Batch End date Calendar
LinkButton
When i Click the Link Button it will redirect to another page
for that how can i do in asp.net using csharp.
Regards,
Narasiman P.
Loading
Jignesh TrivediPosted Sep 17, 2013, 4:30 AM
hi,
you can also redirect page using javascript.
using window.location keyword...
Please refer
http://ntt.cc/2008/01/21/5-ways-to-redirect-url-with-javascript.html
hope this will help you.
Satyapriya NayakPosted Sep 17, 2013, 3:52 AM
{
Response.Redirect("WebForm1.aspx");
}