hi
i need add one key value in web.config and that values read in asp.net page and to bind that value to gridview?
This way you can read AppSetting value in the C#
string name = System.Configuration.ConfigurationManager.AppSettings["Name"].ToString();
Refer:
For showing Value in GridView use DataTable and bind it to the GridView.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.