.NET MVC usercontrols and conflicting IDs

Posted by ken on Stack Overflow See other posts from Stack Overflow or by ken
Published on 2010-06-16T22:55:24Z Indexed on 2010/06/16 23:02 UTC
Read the original article Hit count: 228

Filed under:

I have two different user controls both of which has a textbox with the ID: txtEmail. When I render both controls in MVC, I'm running into conflicting IDs. Does anyone have any suggestions to resolve this issue?

© Stack Overflow or respective owner

Related posts about asp.net-mvc