M
Max Peterson
Test Programme
..NET Framework 1.0
The aspx page is supposed to extract data from database and displayi in
datagrid. I am using oledb elements and dataset/dataview objects.
Using page.aspx.vb as the codebehind or using page.aspx (standalone with
vbscript window_onload or vb page load events/procedures), the datagrid
itself is not displayed and of course no data.
..
Even Count property of the dataview object is not diisplayed in a text
box/field. I have tried various combinations and code changes. No luck.
Sample codes from reference books, msdn library also do not work. Again no
luck. Apparently, the server side events and procedures are not fired. When
the page is called http://localhost/page.aspx , no error is thrown up
either. Client side events & procedures work fine.
Am I missing something ? As no error is thrown, I cannot find out what is
wrong. I believe the IIS has been set up correctly, as asp pages and other
applications work fine with it.
Any help would be appreciated.
TIA
Max.
..NET Framework 1.0
The aspx page is supposed to extract data from database and displayi in
datagrid. I am using oledb elements and dataset/dataview objects.
Using page.aspx.vb as the codebehind or using page.aspx (standalone with
vbscript window_onload or vb page load events/procedures), the datagrid
itself is not displayed and of course no data.
..
Even Count property of the dataview object is not diisplayed in a text
box/field. I have tried various combinations and code changes. No luck.
Sample codes from reference books, msdn library also do not work. Again no
luck. Apparently, the server side events and procedures are not fired. When
the page is called http://localhost/page.aspx , no error is thrown up
either. Client side events & procedures work fine.
Am I missing something ? As no error is thrown, I cannot find out what is
wrong. I believe the IIS has been set up correctly, as asp pages and other
applications work fine with it.
Any help would be appreciated.
TIA
Max.