aspx_beginners thread: Hyperlink just text won't jump.
Hi,
Can't get more basic than this.
First vb.net Web form aplication.
Two forms.
Dragged a hyperlink onto first form that points to second form.
when I view first form in browser (IE5) the hyperlink is just plain text
ie not blue and not underlined and does not cause the cursor to become
a 'hand'.
Probably Some basic setting but I can't see it.
what I did was:
1) drag link onto page.
2) alter its text property to what I wanted. "Fault Entry"
3) altered its navigate URL property by clicking button and choosing the
2nd form from the list. ie.
http://localhost/faults/Fault Entry.aspx
Thanks
Bob