i have a database table it contains:
username,fathername,user_nic,user_email
i have a grid view. i want that grid view takes information of those user who have yahoo email id. and i want to change the header text of gridview also. please tell me how is it possible.
thanks in advance
Loading
NarayanPosted Oct 19, 2011, 2:23 AM
Where user_email like '%yahoo.com'
In the design column, there is a property called Header-Text which allows you to set the header text.
Vipul KelkarPosted Oct 19, 2011, 5:35 AM