hello all,
i am making my first asp aplication on visual studio.net, (VB.net)
when i place a datagrid control on the webform it appears in the design view but never shows on the explorer on running.
Could anyone tell me why is that?
thx in advance
Printable View
hello all,
i am making my first asp aplication on visual studio.net, (VB.net)
when i place a datagrid control on the webform it appears in the design view but never shows on the explorer on running.
Could anyone tell me why is that?
thx in advance
Are you actually binding to a datasource?
The datagrid is just rendered as <table> tags. If there is not data, nothing will be shown.
thx , i will give it a try now