- Joined
- Nov 8, 2007
- Messages
- 1
- Reaction score
- 0
Hi all, I'm looking for assistance with an ASP.Net issue.
I have a fairly large web application ported from ASP.Net 1.1 to 2.0. Most of it works fine except for some date controls. It seems that usage of ClientID does not returns a fully qualified ID that contains the ancestor control names. All the relevant classes do implement INamingContainer. The clientID is retrieved during OnPreRender() or later. The parent control of the date control in question can retrieve a valid ClientID, but this date control cannot. And, this works fine for the ASP.Net 1.1 version.
Are there any unwritten rules about how the framework traverses the control hierarchy to generate these clientID's? Any help would be appreciated.
thanks,
Sal.
I have a fairly large web application ported from ASP.Net 1.1 to 2.0. Most of it works fine except for some date controls. It seems that usage of ClientID does not returns a fully qualified ID that contains the ancestor control names. All the relevant classes do implement INamingContainer. The clientID is retrieved during OnPreRender() or later. The parent control of the date control in question can retrieve a valid ClientID, but this date control cannot. And, this works fine for the ASP.Net 1.1 version.
Are there any unwritten rules about how the framework traverses the control hierarchy to generate these clientID's? Any help would be appreciated.
thanks,
Sal.