Well, that is a opinion. However I can't code this. does some one know
a solution to this?
Walter
Giroth schrieb:
> Don't use master pages for anything except the most simple-minded web
> apps, in which case you might as well not use .net.
>
> Walter verhoeven wrote:
> > Hi i'm trying to implemet something like
> >
> > <asp:Button ID="Button1" runat="server" Text="Button"
> > OnClientClick="javascript:test();void(0);" UseSubmitBehavior="False" />
> > <asp:TextBox ID="TextBox1" runat="server"> </asp:TextBox>
> >
> > My java in my java file:
> > function test()
> > {
> > var rs = AjaxWrapper.ServerSideAdd(1,3)
> > document.getElementById("TextBox1").value = rs.value
> > }
> >
> > This does not work becouse ASP.net changes the control TextBox1 to
> > something like ctl00_plContentMain_TextBox1
> >
> > Does someone know a solution to this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ajax.NET Professional" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/ajaxpro
The latest downloads of Ajax.NET Professional can be found at
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---