Click to See Complete Forum and Search --> : DataDrid does not appear in Browser


matu
July 11th, 2003, 03:41 PM
I create a DataGrid by dragging it on to a Web form from the tool Box.When i say "View in Browser" i never get to see the Data Grid in the Browser ?????????????????????????????????(even after i refresh)(visible is set to true)

help
matu

DSJ
July 11th, 2003, 04:21 PM
Run aspnet_regiis.exe -i

It'll be in the framework directory.

matu
July 11th, 2003, 04:29 PM
What is that "aspnet_regiis.exe -i" ???

matu
July 11th, 2003, 04:36 PM
it does not show up that way ?? Any other way

hellomadhu
July 14th, 2003, 06:08 AM
you wont be able to see the datagrid unless u set a valid datasource.

chem1
July 15th, 2003, 02:22 PM
Explcitlly say

Datagrid.Databind()

Only then will u be able to see the grid

Hope that helps...