Tagged Questions
The sqldatasource tag has no wiki summary.
9
votes
2answers
2k views
SqlDataSource vs ObjectDataSource
If a web page needs some data, why not just have a SQLDataSource call a stored procedure? Why use an ObjectDataSource to call a business object that then calls the stored procedure? I understand that ...
8
votes
7answers
19k views
How to pass variable to SelectCommand of SqlDataSource?
I want to pass variable from the code behind to SelectCommand of SqlDataSource?
I dont want to use built-in parameter types (like ControlParemeter, QueryStringParameter, etc)
I need to pass a ...
7
votes
6answers
10k views
Dropdownlist AppendDataboundItems (first item to be blank)
I have a drop down list inside an update panel that is populated on postback from a sql data source. It has a parameter which is another control. I sometimes need multiple postbacks, but what happens ...
5
votes
3answers
683 views
How to set up ASP.NET SQL Datasource to accept TVP
In the codebehind you would add the TVP as a SqlDbType.Structured for a stored procedure
But this doesn't exist in an ASP.NET SqlDataSource control.
I have stored my Datatables in session variables ...
4
votes
4answers
278 views
What's the purpose of Datasets?
I want to understand the purpose of datasets when we can directly communicate with the database using simple SQL statements.
Also, which way is better? Updating the data in dataset and then ...
4
votes
2answers
98 views
How to sanitize a query string when used with a databound repeater control?
Given the following URL:
domain.com/page.aspx?id=123
How can I sanitize that query string value when it is used on a Databound Control such as a repeaters SqlDataSource?
<asp:SqlDataSource ...
4
votes
2answers
583 views
Gridview why all visible rows are set to dirty?
I'm using the BulkEditGridView control as discussed http://roohit.com/site/showArc.php?shid=bbb62, and it's perfect for my needs. The problem I'm having is that whenever I save, every visible row (I ...
3
votes
1answer
169 views
ASP.NET Insert Problem
I am trying to start learning ASP.NET after a few years of PHP experience and I am having trouble getting the basics down.
I am just trying to insert a row into a MS SQL Server Compact 4.0 database ...
3
votes
1answer
756 views
How to use User.Identity.Name as a parameter for SqlDataSource in ASP.NET?
For SqlDataSource I can configure the external source for the incoming paramater.
For example it might be a QueryString, Session, Profile and so on.
However I do not have an option to use User as a ...
3
votes
2answers
3k views
How to set SelectedValue of DropDownList in GridView EditTemplate
I am trying to do this as asked earlier. The only difference that I found is additional List item that was included in above code.
I tried to use AppendDataBoundItems=true but it is still not ...
3
votes
2answers
2k views
Changing SqlDataSource.SelectCommand at runtime breaks pagination
I have a GridView bound to a SqlDataSource with a default SelectCommand defined as such:
<asp:SqlDataSource ID="SqlDataSource1" runat="server" DataSourceMode="DataSet"
...
3
votes
2answers
866 views
empty gridview although the sqldatasource has values
I have really weird situation.
I've created new aspx page, and without using ANY custom logic objects (everything created with visual studios wizards) tried to create grid view from sqldatasource.
...
3
votes
5answers
6k views
How can I set the sqldatasource parameter's value?
I'm trying to set the value of the sqldatasource's selectcommand parameter @ClientID as in the code below, but it's not working out.
My code:
Dim strCommand = "SELECT caller_id, phone, name, email ...
2
votes
3answers
35 views
Reference data in SQLDataReader by column and rows or any alternative
I am running a stored procedure and the result is this format
+------+--------+-----+-------+
| ID | Resign | Sum | Count |
+------+--------+-----+-------+
| 1234 | 0 | 400 | 3 |
| 1234 | ...
2
votes
1answer
164 views
UpdateParameter Not Working
I am trying to set an update parameter manually. The command executes successfully and I can pull the data back to confirm that the parameter was set correctly. However my SQL update statement will ...
2
votes
1answer
806 views
Updating records using stored procedure in sqldatasource
i have datasource which has an sp called for update and been binded to gridview. i want while updating it should use the sp and update table.
Below is my design code.
< asp:GridView ...
2
votes
1answer
429 views
Gridview not showing when page loads
The gridview is not displaying when the page load even though I have bind the gridview with the datasource.... below is the code... please help
<%@ Page Language="C#" AutoEventWireup="true" ...
2
votes
0answers
58 views
Dreamweaver data source won't work after the first try on Mac OS X
I have a problem with the Adobe Dreamweaver CS5 version 11.
I am running Mac OS X Leopard.
One fine day I found out about Adobe Dreamweaver's quick (& dirty) automated back-end programming.
I ...
2
votes
3answers
82 views
Choice Between Connection DataSource C#
I've got a dataAdapter, dataSet and BindingSource on my forms to connect to an SQL database to show the data in the form, and it all works fine. However, I need to have 2 options of what server to ...
2
votes
2answers
557 views
Skip setting value of sql parameter in SqlDataSource in WebForm
I am making a WebForm in asp.net and I want to display gridview with data from asp:SqlDataSource
My problem becomes when I try to skip (pass null) values for some of the Parameters.
Here is some ...
2
votes
1answer
240 views
ASP.NET C# - Do you need seperate datasources for each gridview of different tables in same database?
Sorry, this is a bit of a noob question, but do you need a separate datasources for each gridview if each gridview is accessing the same database but different tables in the database?
For example: I ...
2
votes
1answer
229 views
Creating a Custom Button in a ListView in ASP.NET
I have a Results.aspx page that displays the resulting records queried using a SqlDataSource object via a ListView. I want to add a "View" button that will appear next to each record, and when clicked ...
2
votes
1answer
2k views
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.JBossResourceException: Could not create connection; - nested throwable: ...
2
votes
3answers
727 views
Updating column with Null value
I have a date field (smalldatetime) in a table and in particular cases I need to set the date field to null. Currently, when setting the sqlparameter.value property to a date
endDateParam.Value = ...
2
votes
1answer
232 views
Why does my DbProviderFactory perform differently than SqlClientFactory?
I implemented a custom DbProviderFactory which returned the SqlX types except I added the following logic to CreateCommand
public override DbCommand CreateCommand()
{
var cmd = new SqlCommand();
...
2
votes
2answers
183 views
.NET GridView update won't send a UserID to the SQL Query
I am at the moment trying to learn how to use basic grid view controls to display my data.
To start with I have tried to do everything through the aspx page to try and keep things simpler for myself.
...
2
votes
1answer
372 views
a large paged GridView, Rollup and Grand Totals with SQLdataSource
If I get my dataset into a DataTable then I can do with it as I like, but I have the complexity of handling sort, paging and caching manually. I'm trying to avoid this for now.
If I instead use a ...
2
votes
2answers
178 views
using different data connection in visual studio
It's possible to use 2 or more data connections in visual studio and using them in a single query, like we can do in sql server management (while we use mysql and mssql dbms same time):
SELECT * INTO ...
2
votes
2answers
3k views
ASP.NET Setting parameter for SqlDataSource programatically does not work for postback
I want to set a parameter for a SqlDataSource programmatically as described in Step 5 at http://www.asp.net/data-access/tutorials/using-parameterized-queries-with-the-sqldatasource-vb . Also a ...
2
votes
1answer
292 views
Can I use an <asp:SessionParameter Direction=“Output”/> to *set* a variable?
If I have a SqlDataSource with
InsertCommand="INSERT [Applications] ([UserID]) VALUES (@UserID);SELECT @ApplicationID=SCOPE_IDENTITY()"
Can I use a SessionParameter to store the returned value?
...
2
votes
2answers
1k views
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 to display everything, View.aspx?client=1 has to display only ...
2
votes
2answers
808 views
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?
2
votes
1answer
164 views
Sql Equivalent to UInt16
I know that the Sql equivalent of Int16 is SqlInt16.
But what is the Sql equivalent of UInt16, UInt32 and Uint64?
2
votes
4answers
1k views
how to edit my connection string to work with System.Data.SqlClient?
i am a newbie programmer, and i have a problem with sqldatasource. In my project, i have a database called "KFS". I have a gridview and sqldatasource as gridview's datasource. I have a connection ...
2
votes
4answers
6k views
asp.net dropdownlist - add blank line before db values
On my page I have a dropdownlist which gets populated by database values from an SqlDataSource(see code)
How can I add my own text or a blank line before the values...
<asp:DropDownList ...
2
votes
1answer
12k views
ASP.Net: drop down list and data source created dynamically
I have about 10 drop down list controls that get populated. Instead of copying/pasting and modifying a few fields on each, I would like to create them programmatically. Can this be done?
Here is ...
2
votes
1answer
87 views
How to recycle data in an SqlDataSource object?
I have an SqlDataSource object, linked to a GridView, which receives data from a database when executed.
I'd like to add the values of the "Cost" column, to get the "TotalCost", and place it in a ...
2
votes
1answer
6k views
Dynamically built SelectCommand for GridView SqlDataSource in asp.net
I'm working with a GridView that uses a SqlDataSource element that looks like this:
<asp:SqlDataSource ID="InventoryDB" runat="server" ConnectionString="<%$ ...
2
votes
2answers
90 views
Does anyone know a way to “share” a datasource without causing multiple postbacks?
For instance, I have a SqlDataSource that loads a list of items. On my form, I've got 3 dropdown boxes that both should contain that same list of values, and then the user can select a different ...
1
vote
0answers
49 views
java connection pool autocommit
I'm using for the first time the connection pool in java. The application that I'm writing is a web application deployed on oracle glassfish 3.1 and the resource connection pool is handled by it. I ...
1
vote
0answers
36 views
How to see foreign key value when showing a database in a DataGridView
I'm building a Windows forms application that connects to a database.
I used the generate database from model function in Visual Studio 2010 to create the database in SQL Server.
I have two tables:
...
1
vote
1answer
36 views
Adding Datasource object as property
I have two problems:
I am creating a WebControl and I like to add SqlDataSource as its property. It doesn't matter under what is the property name, Visual Studio shows its name as Database. Following ...
1
vote
2answers
83 views
referencing control IDs from code behind that is in a repeater
This week I had a problem of trying to determine what control to use to be able to display data from multiple data sources in a non-grid looking way. Thanks to this forum, I have learned that the ...
1
vote
2answers
52 views
Cannot find SQL variable in SqlDataSource
I have the following SqlDataSource on a GridView. All works except for Delete Function.
What am I doing wrong , no error is given but no result either.
How can this be solved?
...
1
vote
2answers
193 views
Access database data from the code behind using ASP.NET C#
I am developing a web template with ASP.NET using C#. My connection string is:
<connectionStrings>
<add name="NorthwindConnectionString"
connectionString="Data ...
1
vote
1answer
125 views
Gridview with bound parameter DateTime from Textbox throws DateTimeException when sorting
I'm having issues with an ASP.NET GridView.
The GridView is set up to retrieve rows from a stored procedure via a SqlDataSource. The Gridview has a BoundField which fills in a DateTime parameter for ...
1
vote
6answers
329 views
Porting ASP.NET (Telerik) multi-column combobox to MVC.
I need to port the functionality of this one and only one AJAX control to MVC, but given the poor selection of MVC controls out there, I think I need to bring this legacy control into the MVC world... ...
1
vote
2answers
177 views
Hashtag in url issue
I have a querystring parameter that populates another page and the problem happens when the parameter starts with a hashtag #
Ex:
mysitepage/Details?param=#456
Of course this happens because ...
1
vote
1answer
226 views
asp.net dropdownlist embedded in a listvew not providing selected value to update parameter
I have an asp.net page with a listview which is bound to an SQLDataSource. Embedded into the Edit and Insert templates I have a dropDownList which is bound to a second SQLDataSource. In the update ...
1
vote
1answer
120 views
Format BoundField Data Types Dynamically
I'm using a CheckBoxList to define which columns are displayed in a GridView. I populate the CheckBoxList using a query like
select column_name, data_type from information_schema.columns
where ...