i have table in databse named customer_details where i stored details of customer with image.
i wana show these details(withimage) on lable when customer login with username and password.(with help of session)
You can fire the following query
select * from customers where cust_uname = @uname
A complete example of databinding label is here
http://www.aspsnippets.com/Articles/DataBinding-DropDownList-Label-and-Textbox-Controls-in-ASP.Net.aspx
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.