Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Help14

    Guys I am stumped... Novice user here.. gridview edit

    Let me explain this. 1) I have a form with a bunch of controls (drop down, text box and calendar pop up (controlled by javascript) and not asp.net calendar control. 2) When the user clicks submit button after filling out the form, the value get inserted into the database (SQL Server): Some of...
  2. Help14

    Guys I am stumped... Novice user here.. gridview edit

    I am setting this in the GridView1_RowUpdating event. Correct, that is exactly what I am doing, I am getting the selected value in the ItemTemplate(showing it in the gridview) then clicking the edit button in the gridview (that I coded) and allowing the user to change it if he/she wants to...
  3. Help14

    Guys I am stumped... Novice user here.. gridview edit

    jbenson001, Sorry for the delay in getting back to you as I wanted to try a few things myself first. So I added some style sheets, adjusted the paging correctly and looks like my issue is solved:) However, keeping inline with the issues above, I now have an Gridview update issue that is a...
  4. Help14

    Guys I am stumped... Novice user here.. gridview edit

    Hello again my friendly experts, I have a situation whereby I have created a asp.net gridview using template fields. Now, this seems to be working perfectly. I have also added in the EditItemTemplate and ItemTemplate some dropdownlists with the SelectedValue. Something along the lines of...
  5. Help14

    Newbie with first post..giving up on date validation (asp.net, C# and javascript)

    jbenson001, Thanks so much!! I have been staring at this thing to long and it didn't even dawn on me to think like that. So works perfectly, however, in thinking about this further, what I still need now is to say: if the date chosen for Date1 is greater then current date then give me an...
  6. Help14

    Newbie with first post..giving up on date validation (asp.net, C# and javascript)

    Hi all, First post, new to programming but I feel I have a done a good job so far. Using a web form with a gridview, with creation of stored procs to insert into database. I have about 3 date fields, that are calendar pop up fields ((icon) next to the textbox that user presses, calendar pops...

Part and Inventory Search

Back
Top