E
Ellie
I am just starting to develop in asp.net and I have somewhat of a
familiarity with asp 3.0. I am comfortable with asp 3.0 for my server side
processing and javascript for client side. I also like the regular form,
inputs, etc., in html. I seem to be having trouble with finding how to
change the action for the asp.net form control to a different url and the
action defaults to the same page that the form is on. It seems very
confusing since I can't see where this is being set or how I can change it.
Is there any problem with just using the regular html tags interspersed with
asp code and javascript in an asp.net application? I'm sure that Microsoft
wants us to use the newer method but what advantage is there to doing this?
Any insight into this will be helpful. Thanks
familiarity with asp 3.0. I am comfortable with asp 3.0 for my server side
processing and javascript for client side. I also like the regular form,
inputs, etc., in html. I seem to be having trouble with finding how to
change the action for the asp.net form control to a different url and the
action defaults to the same page that the form is on. It seems very
confusing since I can't see where this is being set or how I can change it.
Is there any problem with just using the regular html tags interspersed with
asp code and javascript in an asp.net application? I'm sure that Microsoft
wants us to use the newer method but what advantage is there to doing this?
Any insight into this will be helpful. Thanks