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...
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"?
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...
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.