Groupradiobutton -error
-
hi I am facing some error in the datagrid i have created a class in the same project and trying to retrieve the values in the asp page.I am trying to group radio buttons and calling the datagrid ,i have followed a sample from here code project-"How to group radiobuttons" but its not working it gives me the following error :
'Sample.DataSource' does not contain a definition for 'Rows'
Cannot implicitly convert type 'System.Data.DataTable' to 'Sample.DataSource'
even my asp page design mode it shows red mark error control in the datagrid anything wrong in the register or tagfix please what went wrong i am unable to figure it out kal13na13 -- modified at 4:42 Friday 23rd December, 2005
-
hi I am facing some error in the datagrid i have created a class in the same project and trying to retrieve the values in the asp page.I am trying to group radio buttons and calling the datagrid ,i have followed a sample from here code project-"How to group radiobuttons" but its not working it gives me the following error :
'Sample.DataSource' does not contain a definition for 'Rows'
Cannot implicitly convert type 'System.Data.DataTable' to 'Sample.DataSource'
even my asp page design mode it shows red mark error control in the datagrid anything wrong in the register or tagfix please what went wrong i am unable to figure it out kal13na13 -- modified at 4:42 Friday 23rd December, 2005
hi I have resolved i saw my mistake and rectifued but still in my design mode the error creating contol in the datagrid keeps showing me
<%@ Register TagPrefix="rs" Namespace="Sample" Assembly ="Sample.Country" %>
if u change Assembly to "Country" still it shows the red markany anybody help me kal13na13