|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
JojoStonehead -
14 Nov 2008 2:42 AM - 2 messages
I'm getting the following error: ...................... Multiple controls with the same ID '_1' were found. FindControl requires that controls have unique IDs. ..................... I get this on a postback of a page with user control which has some custom controls on it. ...
Sam -
13 Nov 2008 7:06 PM - 2 messages
I have a User Control that renders all asp buttons as Command button vs. Submit buttons. When you view source on the browser you see the HTML rendered: <input type="button" ... > instead of <input type="submit" ...> ...
|
|||||||||||||||||||||||