Home All Groups Group Topic Archive Search About

HtmlInputHidden have no id whne is randered.

Author
3 Jun 2005 12:13 PM
mugurel
I have an composite control wich contain an ImputHidden. I have to pass
ClientId for this HtmlInputHidden to an Jscript.
The problem is that the HtmlInputHidden don't rander the with id attribute.
Can somebody advise my what should I do?

Author
3 Jun 2005 6:37 PM
Visar Gashi, MCP
Hello,

You could either try assigning an ID to the control yourself, or you could
just add it to the Controls collection and an ID would be assigned.

Regards,
-Visar

Show quoteHide quote
"mugurel" wrote:

> I have an composite control wich contain an ImputHidden. I have to pass
> ClientId for this HtmlInputHidden to an Jscript.
> The problem is that the HtmlInputHidden don't rander the with id attribute.
> Can somebody advise my what should I do?