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 strongm 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
  • Order by date
  1. davedizzle15

    web developer error

    Imports System.Windows.Forms Partial Class newedit Inherits System.Web.UI.Page Protected Sub DropDownList3_SelectedIndexChanged(ByVal sender As Object, ByVal e As EventArgs) Handles DropDownList3.SelectedIndexChanged MultiView1.ActiveViewIndex =...
  2. davedizzle15

    web developer error

    thanks for the suggestion. i see what you are saying. but my main issue with the vb code is that no matter what i get an error saying that "done1 is not declared".
  3. davedizzle15

    web developer error

    oops sorry, it should read IF done1.text = true...... done1 is the ID of the checkbox
  4. 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...
  5. davedizzle15

    make update message appear

    we are in AJAX, there is not full page refresh....i was already using a label for the "UPDATED" message as well here is the whole vb code Protected Sub UpdateButton_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) System.Threading.Thread.Sleep(3000)...
  6. 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"?
  7. davedizzle15

    non recognized value

    microsoft visual web developer express....its an AJAX supported website
  8. 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...
  9. davedizzle15

    page load time delay edit?

    can i have this GIF play on click only though? i dont want it to play on page load.
  10. 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...
  11. 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.
  12. davedizzle15

    populate text box with sql

    is this also possible to do with a formview in microsoft web developer?
  13. davedizzle15

    populate text box?

    does anyone know how to populate a textbox with an sql query using asp.net 1.1
  14. 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