Browse by Tags

Related Posts

  • Not Retreive GridView Rows to Another Web Form

    Hi i am doing on asp.net application.in that i am accessing data from ObjectDataSource. i want to reterive rows to another page.i need these rows values to another web form..i am using HyperLinkField get one value data DatanavigateField and dataNavigateUrlFormatString="ShowCorp.aspx?corpcode={0} and...
    Posted to Data Access and ObjectDataSource Control (Forum) by rambhopalreddy on 01-22-2007, 12:00 AM
    Filed under: BLL DAL Login Membership SQL Express, objectdatasource select dal "foreign constraint", ADO.NET Tutorial, Columns, Browser, objectdatasource fileupload, Session Variables, DataSet, DataSet Access Parameter C#.NET 2.0, SQL Server ADO.NET Transactions, ObjectDataSource GridView non-generic method, ADO.NET, Gridview, objectdatasource, C#, concurrency pessimistic ado.net dataset "disconnected architecture", ado connection pooling SQL server connection object
  • Change row order in GridView

    Hello Everybody, I have a GridView control that displays data from the underlying datasource along with the Edit option. I want to implement the concept in which the user can change the positions of the row within the gridview control, so that he can move the higher priority data rows at the top and...
    Posted to Data Access and ObjectDataSource Control (Forum) by mayuresh_s on 02-05-2007, 12:00 AM
    Filed under: ObjectDataSource DataSet Multitable, DataGrid GridView Paging, ADO.NET, Gridview, objectdatasource, object data source, gridview data images
  • General DataConnection advice required (combining data sources)

    Hello, I'm fairly new to .NET development, I'm currently working on ticket tracking type app that makes use of .NETs built in Membership, Role & Profile features via an SQL MDF file. Before I decided to go down this route, I was going to create my own user system using my own User table in a SQL...
    Posted to Data Access and ObjectDataSource Control (Forum) by allyc on 02-15-2007, 12:00 AM
    Filed under: CreateUserWizard, SQL ASP OBJECTDATASOURCE, Data Access, DetailsView, Gridview, objectdatasource, combining data sources
  • How to retrieve data as XML from SQL database

    Hi, I have a website which is designed to search for employee information. I have the search system working which does exactly what I want to, but as an added feature I want there to be a button which, when someone clicks on it, it takes whatever the previous search was and generates a set of data in...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by tomosap on 02-28-2007, 12:00 AM
    Filed under: Data, XML, parameter datatype, DataGrid GridView Paging, TableAdapter, TableAdapters, DAL, Data Access, Columns, Database, VB.Net, Table Adapter, DataSet, DropDownList, DataTable, ADO.NET, Gridview, objectdatasource, DataView SqlDataSource, object data source, Stored Procedures, DataAdapter, combining data sources
  • Problem with editing a gridview in a webpart

    Hi. I've got a very odd problem that only materializes itself inside a webpart. I've got tested code(tested it by actually writing it in a aspx file) that dynamically renders an objectdatasource and a gridview, and enables editing. Ofcourse I've also got the backend code to supply the ODS with data....
    Posted to Web Parts and Personalization (Forum) by EricJohansson on 03-22-2007, 12:00 AM
    Filed under: WebPart, ObjectDataSource, GridView Edit, GridView, Item has already been added
  • Re: DataTable unable to sort on dynamic creation

    I asume that you are using GridView. If using Boundfields, you should define SortExpression explicitly in the BoundField: < asp:BoundField DataField= "Nombre" HeaderText= "Titulo" SortExpression= "Nombre" /> When you using Auto-generate fields, this is automatic, but in custom BoundFields not....
    Posted to Data Access and ObjectDataSource Control (Forum) by sergiotarrillo on 03-26-2007, 12:00 AM
    Filed under: DataTable, Gridview, objectdatasource
  • Re: Dynamic GridView that can load Any Table

    I almost got it to work. I'm having trouble defining a DataTable based on the passed strTableName variable. I'd like to use the DataTable that I defined in the DLL. I set the table name of the DataTable equal to the passed strTableName, but no columns are found when it tries to loop thru the...
    Posted to Data Presentation Controls (Forum) by shepujw on 05-24-2007, 12:00 AM
    Filed under: dynamic, GridView, ObjectDataSource, DataTable
  • Dynamic GridView that can load Any Table

    How do I create a GridView, with sorting, paging, editing, deleting capability, that get's loaded by a tableadapter based on a querystring "table" variable? I have around 20 lookup tables that I want to put on an admin portion of a website for the admin to manage. I don't want to create...
    Posted to Data Presentation Controls (Forum) by shepujw on 05-24-2007, 12:00 AM
    Filed under: GridView, ObjectDataSource
  • Gridview/Detailsview/ODS inside Repeater - can update only one detailsview

    I have a repeater with nested gv/ods and dv/ods which displays 6 instances of the gv/ods dv/ods combos (I'm using this to dynamically set a parameter for the ods that fills the gv). The page displays fine and I can update one of the instances (doesn't matter which one - any of the six will update...
    Posted to Data Presentation Controls (Forum) by rpuglia on 06-04-2007, 12:00 AM
    Filed under: Repeater, GridView, DetailsView, ObjectDataSource
  • custom maping objectdatasource

    Hello! I have Categoria Object: Categoria.Codigo (Int32), and Categoria.Nombre (String). I have Producto Objetct: Producto.Codigo (Int32), Producto.Nombre (String), and Producto.CatProducto (Categoria object). I have a class BLProducto that return a List<Producto>. This method is maping in ObjectDataSource...
    Posted to Data Access and ObjectDataSource Control (Forum) by sergiotarrillo on 06-21-2007, 12:00 AM
    Filed under: Gridview, objectdatasource
Page 1 of 3 (29 items) 1 2 3 Next >