hi guys
I have gridview. I am populating that gridview with a query. suppose :
select block_name , block_code from district.
I am getting block_code in second column in gridview . so on page_load i made second column invisible.
but now i have to save second column value i.e block_code to db.
suggest.
Go to the complete details ...