Browse by Tags

Related Posts

  • Using One Table to Help Fill Another - LINQ or SqlDataSource

    Hello, I have 2 tables I need help adding content to. The two tables are Field and Field_Answers FIELD Id Form_id Question_id Field_name Question FIELD_ANSWERS Id Form_id Forms_submitted_id Question_id Value The FORM_ID is the form that these 2 tables are tied to. Each Form has 1 FIELD table associated...
    Posted to Data Presentation Controls (Forum) by TJNevis on 06-10-2009, 12:00 AM
    Filed under: sqldatasource, .NET 3.5, DataTable, linq
  • OldValues of FormView not being updated with subsequent updates/databindings

    We are experiencing a very frustrating situation that I'll do my best to explain. We have a UserControl with a FormView on it. The UserControl creates a SqlDataSource in its OnLoad event and assigns the ID to the DataSourceID property of the FormView. At run time, the FormView is displayed in edit...
    Posted to Data Presentation Controls (Forum) by ShellyFM on 06-03-2009, 12:00 AM
    Filed under: OldValues, postback, sqldatasource, databind, datasource, FormView
  • SqlDatasource Update not accepting new values

    I have a page with some textboxes and dropdowns that allows users to update their information. I have a sqldataource connect to a stored procedure. When change the first name in the text box and I run the update statement and look in the in immidiate window and type ?txtFirstName.text it is showing what...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by RTisserand on 05-27-2009, 12:00 AM
    Filed under: sqldataSource, stored procedure
  • Get data from a databound checkboxlist

    I've bound my checkboxlist control to a sqldatasource control. I am just selecting data from a table called checkboxlistdata. It has the following fields: userid, username, email, truthvalue(either 1 or 0) I want the username to appear in my list, and the userid as the value it should bind to. Based...
    Posted to Getting Started (Forum) by deostroll on 05-18-2009, 12:00 AM
    Filed under: sqldataSource, Access, data, checkboxlist
  • Could not find stored procedure error

    Simple question I have the following SqlDatasource in the .aspx file that works fine. < asp : SqlDataSource ID ="SqlDataSource1" runat ="server" ConnectionString =" <% $ ConnectionStrings:RevAcctConnectionString %> " SelectCommand ="dbo_DHT.uspDailyTracks"...
    Posted to Data Presentation Controls (Forum) by JimP09 on 05-12-2009, 12:00 AM
    Filed under: sql server 2005 stored procedure, SQL Server Stored Procedures, sqldatasource, stored procedures sqldatasource
  • Convert Dropdownlist of Dates to String

    I have a dropdown list of dates that I use to filter a gridview. The list is populated from a sql data source. I want to be able to have an option in my drop down that selects all dates. With string values I can put a list item with a value of '%' I think, and it will pull all, however when I...
    Posted to Web Forms (Forum) by e_stylzz on 05-09-2009, 12:00 AM
    Filed under: sqldatasource, convert, drop down list
  • GridView + sqlDataSource Connect Oracle10g

    i want to show some rows data sqlDataSource Connect Oracle10g , use GridView sqlDataSource.SelectQuery.SelectCommand.value = "select age from A where age >= NVL(:ageTxt, age)" the :ageTxt is a parameter which come form a textbox control. question: if i input a age number in textbox, there...
    Posted to Data Presentation Controls (Forum) by bigglave on 05-06-2009, 12:00 AM
    Filed under: Oracle10g, sqldatasource, GridView
  • Programatically Code GridView using SqlDataSource

    < asp : Button ID ="Button1" OnClick ="Price_Click" runat ="server" Text ="Find Price" /> < asp : GridView ID ="GridView1" runat ="server"></ asp : GridView > < asp : SqlDataSource ID ="sql1" runat ="server"><...
    Posted to Data Presentation Controls (Forum) by CDJ7 on 05-01-2009, 12:00 AM
    Filed under: Programatically, sqldataSource, csharp, gridview
  • Need sqldatasource select options summary

    Hi, all. Long-time reader, first-time poster. I apologize if I am posting in the wrong place. Have searched FAQs, Googled, etc. Can't figure something out. Working with Framework 3.5, working with an Oracle data source. But I don't think my question is specific to the specific source. Let's...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by James Wilkinson on 04-30-2009, 12:00 AM
    Filed under: onselected, sqldatasource
  • Connect to remote server and connection string

    Hi frnds i develop application in which i have to connect to remote machine on the same lan. I have three Computer on Lan iin which main PC has static Ip an othre are connected through it I m deploying my application on main machin and want to access sql server data base from other PC on the same LAN...
    Posted to Getting Started (Forum) by Deeno20 on 04-28-2009, 12:00 AM
    Filed under: SQL DB, SQL 2005, sql 2005 express, SQL Express 2005, SQL SERVER 2005, sql2005, SQLDataSource, SQLServer, sqlserver 2005, connect paypal, Connect to SQL database using C#, Connecting database & website, connection speed, connection string, connectionstring, connexion, asp .net ... c# ... SQL
Page 1 of 26 (251 items) 1 2 3 4 5 Next > ... Last »