Rank: Advanced Member Groups: Member
Joined: 12/19/2010 Posts: 47
|
I have searched your support forum, I think you are saying that the control cannot be rendered to raw html. I did see some call to prerender suggested, but that had no details. I too get the object reference not set to an instance.
Can the datepicker.RenderControl(textwriter) be called and work??
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. Most of our controls can not be rendered just by calling RenderControl because our controls are not a rendered as a single chunk of HTML code (simpler control can work that way). The control must live through the normal page life cycle in order to function correctly.
Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 12/19/2010 Posts: 47
|
Just noticed the masked edit is unable to render either ... thx for the quick response.
|