Lotus: ASP.NET, C#, CSS
Wednesday, 12 March 2014
Redirect when click on RadioButton
protected void btnsubmit_Click(object sender, EventArgs e)
{
if(RadioButton1.checked)
{
Response.redirect("payment.aspx");
}
else if(RadioButton2.checked)
{
Response.redirect("sales.aspx");
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment