Browse by Tags

Related Posts

  • What is a link button?

    I put one of these on my default.aspx, thinking it looked better than the regular button. I saw it has a post back url and a way to select a url, so I selected that page I wanted to go to when the button is clicked. Nothing happens when it is clicked, but I can see something down in the status bar at...
    Posted to Web Forms (Forum) by JustWantAnAnswer on 08-14-2008, 12:00 AM
    Filed under: link button, button, postback
  • 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
  • UpdatePanel needs to be updated!

    Many developers still asking about UpdatePanel problem with some server side controls, like MultiView and Buttons. In this scenario, You have built a simple page with MultiView control inside an UpdatePanel, each view will act as a (Wizard Step), and at the end there is a button that asks you if you...
    Posted to Web Forms (Forum) by jocker_wow on 11-22-2007, 12:00 AM
    Filed under: PostBack, update, updatepanel, button, causevalidation, multiview
  • ASP.Net 2.0 Button Event not Firing

    I currently have a page that I've been developing and testing in IE 6 and Firefox. I just recently update to IE 7 and now the button event doesn't fire. Below is the ASP.Net declaration for the button: < asp : TableCell >< asp : Button ID ="btnAdd" Text ="Add" OnClick ="btnAdd_Click" runat ...
    Posted to Web Forms (Forum) by mwilk4905 on 03-16-2007, 12:00 AM
    Filed under: PostBack, ajax, ASP.NET 2.0, asp.NET 2.0 C#, ASP.NET 2.0 webform, button, IE7, IE7 postback
  • Get Sender of Postback Event

    Hi, I have a website with several dynamically created checkboxes (autopostback = true), buttons and textboxes. My question is how can I find out which control causes the postback. In my page_laod method I want to check if the postback is caused by a button or a checkbox. Knows anybody a solution to this...
    Posted to Web Forms (Forum) by danni84 on 12-15-2006, 12:00 AM
    Filed under: PostBack, button, checkbox, dynamic controls, autopostback, checkboxes
  • Response.Redirect doesn't work with UpdatePanel in Beta 1

    I have a page with an update panel that contains a few buttons that need to be able to redirect to another page. The script manager is located on a master page. Every time one of those buttons are clicked, i get one of two errors: If the button is inside of a gridview, i get this error: Sys.WebForms...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by TheKyle27 on 10-24-2006, 12:00 AM
    Filed under: postback, updatepanel, beta 1, Bug, button, error, response.redirect, GridView
  • Re: How to do HTTP POST from ASPX 2.0 page to Lotus Domino environment

    If your using ASP.Net 2.0 , there's a new feature for asp:button "PostBackUrl" < asp : Button PostBackUrl =" path to domino " I think this will solve ur problem Let me know if it works Regards Ramzi
    Posted to Web Forms (Forum) by Ramzi.Aynati on 03-01-2007, 12:00 AM
    Filed under: PostBack, postbackurl, ASP.NET 2.0, aspx, autopostback, button, form
Page 1 of 1 (7 items)