Re: How to access contents of cells within a generated table?
From: John Saunders (johnwsaundersiii)
Date: 01/04/05
- Next message: aualias: "Re: How to access contents of cells within a generated table?"
- Previous message: aualias: "How to access contents of cells within a generated table?"
- In reply to: aualias: "How to access contents of cells within a generated table?"
- Next in thread: aualias: "Re: How to access contents of cells within a generated table?"
- Reply: aualias: "Re: How to access contents of cells within a generated table?"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: aualias: "Re: How to access contents of cells within a generated table?"
- Previous message: aualias: "How to access contents of cells within a generated table?"
- In reply to: aualias: "How to access contents of cells within a generated table?"
- Next in thread: aualias: "Re: How to access contents of cells within a generated table?"
- Reply: aualias: "Re: How to access contents of cells within a generated table?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|