Question Disable a datarow in Datalist..

Joined
Sep 26, 2011
Messages
7
Programming Experience
Beginner
I have a Datalist control containing three Controls in ITEM Template,
1. Image Control showing Image of Employee from the path stored in Database.
2. Command Button (EDIT) on click shows a model popup with information of that Employee to EDIT.
3. Command Button (View) on click shows a model popup with information of that Employee to VIEW.

My problem is when i click on View command Button i store the EmployeeID in a new row of Datatable, So what I want to do is .....
Once I click the Button of Specific Employee
shown in Datalist User must allowed to Access that Row or Container for that Employee again... & the container background must be changed or some thing which will make the user understand that this Employee is already been Selected...
 
Back
Top