Browse by Tags

Related Posts

  • Re: Binding Data to Gridview

    you have to use dataset insted of datatable see my example public void personal_info_show() { string connectionString = ConfigurationManager.ConnectionStrings[ "CoreSqlServer" ].ConnectionString; DataSet datasetinfo = new DataSet(); DataTable datatableinfo = new DataTable(); // Search Previous...
    Posted to Data Presentation Controls (Forum) by rezakawser on 05-05-2009, 12:00 AM
    Filed under: dataset, GridView
  • Delete row in DataSet

    Hi, I'm trying to delete a row in my DataSet, but I'm getting a "There is no row at position 1" error, here is the DataSet creation code: Protected Sub createDataTableForOrder() Dim currentOrderTable As DataTable = New DataTable("CustomerOrder") Dim column As DataColumn column...
    Posted to Data Presentation Controls (Forum) by G0ggy on 03-10-2009, 12:00 AM
    Filed under: vb.net, ASP.NET, dataset, GridView
  • Use ArrayList and Stored Procedure Output To Populate Different Columns In Same DataGrid/GridView

    This may be a beginner's issue, but I am having trouble with a situation that I need help with. One set of data that is stored in an ArrayList and another that is stored in the DB (results from a stored procedure). I need to have a Grid with two columns (right now the Grid is on the .aspx page, but...
    Posted to Data Presentation Controls (Forum) by jon333 on 01-26-2009, 12:00 AM
    Filed under: arraylist, Custom Column, datagrid, dataset, DataTable, GridView
  • DataBinding: 'System.Data.DataRowView' does not contain a property with the name '1'.

    the error: DataBinding: 'System.Data.DataRowView' does not contain a property with the name '1'. my case: getting this error when deleting a row from gridview and reloading the gridview with the changes using a single stored proc to delete and select.. dataset contains column names and...
    Posted to Access Databases and AccessDataSource Control (Forum) by snet on 01-09-2009, 12:00 AM
    Filed under: sql, stored procedure, visual studio, ASP.NET 2.0, c#, DataSet, Gridview Data Sources, .ASPX, GridView
  • Access database won't update

    I have an Access database that is bound to a DinamicDetailsView. The problem is that it won't update. When I press the edit button, the edit template is shown, but when I make changes and press update nothing happens. It just returns to the basic template and does not update database. Here is the...
    Posted to Access Databases and AccessDataSource Control (Forum) by alensp on 10-01-2008, 12:00 AM
    Filed under: Ms access database, update, updated rows in ms access, access, access vb.net select statement simple login form, AccessDataSource INSERT problem, ASP.NET 2.0, data set, DataAdapter, DataSet, Gridview Data Sources, .ASPX, GridView
  • Missing TableAdapter from DataSet or Business Object Empty

    The Scenario: I created a DataSet called GetHouses.xsd that gets data from a table based on which user is logged in. I named the Return a DataTable Method name: GetDataByUser. I have tried Google and these forums but I haven't found anything matching what I am experiencing. I've done similar...
    Posted to Data Access and ObjectDataSource Control (Forum) by dune44 on 01-31-2008, 12:00 AM
    Filed under: Empty, object data source, objectdatasource, sql, Table Adapter, Business Object, DAL, data set, DataAdapter, DataSet, datatable tableadapter, Gridview - dataset, Gridview DataGrid, Gridview
  • Employee Attendance Application

    Hai to all I'm new to asp.net. I'm creating Employee Attendance Details application in Asp.Net with C#, which is a Windows application. I have searched in internet regarding this application. But I'm unable to found it. If any one knows this application, please provide me the link. Thanks...
    Posted to Free For All (Forum) by sureshkumar.veesam on 10-24-2007, 12:00 AM
    Filed under: 3rd Party controls for asp.net, ASP.NET, Asp.Net 2.0, asp.net 2.0 asp.net, asp.net 2.0 Template Field, Data Grid, database, DataGrid, Datalist control, dataset, folder, FormView, Interview Questions, javascrip, javascript code behind, Localization, Login Control, LoginView, Master page, Membership, Menu, menu control, MultiLanguage, Asp.NET2.0, grid view, GridView, ASP.NET Sites, .NET Framework 3.0, Asp.Net 1.1
  • Get unbound column from DataSet for GridView row?

    I have a GridView that's bound dynamically to a DataSet that's filled via a SqlDataAdapter. When the user clicks "Select" on a row in the GridView, I need to access the corresponding DataSet row in order to retrieve data from columns that are not bound to the GridView. How do I do that...
    Posted to Data Presentation Controls (Forum) by wevanz on 09-13-2007, 12:00 AM
    Filed under: SqlDataAdapter, dataset, GridView
  • Updating a dataset with GridView

    Ok, I've searched this forum and a bunch of others and really haven't found an explanation that deals with my specific situation. I am developing a time-tracking application in VS 2005. The table (time_tracking) to manage hours submitted by a user has the following columns: time_tracking_id employee_id...
    Posted to Data Presentation Controls (Forum) by pazzo83 on 07-04-2007, 12:00 AM
    Filed under: ObjectDataSource, ObjectDataSource GridView Viewstate, dataset, Gridview.EditItemTemplate, gridview, GRIDVIEW BUG, datatable
  • Updating a Dataset with Gridview

    Ok, I've searched this forum and a bunch of others and really haven't found an explanation that deals with my specific situation. I am developing a time-tracking application in VS 2005. The table (time_tracking) to manage hours submitted by a user has the following columns: time_tracking_id employee_id...
    Posted to Web Forms (Forum) by pazzo83 on 07-04-2007, 12:00 AM
    Filed under: ObjectDataSource, ObjectDataSource GridView Viewstate, dataset, Gridview.EditItemTemplate, GRIDVIEW BUG, datatable, gridview
Page 1 of 3 (21 items) 1 2 3 Next >