Browse by Tags

Related Posts

  • GridView with Formview.

    Hey guys!!! I am connecting my Gridview(Enabled selection) with my Formview. like below: (1 ) protected void GridView1_SelectedIndexChanged( object sender, EventArgs e) { FormView1.PageIndex = GridView1.SelectedIndex; } And it is working fine till I am on the same page(I mean first page.), but I have...
    Posted to Data Presentation Controls (Forum) by BhaveshPatel on 09-29-2006, 12:00 AM
    Filed under: GridView, FormView, GridView Rowcommand Cell-Values
  • Best interface for database maintenance (parent-child relationships)

    Hello, I'm developing a web application using ASP.NET 2.0, Visual Studio 2005, and SQL Server Express 2005. The app has a maintenance section only available for authorized users. I'm looking for best and most confortable interface for users to maintain data. The problem is with data that i have...
    Posted to Data Presentation Controls (Forum) by ROMASP on 10-04-2006, 12:00 AM
    Filed under: GridView, FormView, DetailsView, Delete, GridView editing, dataview, GridView master detail expand collapse, database, ChildTable
  • GridView vs DataList vs Repeater vs Formview vs DetailsView - which one to choose

    In development there is always a question which control to choose. I think many developers including myself are not clear on which control should be should for which purposes. Can you pls explain what are the pros and cons of these controls and also why some say that Gridview is a heavy control and repeater...
    Posted to Data Presentation Controls (Forum) by nav_nav2000 on 02-06-2007, 12:00 AM
    Filed under: GridView, FormView, Reaperter, Datalist
  • Datagrid with SQLDataSource - MySQL?

    If im trying to communicate with a MySQL Database can i use the standard SQLDataSource control in conjunction with a DataGrid/FormView for viewing, inserting, updating and deleting from my MySQL database? Do i have to write the SQL statements for the insert/update/delete myself?
    Posted to MySQL (Forum) by tbenson on 03-09-2007, 12:00 AM
    Filed under: GridView, FormView, datagrid, T-SQL, mysql
  • How do I access controls in a TabContainer for FormView Select Parameters

    I have a page with a gridview which is inside a tab panel. Depending upon the selection in the GridView I need to set a Select Parameter for a FormView on another area of the page. I simply get the error "Could not find control 'GridView2' in ControlParameter 'PoemID'" Any suggestions ?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Jaxom on 04-06-2007, 12:00 AM
    Filed under: FormView, GridView, AJAX Control Toolkit, "AJAX Toolkit", "TabContainer"
  • Re: Deleting from multiple tables

    Hi Diane, Have you set the ' DataKeyNames ' property of your FormView? It should be set to 'MemberID' (or whatever the database field name is that stores this value for each record). Check these for more info on DataKeys: http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.datakey.aspx...
    Posted to Data Presentation Controls (Forum) by djh on 04-23-2007, 12:00 AM
    Filed under: GridView, FormView, databinding, datakeynames . updatecommand does not work (must declare variable @...)
  • Detailsview Obtaining Edited Values

    After much searching I have not been able to find the answer to this. I have a DetailsView that has is databound to an access database. All the modes work properly with the control such as; Adding, Editing, Deleting, and Viewing. I am trying to validate the inputs during an edit or add, using the customvalidator...
    Posted to Data Access and ObjectDataSource Control (Forum) by brandonnm on 05-31-2007, 12:00 AM
    Filed under: FormView, VB.Net, Gridview, DetailsView, DataView
  • Presentation Layer (developer) challenges

    Hi All, I am new to ASP.net and Framework 2.0 but have been working on console VB applications for some time. I would like to produce the listing below from an ASP.NET application. Currently, I have set up a Data Access Layer (including a data adapter) and a Business Logic layer. Both are up and running...
    Posted to Data Presentation Controls (Forum) by seidensc on 06-28-2007, 12:00 AM
    Filed under: Repeater, GridView, FormView, dataview, DetailView, ASP.net 2.0 GridView InsertParameters ControlParameter PropertyName, data repeater control, Multiview Control, Datagrids, GridView master detail, Template Controls GridView, asp.net 2.0 GridView databound ItemTemplate, datailsview, gridview html, table, nested repeater, webform, ASP.NET 2.0 GridView databound, HTML, ASP.net 2.0 GridView, asp.net 2.0 gridview dynamic
  • insert data, retrieve unique ID

    Hi, I have a formview and I need to insert data from this formview into a database. From there, I need the UNIQUE ID that is generated when the data is inserted to be either query-stringed (...Default.aspx?ID=XXXXX) or set as a session variable (session("ID") = UNIQUIEID) The reason for this...
    Posted to Web Forms (Forum) by smartsl on 08-16-2007, 12:00 AM
    Filed under: gridview, FormView, unique id
  • formview wont show in IE 7

    Hi I have a Gridview (Gridview1) and formview (formview_insertdrape) on a page. In GridView1 I have a select button that selects the row. On the page load event, I have the following code: If GridView1.SelectedValue = Nothing Then FormView_InsertDrape.Visible = False Else FormView_InsertDrape.Visible...
    Posted to Data Presentation Controls (Forum) by smartsl on 09-12-2007, 12:00 AM
    Filed under: GridView, FormView, server control
Page 1 of 2 (18 items) 1 2 Next >