Search

You searched for the word(s): userid:333605

Matching Posts

  • Re: How to execute a button click inside a repeater

    Thanks shiv, That works just fine.
    Posted to Data Presentation Controls (Forum) by netplan on 11/23/2009
  • Re: How to execute a button click inside a repeater

    Thanks shiv, I don't get the error anymore when I do this...but I can't seem to step through my addhandler event to retrieve the quantity for the product that was selected. Any ideas?
    Posted to Data Presentation Controls (Forum) by netplan on 11/22/2009
  • How to execute a button click inside a repeater

    Hi, I have a button inside a repeater. This button adds items to a shopping cart. The repeater loads up rows of products and the information related to those products. The button click happens after the page has been loaded so I can't use "If not IsPostBack" because it has to execute the ItemDataBound event so that I can handle the button click. When I click it, I get this long error: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation
    Posted to Data Presentation Controls (Forum) by netplan on 11/21/2009
  • Re: Ajax to prepopulate textboxes

    Thanks losssoc, It worked. I didn't think you needed to set the autopostback to true for a client side event but that was it. Thanks
    Posted to ASP.NET AJAX UI (Forum) by netplan on 11/17/2009
  • Re: Ajax to prepopulate textboxes

    I've added an UpdatePanel and a <ContectTemplate> surrounding my shipping address information and added this code to the CheckChanged Event: Private Sub chkShippingSameAddress_CheckedChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles chkShippingSameAddress.CheckedChanged txtShippingAddress.Text = txtAddress.Text txtShippingAddressCont.Text = txtAdddressCont.Text End Sub This is my HTML: <asp:UpdatePanel ID="upShippingAddress" runat="server"> <ContentTemplate
    Posted to ASP.NET AJAX UI (Forum) by netplan on 11/16/2009
  • Ajax to prepopulate textboxes

    Hi, I have a form that contains address, shipping address and billing address information. I have a checkbox above the shipping and billing address information that reads "Same as main address" and I want to be able to check the box and have it pre-populate with the main address information rather than have the user fill it out. I know how to do this in Javascript but is there a way to do it with Ajax and UpdatePanels? Thanks
    Posted to ASP.NET AJAX UI (Forum) by netplan on 11/15/2009
  • Question about security and the Entity Framework

    Hi, I'm new to the Entity Framework and I have a question about the benefits of EF. I've always thought that the most secure way to access data from the database was to use stored procs and assign execute permissions to these procs and never assign permissions at the table level...but with EF...this is the way it's done. Are there any issues with doing it this way? Is the Entity Framework really the way to go? Are there any downfalls to using EF? Thanks
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by netplan on 11/6/2009
  • Attach 2 Datasources to a Repeater

    Hi, I have a page of questions and answers provided by the user. I have a datasource that retrieves the questions from the database and a datasource that retrieves the answers and the page follows this format (question, answer, question, answer etc...). My first datasource returns a collection of questions and my 2nd datasource returns a collection of answers. I know this can probably be done with one query from the database to select all questions and answers and attach it to a repeater but I am
    Posted to Data Presentation Controls (Forum) by netplan on 7/24/2009
  • Re: Attach 2 Datasources to a Repeater

    Ya...sounds like I'm making it more complicated than it should be. I guess in this case a joined query is the way to go. Thanks
    Posted to Data Presentation Controls (Forum) by netplan on 7/24/2009
  • Re: Cannot Edit GridView programmatically

    OK. I won't get back to it until next Saturday...I'll check it out then. I'm not sure anything will work though. I tried adding gridviews to my page from the toolbox and this works fine but as soon as I try to create them dynamically...the page doesn't know about them on postback. I may have to try a repeater and just display textboxes where I need to edit and save it that way.
    Posted to Data Presentation Controls (Forum) by netplan on 6/9/2009
Page 1 of 16 (156 items) 1 2 3 4 5 Next > ... Last »