Re: How to access contents of cells within a generated table?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: John Saunders (johnwsaundersiii)
Date: 01/04/05


Date: Tue, 4 Jan 2005 17:25:28 -0500


"aualias" <aualias@newsgroups.nospam> wrote in message
news:uooHYCp8EHA.3124@TK2MSFTNGP11.phx.gbl...
>I am writing a custom control to display the contents of a shopping cart
> within a table. The quantity of each item appears in a textbox inside a
> cell. It all appears just fine on a web page, but I do not know how to
> access the contents of the text boxes. Adding the runat="server"
> attribute
> seems to have no effect.

Runat="server" is something interpreted by ASP.NET. You're rendering that
into the HTML which will be sent to the client, which has no idea what to do
with it.

Exactly where do you need the contents of the text box?

John Saunders



Relevant Pages

  • How to access contents of cells within a generated table?
    ... I am writing a custom control to display the contents of a shopping cart ... The quantity of each item appears in a textbox inside a ...
    (microsoft.public.dotnet.framework.aspnet.buildingcontrols)
  • Re: Term for kana subtext on kanji?
    ... >> I think, usually, Japanese reader program can display vertical ... >> Japanese novel books should be read. ... >> editors don't support vertical writing while they bothered to ... >> care to support stupid things like Unicode. ...
    (sci.lang.japan)
  • Re: normalization of pointers...
    ... but one very closely tied to the hardware. ... I used to do SW which was controlling test equipment and vastly more time was spent writing code to control the equipment and analyse the results than on doing the display, this back in the days before having a GUI was common when we still has to display graphs. ...
    (comp.lang.c)
  • Re: Display contents of text file in the Browser
    ... It sounds like your app is attempting to read from the file at the same time ... that it is writing to it, ... process and attempting to read the file and display it at the same time. ... memory, and return that string to the client, while launching a separate ...
    (microsoft.public.dotnet.framework.aspnet)
  • Fast text display?
    ... As a hobby project, I'm writing a MUD client -- this scratches an itch, and is also a good excuse to become familiar with the Python language. ... I have a conceptual handle on most of the implementation, but the biggest unknown for me is the seemingly trivial matter of text display. ... I'm not even sure where to start looking to see if a widget that does this has been premade -- the text widgets that I've seen so far have all had documentation geared more towards text editing than pure display. ... In a worst-case scenario, I could try writing a widget-lite with SDL or possibly an OpenGL texture, but if a widget somewhere will already do this then it'd be needless work. ...
    (comp.lang.python)