Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score Multiple controls with the same ID
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. ...
Score asp button always rendered as type="button" vs. type="submit"
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" ...> ...
Next » 2 3 4 5 6 7 8 9 10