error in creating popup
- From: "manas" <mahesh.manas@xxxxxxxxx>
- Date: 12 Jun 2005 11:44:32 -0700
hi,
I am using showDialogModal to create a popup...
the intial page is webform1.aspx and the popup page is error.aspx,
I have the <base target="_self"> in webform1.aspx
and the code i used is
submit1.Attributes.Add("onclick","window.showModalDialog('error.aspx','BaseWork','dialogWidth:400px;dialogHeight:300px;');");
The error is :
CS0117 :'ASP.error_aspx' does not contain a defination for 'webform1'
What does this mean...where should i define this ??
I would appreciacte your help,
Thanks
Manas
.
- Follow-Ups:
- Re: error in creating popup
- From: Eliyahu Goldin
- Re: error in creating popup
- Prev by Date: Re: an old geezer running visual studio for the first time
- Next by Date: RE: Select Listbox Item based on Textbox input
- Previous by thread: Databinding Dates in ASP .Net 2.0
- Next by thread: Re: error in creating popup
- Index(es):
Relevant Pages
|