Hi guys i am having this weird problem,
i have a page with 5 panels in the Page_OnLoad i have this code
If not ispostback then
Datagrid1.datasource = GetEnhancements() whihch returns a table
Datagrid1.databind()
end if
wHEN I TRY THEN TO ACCESS THE DATA IN THE DATAGRID BY USING :
datagrid1.datasource it returns nothing ????
If anyone knows the problem please reply ASAP,
thx
i have a page with 5 panels in the Page_OnLoad i have this code
If not ispostback then
Datagrid1.datasource = GetEnhancements() whihch returns a table
Datagrid1.databind()
end if
wHEN I TRY THEN TO ACCESS THE DATA IN THE DATAGRID BY USING :
datagrid1.datasource it returns nothing ????
If anyone knows the problem please reply ASAP,
thx