table
In one row i want to display a data in one by one..
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.
Roei BarPosted Aug 18, 2009, 3:08 PM
and on ItemDataBind
do the Following
Label Name = Page.FindControl("Name") as Label;
Name = row["Name"].ToString();
moni moniPosted Aug 18, 2009, 6:53 AM
Name:
Address:
Ph:no
SreekanthPosted Aug 18, 2009, 6:49 AM