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 =...
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".
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...
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)...
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.