J
Jeff
hi
asp.net 2.0
sql server 2005
I have a GridView on my webpage. Sometimes I want to query the bound
datasource in different ways.:
- Get all arroved records
- Get all unapproved records
- Get all records created last week
- Get all records created by current user.
- Get top 100 records (return 100 records)
this is a standard table in a database on sqlserver 2005. primary key is
uniqueidentifier
Hope there are a better way of doing this than creating multiple stored
procedures....
any suggestions?
asp.net 2.0
sql server 2005
I have a GridView on my webpage. Sometimes I want to query the bound
datasource in different ways.:
- Get all arroved records
- Get all unapproved records
- Get all records created last week
- Get all records created by current user.
- Get top 100 records (return 100 records)
this is a standard table in a database on sqlserver 2005. primary key is
uniqueidentifier
Hope there are a better way of doing this than creating multiple stored
procedures....
any suggestions?