This is a discussion on GridView Item Tempalte Problem within the C# Programming forums, part of the Software Development category; Hi, I have added a GridView. Here i have added some itemtmeplate textboxes. i have made readonly ="true" ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi, I have added a GridView. Here i have added some itemtmeplate textboxes. i have made readonly ="true" When i edit the item template i need the textboxes as read only ="false" grid.EditIndex = e.NewEditIndex; ((TextBox)grid.Rows[e.NewEditIndex].FindControl("txtBeginner")).ReadOnly = false; But its not working. How to solve this issue
__________________ Shaalini.S ![]() Be the Best of Whatever you are... |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Exporting GridView to Excel | shaalini | ASP and ASP.NET Programming | 4 | 03-26-2008 02:23 AM |
| Which is the best among DataList,Repeater and GridView and Why? | poornima | ASP and ASP.NET Programming | 2 | 03-14-2008 08:44 PM |
| Is it possible to select more than single item in dropdown use Asp.net | kingmaker | ASP and ASP.NET Programming | 4 | 08-03-2007 09:09 AM |
| How to add mouseover function to Gridview..? | kingmaker | C# Programming | 1 | 07-20-2007 12:40 AM |
| How to get the index value of the dropdown from the dropdownlist item | Sathish Kumar | C# Programming | 0 | 03-12-2007 12:14 PM |