I've just recently started using asp.net. I've notice my object dropdown boxes are missing. What I mean is (see code below) when I type in "text2." I dont have any properties listing dropping opening and droping down
Have I forgoten to turn some option on? Thanks
Dashley
Sub submit(Source As Object, e As EventArgs)
textbox2.text=textbox1.text
End Sub
Have I forgoten to turn some option on? Thanks
Dashley
Sub submit(Source As Object, e As EventArgs)
textbox2.text=textbox1.text
End Sub