Reading a textbox in a datagrid

D

Davef

I have a datagrid with orders in it. Each line has a textbox that I have to
enter a price in the textbox. How do I read each specific textbox?

--

______________________
David Fetrow
HelixPoint LLC.
http://www.helixpoint.com
(e-mail address removed)

Interested in Affordable Email Marketing?
Check out the HelixMailer at http://www.helixpoint.com/helixmailer.asp
If you are interested in becoming a Reseller of HelixPoint products, contact
(e-mail address removed)
______________________
 
G

Guest

Like this ... :
string youTextBox = ((TextBox) Datagrid.Items[X].Cells
[X].Controls[1]).Text ;


Ivan
 
D

Davef

I have to do it with javascript??


Like this ... :
string youTextBox = ((TextBox) Datagrid.Items[X].Cells
[X].Controls[1]).Text ;


Ivan
-----Original Message-----
I have a datagrid with orders in it. Each line has a textbox that I have to
enter a price in the textbox. How do I read each specific textbox?

--

______________________
David Fetrow
HelixPoint LLC.
http://www.helixpoint.com
(e-mail address removed)

Interested in Affordable Email Marketing?
Check out the HelixMailer at http://www.helixpoint.com/helixmailer.asp
If you are interested in becoming a Reseller of HelixPoint products, contact
(e-mail address removed)
______________________


.
 
I

Ivan

No, usually you do this after postback in an event of you
web form.
-----Original Message-----
I have to do it with javascript??


Like this ... :
string youTextBox = ((TextBox) Datagrid.Items[X].Cells
[X].Controls[1]).Text ;


Ivan
-----Original Message-----
I have a datagrid with orders in it. Each line has a textbox that I have to
enter a price in the textbox. How do I read each
specific
textbox?
--

______________________
David Fetrow
HelixPoint LLC.
http://www.helixpoint.com
(e-mail address removed)

Interested in Affordable Email Marketing?
Check out the HelixMailer at http://www.helixpoint.com/helixmailer.asp
If you are interested in becoming a Reseller of HelixPoint products, contact
(e-mail address removed)
______________________


.


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top