Can't put it working and I don't know why.
My window do not close and the parameter (in case is a label, Web control)
don't refresh.

Signature
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca
> Check out this article,
> http://www.microsoft.com/india/msdn/articles/PopupCalendarinASP.aspx
[quoted text clipped - 16 lines]
> > Hope this help you (if I try to help you)
> > ruca
Matt Hawley - 30 Mar 2004 16:33 GMT
You may be interested in my Calendar Popup control: http://www.eworldui.net/CustomControls/CalendarPopup.aspx
Matt Hawley, MCAD .NET
http://www.eworldui.net
Can't put it working and I don't know why.
My window do not close and the parameter (in case is a label, Web control)
don't refresh.
--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca
"Saravana [MVP]" <saravank@sct.co.in.nospam> escreveu na mensagem
news:eDRcb$gFEHA.744@TK2MSFTNGP09.phx.gbl...
> Check out this article,
> http://www.microsoft.com/india/msdn/articles/PopupCalendarinASP.aspx
[quoted text clipped - 9 lines]
> >
> > The question is How can I call the popup window by selecting an item in
a
> > datagrid?
> >
[quoted text clipped - 3 lines]
> > Hope this help you (if I try to help you)
> > ruca
[microsoft.public.dotnet.framework.aspnet.webcontrols]
hi saravana,
I have two questions for you. I use your example not for use the calendar,
but I made some changes to pick some fields about users like UserId,
UserName, etc...
The first question is Why can't I use labels instead of textboxes? How can I
pass labels controls? Note if I use Labels the popup window don't close.
The second question is if I use textboxes Why can?t I have one of them with
propertie visible=false? Here, if I put visible = true , works fine. If I
put visible = false, then don't work!!!!
What can I do to avoid this problems?????

Signature
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca
> Check out this article,
> http://www.microsoft.com/india/msdn/articles/PopupCalendarinASP.aspx
[quoted text clipped - 16 lines]
> > Hope this help you (if I try to help you)
> > ruca
Saravana [MVP] - 31 Mar 2004 14:42 GMT
Can you explain exactly what problem you are facing when you are using
labels instead of textbox.
--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com
> hi saravana,
> I have two questions for you. I use your example not for use the calendar,
[quoted text clipped - 35 lines]
> > > Hope this help you (if I try to help you)
> > > ruca
ruca - 31 Mar 2004 15:32 GMT
It's simple to explain. Two things happen (or do not happen and it should):
1- the window popup don't close.
2- values do not return to "parent" window
That's it. No errors ocurrs.

Signature
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca
> Can you explain exactly what problem you are facing when you are using
> labels instead of textbox.
[quoted text clipped - 46 lines]
> > > > Hope this help you (if I try to help you)
> > > > ruca
bruce barker - 31 Mar 2004 17:58 GMT
your are proably using invalid javascript syntax to access the labels, they
render as <spans>, so your script aborts and does not perform the close.
comment out the label access and see if it runs. you can use
"document.getElementById" and "innerHTML" methods to access the labels
values.
-- bruce (sqlwork.com)
> It's simple to explain. Two things happen (or do not happen and it should):
>
[quoted text clipped - 62 lines]
> > > > > Hope this help you (if I try to help you)
> > > > > ruca