Search

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

Matching Posts

  • Dynamic Form based on parameter

    I have a site I am working on, a user will choose how many rooms a site has, then once they choose how many rooms there are in each of those rooms they must then enter how many chair will go into each particular room. I want to make a form where first the user puts how many room there are and then clicks a button which will then generate a number of textboxes for each room. So if they enter 10 rooms then 10 teextboxes show up so they can then enter how many tables for each room. Then once they fill
    Posted to Web Forms (Forum) by gtjr921 on 9/29/2009
    Filed under: vb.net, dynamic, Form action, For each
  • Re: GridView Datakey Name for Each

    That did it THANKS!!! I knew it had to be something simple!
    Posted to Data Presentation Controls (Forum) by gtjr921 on 6/30/2009
  • Re: GridView Datakey Name for Each

    any ideas on this? I would htikn it is something simple I am overlooking, but can't seem to pin point it.
    Posted to Data Presentation Controls (Forum) by gtjr921 on 6/25/2009
  • GridView Datakey Name for Each

    I have a button click even that loops through my gridview to get the data key values for each row. The first time it loops through my for next statement it works fine adds the data etc, but the second time through I get this error. I keep getting Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index for this line Dim varpatid = gvPatientsNM.DataKeys(row.RowIndex)(0).ToString() I have tried to change it to this gvPatientsNM.DataKeys(row.RowIndex
    Posted to Data Presentation Controls (Forum) by gtjr921 on 6/24/2009
    Filed under: GridView, DataKeynames, index out or range
  • Re: GridView Datakey Name for Each

    Ok I fixed my above error i was trying to bind another gridview at the wrong time, however another unrelated one has shown up. I have a gridview(Gvpatientnm) that has another gridview embedded in it (gviewvisitdetailsinfo) I have a sub that on the selected index changed that open a details view based on the gviewvisitdetailsinfo selected value in a modal pop up window. I had this working, but it is erractic. I keep getting. Specified argument was out of the range of valid values. Parameter name:
    Posted to Data Presentation Controls (Forum) by gtjr921 on 6/24/2009
    Filed under: embedded child dataGrid
  • Re: disable tab on asp:Menu

    Thanks that only partly works it still tabs through the first link in the menu. I just created a different master page with a html links as a menu for the page I wanted this on. To answer your question I did it this way because the users are old school keyboard only people. They do not want to tab through the menu. They basically tab through every form to enter data. This is a nuisance for them to tab through the menu. Thanks again.
    Posted to Master Pages, Themes and Navigation Controls (Forum) by gtjr921 on 6/11/2009
    Filed under: tab, menu
  • Re: listview for each update

    metals answer worked just fine thanks
    Posted to Data Presentation Controls (Forum) by gtjr921 on 6/8/2009
  • disable tab on asp:Menu

    I have an ASP menu with a sitemap datasource on a masterpage. I do not want users to be able to tab through it, I tried setting tabindex= -1 that had no effect. On other controls on my master page that I do not want user to tabe through setting thein index to -1 worked, it did not work for the menu.
  • Re: Nested DetailsView?

    thanks pete that did the trick this was what i ended up with 1 Dim gvVisit As GridView = CType (row.FindControl( "gviewVisitDetailInfo" ), GridView) 2 Dim varcptcode As String = CType (gvVisit.FooterRow.FindControl( "txtCptIN" ), TextBox).Text
    Posted to Data Presentation Controls (Forum) by gtjr921 on 6/6/2009
Page 1 of 19 (184 items) 1 2 3 4 5 Next > ... Last »