Y
YC
Hi,
I'm trying to use a calendar windows control within a an asp.net 2.0
application.
I've created a windows control library project that holds the calendar.
I placed the DLL within the web application direcory.
All is well and I can declaretivly set the default date using the "Param"
within the object tag.
The problem is that I can't get the value with the public property I created
in the windows user control - when I try to acces it from client side script
I get an "undfined" error. I just can't access the public propett from code -
only from teh Param in the object tag.
How can I get the value of the calendar from the web application?
Thanks
Yoav
I'm trying to use a calendar windows control within a an asp.net 2.0
application.
I've created a windows control library project that holds the calendar.
I placed the DLL within the web application direcory.
All is well and I can declaretivly set the default date using the "Param"
within the object tag.
The problem is that I can't get the value with the public property I created
in the windows user control - when I try to acces it from client side script
I get an "undfined" error. I just can't access the public propett from code -
only from teh Param in the object tag.
How can I get the value of the calendar from the web application?
Thanks
Yoav