Sunday, November 2, 2008

Loop Through GridView

Here is code which will loop through the grid view and access each row and the cell of the each row

8 comments:

Anonymous said...

Hi asim. Good work, Keep it up with your new ideas about web development.

Anonymous said...

Nice work! very interesting code snippet. i was really looking for it. keep up the nice work. looking forward for new stuff from you.

Anonymous said...

Great Work Asim!..I was just looking for it..It helped me..Thanks a lot(:

Anonymous said...

Good Work Asim...!!!
Its great

Anonymous said...

Excelent work! always share your good work with ur friends.

Anonymous said...

great work asim! keep it up! :)

Tasleem Arif said...

learning never ends i got this thik in mind when reading ur article,
'rdvGridViewName.ClientID',that was something new to me,other than seeing the page and getting id that is rendered, i think due to we can call C# function as well ? from Js.

Asim Sajjad said...

Tasleem, thanks for your comments , yes you can call C# function from javascript here is solution to your problem
http://www.experts-exchange.com/Programming/Programming_Languages/C_Sharp/Q_21359426.html

and one thing your function should has access specifier of public , private function are not access