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 dencom 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: *

  • Users: davedizzle15
  • Content: Threads
  • Order by date
  1. davedizzle15

    web developer error

    i have a webpage with an update button at the bottom that saves all the information from the page's text boxes. I have a checkbox at the bottom of this same page that the user checks when they are done with the page. So when the UPDATE button is clicked, i want to run a few if statements...
  2. davedizzle15

    make update message appear

    when i click an update button on my webpage i have an animated gif pop up for 3 secs that says "updating"... here is the code: System.Threading.Thread.Sleep(3000) when this message disappears how can u make a message appear that reads "Updated"?
  3. davedizzle15

    non recognized value

    i have an image as an update button on my web page using visual web developer. under this i have a checkbox with an ID of checkbox1. i double click the checkbox to get into the VB coding. i want to have an if statement here that is something like if checkbox1.value = true then ......and...
  4. davedizzle15

    page load time delay edit?

    i have an update button on my web page, but when the user clicks UPDATE they still sit there and dont even know that it worked. is it possible to put something in my page so that it looks like the computer is still thinking so the user actually sees that the update button worked? something...
  5. davedizzle15

    multiview in an update panel

    is it possible in microsoft visual web developer to create something in multiview which is also inside an update panel. I have 3 separate forms that are in 3 separate views in the multiview portion, but all of this is inside an update panel and i cant get it to show when i run the website.
  6. davedizzle15

    populate text box?

    does anyone know how to populate a textbox with an sql query using asp.net 1.1
  7. davedizzle15

    populate text box with sql

    does anyone know how to populate a text box with an sql query using .net 1.1?

Part and Inventory Search

Back
Top