The SqlDataSource control enables you to use a Web control to access data located in a relational database, including Microsoft SQL Server and Oracle databases.
I'm using a SqlDataSource in a very simple application. I'm allowing the user to set several search parameters for the …
c# asp.net .net-2.0 sqldatasource dynamicqueryIs there any way I can create a report without using (.xsd) DataSet? I don't want to go through that …
asp.net dataset reportviewer report sqldatasourceI am getting the error mentioned in the title. I am using a 36 charecter ID. This error is only thrown …
c# asp.net oracle gridview sqldatasourceI am using a gridview with sqldatasource. How to get back the datasource in the codebehind as a datatable?
c# gridview sqldatasourceWhenever I connect to HSQLDB from my application deployed on JBoss 5.1, it throws exception as : Caused by: org.jboss.resource.…
jboss5.x hsqldb sqldatasourceI need to manually clear the cache on a SqlDataSource with caching enabled. I've tried setting EnableChaching = false, and CacheDuration = 0 (…
c# .net caching sqldatasourceFor a Gridview: I am trying to use a stored procedure for the first time in a SQLDataSource for the …
asp.net gridview parameters sqldatasource updatecommandI haveasp:GridView displaying client requests using asp:SqlDataSource. I want to limit displayed information by client: View.aspx has …
asp.net .net sql-server sqldatasource querystringparameterHey I would like to display certain data with my stored procedure for the last 30 days. here is what I …
c# asp.net gridview sqldatasource