--
OHM ( Terry Burns ) * Use the following to email me *
Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
I have an ASP .NET web page VB. I have an event,
usersDropDownList_SelectedIndexChanged, on a DropDownList which updates the
contents of a textBox. Problem is this code isn't being executed unless the
page is refreshed. Other problem is, if you refresh the page the
submitTicketButton_Click code executes.
That sort of worked. However not, instead of showing the name I've selected
and entering the email address into the text box, it's refreshing the form
and selecting the first entry of the dataset and putting that e-mail address
into my textBox.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.