Databinding is not taking place for datagrid
-
hi I am using asp.net,C# ,sql server in my project i have created radiobuttonlist and datagrid where the data is getting populated from the backend in the radiobuttonlist by selecting any item and clicking button it should display me the data in the datagrid in the same page which is not happening .When i click the button it gives me blank nothing is displaying oly radiobuttonlist with data is getting displayed I used breakpoints to see exactly where the error is occuring and i found that its not even binding the datagrid in the button_click evevnt.I am sending the code please anyone here can advise what i am suppose to do <%@ Page language="c#" Codebehind="WebForm5.aspx.cs" AutoEventWireup="false" Inherits="Railways.WebForm5" %> WebForm5
-
hi I am using asp.net,C# ,sql server in my project i have created radiobuttonlist and datagrid where the data is getting populated from the backend in the radiobuttonlist by selecting any item and clicking button it should display me the data in the datagrid in the same page which is not happening .When i click the button it gives me blank nothing is displaying oly radiobuttonlist with data is getting displayed I used breakpoints to see exactly where the error is occuring and i found that its not even binding the datagrid in the button_click evevnt.I am sending the code please anyone here can advise what i am suppose to do <%@ Page language="c#" Codebehind="WebForm5.aspx.cs" AutoEventWireup="false" Inherits="Railways.WebForm5" %> WebForm5