Hi Cerebrus, here is my code iam using in .net 1.1  version below..

//   //

StringBuilder sb=new StringBuilder();

sb.Append("<script language='javascript'>");

sb.Append("alert('Data Saved Succesfully');");

this.RegisterStartupScript(this.GetType().ToString(),sb.ToString());
//   //

On Wed, Aug 12, 2009 at 11:06 PM, Cerebrus <[email protected]> wrote:

>
> Show us your code!!
>
> On Aug 12, 1:49 pm, krishna kurapati <[email protected]>
> wrote:
>  >  Hi All,
> >
> >              Iam facing a problem with displaying pop up message box in
> .net
> > 2003 web application. i have used string builder object and appended java
> > script code like alert tags to display popu up with RegisterStartupScript
> > ... but its not working... how can we show Pop Up message box in .net
> 2003
> > web application.
> >
> > Thank you.
> > --
> > Have A  Nice Day
>



-- 
Have A  Nice Day

Reply via email to