Top "Sqldatasource" questions

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.

Dynamic WHERE clauses in a SqlDataSource

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 dynamicquery
ReportViewer without DataSet (.xsd), just SqlDataSource

Is 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 sqldatasource
ora-00972 identifier is too long oracle 10g

I 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 sqldatasource
How to get the datasource of a gridview

I am using a gridview with sqldatasource. How to get back the datasource in the codebehind as a datatable?

c# gridview sqldatasource
Unexpected token UNIQUE, requires COLLATION in statement [SET DATABASE UNIQUE])

Whenever I connect to HSQLDB from my application deployed on JBoss 5.1, it throws exception as : Caused by: org.jboss.resource.…

jboss5.x hsqldb sqldatasource
Clear cache in SqlDataSource

I need to manually clear the cache on a SqlDataSource with caching enabled. I've tried setting EnableChaching = false, and CacheDuration = 0 (…

c# .net caching sqldatasource
How to set parameters for SqlDataSource UpdateCommand

For a Gridview: I am trying to use a stored procedure for the first time in a SQLDataSource for the …

asp.net gridview parameters sqldatasource updatecommand
asp:QueryStringParameter and empty query string parameter

I 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 querystringparameter
Setting DateTime as a SqlDataSource parameter for Gridview

Hey 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