Browse by Tags

Related Posts

  • OldValues of FormView not being updated with subsequent updates/databindings

    We are experiencing a very frustrating situation that I'll do my best to explain. We have a UserControl with a FormView on it. The UserControl creates a SqlDataSource in its OnLoad event and assigns the ID to the DataSourceID property of the FormView. At run time, the FormView is displayed in edit...
    Posted to Data Presentation Controls (Forum) by ShellyFM on 06-03-2009, 12:00 AM
    Filed under: OldValues, postback, sqldatasource, databind, datasource, FormView
  • Re: Formview: Displaying inserted data?

    Because FormView is completely templatized, ViewState is maintained independently for each FormViewMode. So I chose to store the information I needed (a bool) in Session as follows: protected void FormView1_DataBound( object sender, EventArgs e) { // if a new record was just inserted, display it if ...
    Posted to Data Presentation Controls (Forum) by mtv on 08-28-2008, 12:00 AM
    Filed under: postback, Display, FormView, insert, Inserted
  • Update button don't postback in gridview inside Tab Container

    Hi, I'm having a strange problem, I have a Tab Container control with two tabs, In tab1 there is a gridview. In tab2 there is a formview with a RequiredFieldValidator. When I remove the validator everything goes correclty. The problem accures when I add the validator in the formview in tab2, the...
    Posted to Data Presentation Controls (Forum) by jocker_wow on 12-10-2007, 12:00 AM
    Filed under: postback, tab container, UPDATE, button, FormView, GridView, requiredfieldvalidator
  • ModalPopup panel doesn't show as modal, but rather just gets added to the bottom of page

    i have been trying (and sometimes succeeding) to use the modalpopupextender to show various panels of controls on my asp pages. the strange problem that i keep on running into is that sometimes it works, displaying an awesome popup, while other times, it doesn't show a popup at all, but rather just...
    Posted to ASP.NET AJAX UI (Forum) by mbruyns on 10-01-2007, 12:00 AM
    Filed under: ModalPopup UserControl, ModalPopupExtender IE7 FireFox, postback, "AJAX Toolkit", "Modal Popup", FormView, addHandler postback event, modal popup extender, "ASP.NET AJAX Beta 2", Validators
  • PostBack only after first button click when use RegisterPostBack

    Hello all, I am new to ASP.NET and I have a page with an UpdatePanel, inside that I have a GridView and a FormView. When I click select in GridView, I have all details in FormView so I can edit and insert new itens. The problem is I have FileUpload control inside FormView, in Edit and Insert mode and...
    Posted to Getting Started (Forum) by mluis on 09-18-2007, 12:00 AM
    Filed under: postback, updatepanel, .Net 2.0, ajax, asp.net 2.0 controls, File Upload, FileUpload FormView, formview, FormView FileUpload ObjectDataSource InsertParameters, .ASPX, upload file
  • post back question

    I have a formview with an update and cancel button as well as a couple hyperlinks. I only want to allow certain users to see these buttons/links if they have permission to edit the data on the form. The form opens with the edit, cancel, and other buttons with the visible properties set to false. Users...
    Posted to Web Forms (Forum) by rednelo on 08-05-2007, 12:00 AM
    Filed under: PostBack, FormView
  • Fire Checkbox event without postback from Formview in UpdatePanel

    OK, I am a C++ developper, not a Java nor a web developer and just started with .net, so bare with me :) I have a simple formview that has typical customer info including a mailing and billing address. The formview is included in an Ajax UpdatePanel and is bound to a BLL class that uses TableAdapters...
    Posted to Data Presentation Controls (Forum) by Lolli on 10-17-2006, 12:00 AM
    Filed under: postback, problem, DataBinding GridView Insert, Datagrid and Checkbox, FormView, asp.net 2.0
Page 1 of 1 (7 items)