Browse by Tags

Related Posts

  • Select query for gridview

    Hi everybody, Im making an c# asp.net website. I have 2 tables with an relation between them. Im using an dataset with for each table an tableAdapter. Here are my tableAdapters: I have an gridview and an objectDatasource(to the StatsTableAdapter). For the select method Im using the method "GetUsersByDate"...
    Posted to Data Access and ObjectDataSource Control (Forum) by khalidelmeknesi on 03-16-2009, 12:00 AM
    Filed under: Query, DataTable, SELECT, GridView
  • DbNetSuiteVS 1.0 released

    DbNetLink is pleased to announce the release of DbNetSuite VS 1.0 the easiest way to create database enabled ASP.NET web applications. DbNetSuite VS includes the following features: Ease of use. Can be implemented with just a few lines of code. Full support for Visual Studio. Comprehensive server-side...
    Posted to Announcements (Forum) by DbNetLink on 02-26-2009, 12:00 AM
    Filed under: VistaDB, visual studio 2008, Visual Web Developer, Web applications, web components, .NET, .NET 2.0, .net 3.5, .NET component, .NET Components, AJAX, ajax asp.net, Ajax controls, asp .NET 2.0 database objects sql, ASP.NET 2.0, ASP.NET AJAX, ASP.NET AJAX 1.0, Data access, data grid, DataTable, GUI Components, applications, gridview, asp .NET 2.0, API
  • GridView with two datasouces / Copying data from one gridview into another gridview and then updating database

    I have two GridView controls GridView1 and GridView2. GridView1 displays data from table1 through an access datasource. I then have a button on the page when clicked it copies the data from GridView1 into a DataTable and then I assign datatable as the datasource for GridView2, now what I want to do is...
    Posted to Data Presentation Controls (Forum) by deepakthegeek@rediffmail.com on 01-29-2009, 12:00 AM
    Filed under: Multiple Datasources, DataTable, 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
  • Set PrimaryKeyNames on GridView bound to a filtered DataTable

    Hi all, Further to a question I posted yesterday, I have a GridView which is bound to a filtered DataTable: 1 Protected Sub getDelegatesAlreadyBooked( ByVal classID As Integer ) 2 Dim objCl As New classes() 3 dtBookedDelegates = objCl.getClassDelegateInformation(classID) 4 5 Dim filter As String = Nothing...
    Posted to Data Presentation Controls (Forum) by G0ggy on 08-20-2008, 12:00 AM
    Filed under: rowdeleting, datakeynames, DataTable, Gridview, filters, Select
  • Unable to update GridView bound to DataTable

    Hi, I have the following problem. I'm working on a shopping cart. I collect the items in a DataTable. Then I load those items into a GridView. In the GridView, the user is allowed to change the quantity of each product. So far I've figured out that I need to code the RowUpdating event (I already...
    Posted to Data Presentation Controls (Forum) by bhan on 04-18-2008, 12:00 AM
    Filed under: RowUpdating, vb.net, ASP .net.2, bind data, DataTable, GridView
  • Bind the gridview footer row ?

    Hello, I've spent all morning trying to figure this out, but I can't. I have GridView which is bound to a DataTable. I want to show a footer row at the bottom of the GridView which is populated by another DataTable. Now I can achieve this by doing something like this: for ( int i = 0; i <...
    Posted to Data Presentation Controls (Forum) by WaterWolf12345 on 04-10-2008, 12:00 AM
    Filed under: Binding, DataTable, GridView, Footer
  • Relations: parent row of DataRow is always Nothing

    hello, it seems that a parent row of a DataRow never gets fetched (=>is always Nothing). i've created two DataTables: - Employees(Id, Firstname, Lastname, DepartmentId) - Departments(Id, Name) and the following Relation: - EmpDeptRel which indicates that 1 department can have N employees and 1...
    Posted to Data Access and ObjectDataSource Control (Forum) by matthias.gloessl@joyn-it.at on 02-12-2008, 12:00 AM
    Filed under: nothing, objectdatasource, parent row, relation, ADO.NET, binding, Data Access, DataRow, DataTable, getparentrow, Gridview
  • Japanese Characters in Grid View

    Hi there, I have a form where I am taking input from User in 2 languages, English and Japanese...... Now the data submits just perfectly (as I can see it in SQL Server) but in gridview the Japanese characters become TILTED....the column entry for japanese in the database through the form is "二輪車"...
    Posted to Data Presentation Controls (Forum) by programmar on 01-14-2008, 12:00 AM
    Filed under: SQL 2000 Server, UPDATE, ".NET 2", "SQL Server", .Net 2.0, ADO.NET data access, asp .NET 2005, asp.net c# profiles sql server, Bind, datagrid, DataTable, database options, XML SQL, .NET SQL Server 2000, GridView, asp.net 2.0, column attributes, ASP .NET 2 SQL Insert
  • GridView with Dynamic DataTable

    I'm working with dynamically generated DataTable stored in a session that I bind to GridView. But I seem to have some issues. 1. When trying to edit the row within GridView. RowEditing event fires and I'm able to get the textboxes to show but in the textbox instead of the value it contains <...
    Posted to Data Presentation Controls (Forum) by shinsoft on 01-12-2008, 12:00 AM
    Filed under: DataTable, edit a gridview, GridView, dynamic
Page 1 of 3 (28 items) 1 2 3 Next >