Hi all,
i have a hashtable which i have bounded to detailsview.. it is fine.
but i donno what code should i use now to display the values of that hashlist on labels in my details view.
now how can i display these values on labels in my template column in my detailsview??
please help
thanks,
vineet
i have a hashtable which i have bounded to detailsview.. it is fine.
but i donno what code should i use now to display the values of that hashlist on labels in my details view.
Code:
hshTable .Add("UserLevel", UserLevel); hshTable .Add("TypeLevel", TypeLevel); hshTable .Add("ActionLevel", ActionLevel); hshTable.Add("StatusLevel", StatusLevel); DetailsView1.DataSource = ashTable; DetailsView1.DataBind();
now how can i display these values on labels in my template column in my detailsview??
please help
thanks,
vineet
Comment