I currently have a gridview binded to the database which is the parent and when its selected it post the child based on the ID.Now i have couple records on the gridview and once i select the one i need i want the others to be invinsible. so the one i am
working on will show alone. using visible="flase" will work for the whole Gridview,
oluts
Member
30 Points
299 Posts
Re: GridView Select
Jun 26, 2010 05:32 PM|LINK
Alright,
I currently have a gridview binded to the database which is the parent and when its selected it post the child based on the ID.Now i have couple records on the gridview and once i select the one i need i want the others to be invinsible. so the one i am working on will show alone. using visible="flase" will work for the whole Gridview,
I hope you understand.