Home » Category » DotNet Webcontrols

DotNet Webcontrols: HtmlInputHidden have no id whne is randered.

204| Fri, 06 Jun 2008 10:26:00 GMT| mugurel| Comments (1)
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?

Keywords & Tags: htmlinputhidden, id, whne, randered, dotnet, webcontrols, .net

URL: http://dotnet.itags.org/webcontrols/96690/
 
«« Prev - Next »» 1 helpful answers below.
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

"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?

visargashi_mcp | Fri, 06 Jun 2008 10:27:00 GMT |

DotNet Webcontrols Hot Answers

DotNet Webcontrols New questions

DotNet Webcontrols Related Categories