Browse by Tags

Related Posts

  • Grid - Is this possible?

    We have few web applications that use third party grid COM object. Unfortunately the company is not directly supporting .Net so we are pushed towards using the existing gridview control. While playing with the gridview control, I learned that one can edit, delete existing row or record in the grid. The...
    Posted to Data Presentation Controls (Forum) by nimish on 12-01-2006, 12:00 AM
    Filed under: GridView, GridView editing, datagrid, GridView asp.net, databinding
  • Extending the Accoridon Control to support paging

    Has anyone every attempted to add paging to the databinding in the accoridon control. It would be very useful to get some of the functionality of the gridview control (sorting and paging). I haven't built an extender control yet, so I fear I am in over my head. Paging workaround suggestions would be...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Treetop on 12-02-2006, 12:00 AM
    Filed under: Accordion, Atlas Control Toolkit, DataBinding, atlas Control Toolkit panel extender accordion, accordian, GridView, AccordionPane, paging, accoridon, extender
  • Re: exporting to excel - cant get the paging,sorting, editing links out of the excel file

    ok, i was wrong. It looks like there's NO databinding going on when i click the button that triggers the export to excel function. I created a Gridview1_Databinding event handler, and put some break points in it. When i click the export button and dont explictly in code call the databind, my databinding...
    Posted to Data Presentation Controls (Forum) by merk on 12-11-2006, 12:00 AM
    Filed under: GridView, databinding
  • Unable to edit a gridview bound to Profile object

    Hi, I have created an object in Profile of type MyNamespace. UserPrefObject: < add name= "Prefs" type= "MyNamespace.UserPrefObject" serializeAs= "Binary" /> I am working on a page which will load the data entered into this object when the user was first added, into a Gridview, and allow the user...
    Posted to Data Presentation Controls (Forum) by kreid on 12-22-2006, 12:00 AM
    Filed under: GridView, GridView editing, BoundField, databinding
  • DropDownList problems in EditItemTemplate with Gridview

    Hello, I read the FAQ on this forum and saw the link to " Top Questions about the DataGrid Web Server Control". This is when I found the link for " Displaying a Drop-Down List in Edit Mode". This is basically what my problem is about, but I still couldn't get it to work. Here is what I am trying to accomplish...
    Posted to Data Presentation Controls (Forum) by Silverblade1486 on 02-03-2007, 12:00 AM
    Filed under: databinding, gridview, dropdownList, edititemtemplate
  • problem with retrieving/displaying data based on form input

    Hi, I've developed a form which accesses a database through a data layer and sends parameters based on the form input. I have written the following code which works by checking if the textbox is empty and passing a null value as a string to the search parameter in the query, of which there are five:...
    Posted to Data Presentation Controls (Forum) by tomosap on 02-22-2007, 12:00 AM
    Filed under: GridView, problem, string, database, sqldatasource, label, datasource, rows, records, If Statement, Null, GridView asp.net, data access layer, table adapter, databinding, data, ASP.net 2.0 GridView InsertParameters ControlParameter PropertyName, Updateparameters, sql, search, VB, textbox, method, parameter, querystring, ADO.NET, access database, FORM, SELECT
  • setting label to visible with button click

    Hi, I'm having some problems with using a label to display a message "No Records Found" when the user clicks a Search button. What I want it to do is to check if there are any results from a database that get displayed on a GridView. I have the following method so far: ------------------------------...
    Posted to Data Presentation Controls (Forum) by tomosap on 02-27-2007, 12:00 AM
    Filed under: GridView, postback, Client, database, paging, DropDownList, asp.net 2.0, label, rows, records, If Statement, Visible, data access layer, table adapter, databinding, codebehind, data, databind, VB, textbox, ADO.NET, access database, asp.net 2.0 GridView databound ItemTemplate
  • How can I remove columns from a GridView whose datasource is a webservice

    I have a webservice that takes some inputs and returns all the columns in a particular table. I would like to be able to choose which fields to be displayed and modify their corresponding headings. How can I accomplisht this in ASP.net 2.0 using c#. Thanks.
    Posted to Getting Started (Forum) by dchauhan on 03-19-2007, 12:00 AM
    Filed under: databinding, gridview, web service
  • 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 @...)
  • Implement ListChangedEventHandler IBindingList.ListChanged

    Hi.. I have class that implement IBindingList Interface, and i am getting the following error: 'RMWebDataView' does not implement interface member 'System.ComponentModel.IBindingList.ListChanged'. 'RMWebDataView.ListChanged' cannot implement 'System.ComponentModel.IBindingList...
    Posted to Custom Server Controls (Forum) by may215 on 03-31-2008, 12:00 AM
    Filed under: Data Bound Control, databoundcontrol, GridView, asp.net 2.0, c#, custom server control, databinding, custom controls, web custom control, data binding, DataView
Page 1 of 2 (13 items) 1 2 Next >