Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
34013 Points
5468 Posts
May 04, 2012 05:54 AM|LINK
Phinehas kedarrkulkarni ScriptManager.RegisterStartupScript(this, this.GetType(), "script","javascript:alert('error message')", true); May I know the statement written in VB.net?
kedarrkulkarni ScriptManager.RegisterStartupScript(this, this.GetType(), "script","javascript:alert('error message')", true);
May I know the statement written in VB.net?
try this
ScriptManager.RegisterStartupScript(Me, Me.GetType(), "script", "javascript:alert('error message')", True)
hope this helps...
kedarrkulkar...
All-Star
34013 Points
5468 Posts
Re: DropDownList and Alert
May 04, 2012 05:54 AM|LINK
try this
ScriptManager.RegisterStartupScript(Me, Me.GetType(), "script", "javascript:alert('error message')", True)
hope this helps...
KK
Please mark as Answer if post helps in resolving your issue
My Site