fetch multiple rows from the database and display
hiii,I want to display all the rows of the employee table whose first name is same. Ans want to display the each row in new row in my page.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Deepak SainiPosted Apr 14, 2015, 7:12 AM
select * from tablename group by firstname having count(*)>1
and fatch it grid and
bound this grid tempelete field in give serial no.
<%#datacontainer.dataitemindex+1%>