I'm fairly new to the .Net world, but have plenty of experience in ADO, VB 6, ASP and SQL.
I'm creating a page that lists user in an email list.
In asp.net using ADO.NET, I've created the SQL statement, SQLDataAdapter, dataset and created a dataview of the list. Then bound the columns appropiately to a datagrid web server control.
Looks great! The sort and filtering work wonderfully and 100 times quicker than ASP with SQL...
Problem is that the first record is not listed in the datagrid.
any ideas?
There is too much code to post, but let me know if it would help.
I'm creating a page that lists user in an email list.
In asp.net using ADO.NET, I've created the SQL statement, SQLDataAdapter, dataset and created a dataview of the list. Then bound the columns appropiately to a datagrid web server control.
Looks great! The sort and filtering work wonderfully and 100 times quicker than ASP with SQL...
Problem is that the first record is not listed in the datagrid.
any ideas?
There is too much code to post, but let me know if it would help.