G
Guest
Hi all....
I am programming in ASP.NET 2.0 and VS.NET 2005 Beta 2.
I have a MasterPage that provides basic look & feel for my pages.
The main form present in the master page has this element:
<form .... runat="server">
........
<div>
<asp:contentplaceholder id="Contenido" runat="server">
</asp:contentplaceholder>
</div>
</form>
The page that uses the master page has form controls, one of them is named
txtPoliza.
Well.. when I load the page in the browser, all controls changed their name,
for example, using the same example txtPoliza, the field is renamed to
ctl00$Contenido$txtPoliza, of course, affecting JavaScript code I have in the
page.
How can I solve it?
Thanks
Jaime
I am programming in ASP.NET 2.0 and VS.NET 2005 Beta 2.
I have a MasterPage that provides basic look & feel for my pages.
The main form present in the master page has this element:
<form .... runat="server">
........
<div>
<asp:contentplaceholder id="Contenido" runat="server">
</asp:contentplaceholder>
</div>
</form>
The page that uses the master page has form controls, one of them is named
txtPoliza.
Well.. when I load the page in the browser, all controls changed their name,
for example, using the same example txtPoliza, the field is renamed to
ctl00$Contenido$txtPoliza, of course, affecting JavaScript code I have in the
page.
How can I solve it?
Thanks
Jaime