custom web control +client-side javascript + postback



Hello,

I am trying to create a new Web Control (ASP.NET 1.1) that contains
among other textboxes. The content of these textboxes (runat=server)
might be changed by client-side Javascript code, like:
document.getElementById('txt...').value='...';
Then, at server side, I will need to retrieve the NEW content of these
textboxes later on...
The problem I am facing is that I don't retrieve the new content of the
textboxes... It seems that after postback, I don't get these new
values...

Could someone explain me how to achieve this?

Many thanks

.



Relevant Pages

  • Dynamic TextBox
    ... I am creating a number of textboxes dynamically(depending upon the user ... input) and am unable to retrieve that data to store in the DB. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Dynamic TextBoxes
    ... I am creating a number of textboxes dynamically(depending upon the user ... input) and am unable to retrieve that data to store in the DB. ... Prev by Date: ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: custom web control +client-side javascript + postback
    ... Gaurav Vaish | www.mastergaurav.com ... The content of these textboxes ... The problem I am facing is that I don't retrieve the new content of the ... It seems that after postback, ...
    (microsoft.public.dotnet.framework.aspnet.buildingcontrols)
  • custom web control +client-side javascript + postback
    ... I am trying to create a new Web Control that contains ... The content of these textboxes ... might be changed by client-side Javascript code, ... The problem I am facing is that I don't retrieve the new content of the ...
    (microsoft.public.dotnet.languages.csharp)