Hi,
I am developing an ASP.NET Web Page in Visual Basic.NET.
I am displaying data in a GridView control, the fields of my table are: Number_Id Varchar(10), FirstName Varchar(15), SecondName Varchar(15), Status Bit.
When I execute the web page that I developed, I can see that GridView control displays Number_Id, FirstName,SecondName and Status, but Status field has a CheckBoxFields, CheckBoxFields are checked if Status fields are 1.
In executed web page, I am trying to change the status of CheckBoxField and it is imposible because CheckBoxFields are disabled.
I want to know what steps or procedures or methods are necessary to change status in CheckBoxFields, if someboy knows how to do it.
Its necessary mention that using of Status field is not obligatory and if you know any mechanism to solve this problem, and if you have sample code, I would be thankful
Thank you again
Best Regards.
Windows Forms32
|