Re: How bind Multiple data set in multiple Gridview dynamically
Posted on:
21 Dec 2012
Hi Dorababu,
I Create Simple Sql Query Module in asp.net
where i execute my query at front end page
suppose i execute select query select * from temp1
it is bind with gridview and display Record.
but there is disadvantage is that at a time i execute single select query
i cant execute multiple select query and display in single gridview
Thanx