Click here to Skip to main content
Click here to Skip to main content

How to show the message and redirect to other page in ASP.NET

By , 20 Nov 2011
 

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

1. How to show the message and redirect to other page in ASP.NET
Updated: 22 Nov 2011
public static void MsgAlert(string message, string optURL) { Page page = (Page)HttpContext.Current.Handler; message = message.Replace("'", "\\'"); message = message.Replace("\r", "\\r"); message = message.Replace("\n", "\\n"); ...
C#, Javascript, .NET, ASP
 

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

mgrks
India India
Member
No Biography provided

| | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 20 Nov 2011
Article Copyright 2011 by mgrks
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid