Posted on: 9/26/2015 6:43:03 AM | Views : 857

need to take particular field in asp.net
this is my grid i show in run time 
product             qty                mrp               supplier
a                       1                   100                b

if i click the button i need to print the following data only
product             qty                mrp               
a                       1                   100  

and outside the grid i have date one field i need to print this also 
...

Go to the complete details ...