This is a discussion on textbox in Gridview within the ASP and ASP.NET Programming forums, part of the Web Development category; i have create a textbox in gridview... i set the textbox default value is 1(the method is call from ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| i have create a textbox in gridview... i set the textbox default value is 1(the method is call from storedprocedure)... now i change the textbox value the changed value is stored to database table.. how can i write the code in row edit or row update... Please help me.... |
| Sponsored Links |
| |||
| Following syntax may help, CType(gridName.Rows(e.RowIndex).Cells(cellIndex).F indControl("textBoxName"), TextBox).Text
__________________ http://GoldenWebDesign.com Web Design & Development http://Juble.com Promote yourself or your Business |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| checkbox in gridview | packirisamy | ASP and ASP.NET Programming | 2 | 07-22-2008 03:45 AM |
| gridview values | packirisamy | ASP and ASP.NET Programming | 0 | 06-22-2008 08:29 PM |
| gridview | packirisamy | ASP and ASP.NET Programming | 3 | 05-20-2008 02:39 AM |
| How to validate a TextBox inside a Repeter? | KiruthikaSambandam | ASP and ASP.NET Programming | 0 | 03-24-2008 03:27 AM |
| How to create textbox without border? | ramkumaraol | PHP Programming | 2 | 09-07-2007 05:13 AM |