Click here to Skip to main content
16,004,924 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Regarding Import From Excel Pin
Mike Ellison1-May-06 2:28
Mike Ellison1-May-06 2:28 
QuestionServer Error, please help!!! Pin
Commickey1-May-06 1:24
Commickey1-May-06 1:24 
AnswerRe: Server Error, please help!!! Pin
Mike Ellison1-May-06 2:34
Mike Ellison1-May-06 2:34 
GeneralRe: Server Error, please help!!! Pin
Commickey1-May-06 2:39
Commickey1-May-06 2:39 
QuestionAlert Box Pin
Balwan1-May-06 0:52
Balwan1-May-06 0:52 
AnswerRe: Alert Box Pin
Mike Ellison1-May-06 2:38
Mike Ellison1-May-06 2:38 
AnswerRe: Alert Box Pin
goyal manish1-May-06 2:46
goyal manish1-May-06 2:46 
AnswerRe: Alert Box Pin
OmegaCD1-May-06 16:18
OmegaCD1-May-06 16:18 
Hi!
I created a class called HelperClass where I have a lot of methods that help me with situations like this one. Here goes the code of the method to provide an alert window:
public static void MsgBox(System.Web.UI.Page page,string msg)
{
msg = msg.Replace("'","\\'");
page.RegisterStartupScript("msg","alert('" + msg + "');");
}
I also have other methods, if you need them let me know. I also found some free online tutorials at www.KYNOU.com
I hope I helped.

sfdsfsdf
QuestionHTML Text Box Pin
sudharsong1-May-06 0:43
sudharsong1-May-06 0:43 
AnswerRe: HTML Text Box Pin
Mike Ellison1-May-06 2:42
Mike Ellison1-May-06 2:42 
AnswerRe: HTML Text Box Pin
Kanjinghat3-May-06 23:21
Kanjinghat3-May-06 23:21 
GeneralRe: HTML Text Box Pin
sudharsong4-May-06 0:59
sudharsong4-May-06 0:59 
QuestionCreate installer with VS2005 Pin
awu251-May-06 0:37
awu251-May-06 0:37 
AnswerRe: Create installer with VS2005 Pin
Mike Ellison1-May-06 2:49
Mike Ellison1-May-06 2:49 
QuestionAlert Box Pin
Balwan30-Apr-06 23:03
Balwan30-Apr-06 23:03 
AnswerRe: Alert Box Pin
kirthikirthi30-Apr-06 23:32
kirthikirthi30-Apr-06 23:32 
AnswerRe: Alert Box Pin
R.Prabha Devi30-Apr-06 23:36
R.Prabha Devi30-Apr-06 23:36 
AnswerRe: Alert Box Pin
CWIZO1-May-06 0:10
CWIZO1-May-06 0:10 
QuestionHow to make a alert box on Button click Pin
Balwan30-Apr-06 23:00
Balwan30-Apr-06 23:00 
AnswerRe: How to make a alert box on Button click Pin
Sheel Gohe30-Apr-06 23:16
Sheel Gohe30-Apr-06 23:16 
GeneralRe: How to make a alert box on Button click Pin
Balwan30-Apr-06 23:24
Balwan30-Apr-06 23:24 
AnswerRe: How to make a alert box on Button click Pin
R.Prabha Devi30-Apr-06 23:38
R.Prabha Devi30-Apr-06 23:38 
QuestionError: Invalid Viewstate! Pin
wEb GuRu...30-Apr-06 22:11
wEb GuRu...30-Apr-06 22:11 
QuestionGet a reference of HTML Table bound to a GridView Pin
Sheel Gohe30-Apr-06 21:31
Sheel Gohe30-Apr-06 21:31 
AnswerRe: Get a reference of HTML Table bound to a GridView Pin
CWIZO1-May-06 0:11
CWIZO1-May-06 0:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.