Browse by Tags

Related Posts

  • Programmatically update databound field in detailsview upon Update

    I thought I should do this in the Updating event of either the sqldatasource or the detailsview, but I can't get either to work. Here is the code I was trying. Note txtPath is a data bound field and fupChart is a non-bound file upload control. I wan't to take the path string from the file upload...
    Posted to Data Presentation Controls (Forum) by chadwixk on 06-11-2009, 12:00 AM
    Filed under: updating, detail view
  • Re: Could not find a property named ... on the type specified by the DataObjectTypeName

    In case anybody else runs into this for Update operations - in stepping through the Update process (Listview EditItemTemplate) , the runtime instantiated my business object using it's default constructor even if I supplied a fully parameterized constructor, so it seems logical that, if you are passing...
    Posted to Data Presentation Controls (Forum) by RabidJay on 06-08-2009, 12:00 AM
    Filed under: updating, user control code behind datalist, business object, BusinessObject Data Source, data source
  • Re: Problem with update command in FormView

    Well, here is what you have to do: First of all, change the bound controls for those fields you don't want the user to modify from TextBoxes to Labels. By looking at you code it seems you already did that. Second, to set dateBoka to true, you need to control your SqlDataSource's (the one you...
    Posted to Data Presentation Controls (Forum) by hugonne on 04-07-2009, 12:00 AM
    Filed under: updating
  • Updating rows in a gridview

    I have a gridview that I am populating with data based on user values in a textbox from the code behind. I have the gridview working correctly upto the point of displaying relevant data, making the selected row editable when the 'edit' link next to the corresponding row is clicked and cancelling...
    Posted to Data Presentation Controls (Forum) by sudeepunnikrishnan on 01-23-2009, 12:00 AM
    Filed under: updating, GridView
  • How to populate a table from a CSV File

    Using SQL Server 2005 Standard, Visual Studio 2008 Profession, ASP.NET 3.5, C#, ASP.NET AJAX. System Configuration: Web Server is a Virtual Server, Database Resides on a different server, also a Virtual Server (VMWare). I need users to be able to upload a file from their LOCAL machine. This file will...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by bfancett on 12-30-2008, 12:00 AM
    Filed under: ObjectleDbDataReader, odbc, oldedb, sql, SQL 2005, SQL Data Adapter, SQL Datasets, sql server 2005, sql server 2005 stored procedure, SQL Server Stored Procedures, sql serverver reports, SQL TransactSQL Randomize Function, SqlDataAdapter, sqldatasource, SqlParameter, sqlreader, SQL-Server, stored procedure, stored Procedures, stringbuilder, Strongly Typed Datasets, strored procedures, table, table adapter, tables, Thanks, Thanks in Advace, Thanx, to a sql server database and how to retrive them, UPDATE, updating, Urgent Help needed, .NET 3.5, 2 column text field, add data, adding data, ADO.NET, ADO.NET 2.0, advanced, as.net 3.5, asp, 'ASP', asp .net 2.0, asp .net code, ASP .net.NET, ASP .net.NET Grid View, asp sql query customize datalist, ASP>NET, ASP.NET, asp.net c# sqlserver 2005 dataadapter querystring date comparison, asp.net 2.0 c#, asp.net 2.0 with c#, ASP.Net 3.5, c#, 'C#', C# 2005, c# code, c#.net, data, data access, data access layer, data entry, Data list, data mapping layer, data presentation, data repeater control, Data Set, data source, data tables, Dataa access, Excel to Sql-Server C# ASP.Net 2.0, fields, file upload, fileupload, insert, insert command, insert database sql, Insert new records, insert parameter value, insertion, InsertMode, LINQ Dynamic Data, LINQ SQL-to-LINQ DataGrid DetailsView, linq textbox query, LinqDataSource Linq, linq, ASP.NET3.5, ASP .net.net2, asp .net.net2.0, asp .net2.0, vs2008, SP, ASP .net ... c#, ASP .net ... c# ., asp .net ... c# ... SQL javascrpt, ASP .net ... c# 3.5, upload file, ASPNET SQL Server, excel C#, Sql Server, sqll, VS 2008, adding table data, ado.net designer dataset datatable datatableadapter designview gridview webforms bug, asp.net 2.0, C#. NET 2005, C#3.0, Data table, document, insert select, insert values, ASP .net ... c# ... javascript
  • GridView updating incorrectly

    My GridView is bound to a sqldatasource which has the following update command. update artsprocessmanagers set pmname=@pmname, pmAname = @pmAname, deptid = @deptid where pmid = @pmid; The markup for the gridview is as follows: < asp:GridView ID= "gvManagers" runat= "server" AutoGenerateColumns...
    Posted to Data Presentation Controls (Forum) by deostroll on 11-30-2008, 12:00 AM
    Filed under: updating, gridvew, incorrectly
  • Dropdownlist in Gridview Updating Problem

    Hello everyone.... I got a problem in updating my gridview. here is the situation. I got a grid view that displays all the submenu of my page.... structure is like this. menu: home about-us <--- menu is container products <--- menu is container contact-us submenu: history <-- belongs to about...
    Posted to Data Presentation Controls (Forum) by juliusbacosa on 08-28-2008, 12:00 AM
    Filed under: Object., updating, DropDownList, GridView
  • Trying to update, please help

    i'm am trying to update my database, i tried the details view, thats grand when showing lesson_id but don't want that to be showen, took this out of sqlDataScource and now it won't lwt me update. so i went and made my own updating page by taking the lesson_id, creating a datatable with the...
    Posted to Data Presentation Controls (Forum) by IrishASP.NET on 01-23-2008, 12:00 AM
    Filed under: updating
  • Gridview Row Updating Problem - Index was out of range

    Hello there, I have a gridview as follows <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" AllowSorting="True" CssClass="datatable" CellPadding="0" BorderWidth="0px" GridLines="None" OnRowDeleting...
    Posted to Data Presentation Controls (Forum) by KushKashyap on 07-18-2009, 12:00 AM
    Filed under: RowUpdating, grid view, updating, index out or range, asp .net 3.0
  • Updating A DataSet

    Hello To All, DataAdapter . . :: . Update Method Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet from a DataTable named "Table." I am currently working with DataSets and I'm trying to update a table from a database...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by moisescujardo on 08-20-2009, 12:00 AM
    Filed under: c#, dataset, asp.net 2.0, data Acces, Updating
Page 1 of 2 (11 items) 1 2 Next >
Microsoft Communities