hi..
i have a gridview .. inside tat i was showing id and name values..
here i have linkbutton inside gridview..
<asp:LinkButton ID="lbtn_path" runat="server" Visible="true" PostBackUrl='<%# string.Format("System.Configuration.ConfigurationManager.AppSettings["path"].ToString()?ProductID={0}", Eval("ID")) %>'></asp:LinkButton> /
so here i want to add this web.config value inside my link button..
but it doesnt work..
how to add this in linkbutton..
and also is it possible to proceed the same login in <a> tag..
regards
gopal.s