C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Message Box with OK in C# using ASP.Net
WhatsApp
Vijubook
12y
6.7
k
0
0
25
Blog
This blog defines message box with OK in C# using ASP.Net.
protected
void
btn_tomail_Click(
object
sender, EventArgs e)
{
ClientScript.RegisterStartupScript(Page.GetType(),
"alert"
,
"alert('Password Sent Your EmailID !!');
window.location=
'Login1.aspx'
;
", true);
}
People also reading
Membership not found