Y
Yitzak
Hi
I did my first web site/app recently using asp. Although I found the
language easy, the end result compared to a typical client/server app
v.messy. My inexperience probably contributed to messy code. I found
the client side scripting for validation etc very tricky and time
consuming.
I see the validation is built in to the ASP.net controls and this
makes me think of taking up .NET. I read it can do server side
validation, how can it validate user imputs once page has been
rendered?
Does .NET generate the client side script for all the different
browsers? So when programming they look like say VB controls but from
the browser end its just normal HTML with javascript validation/event
driven code? without having to install/download special stuff on the
clients like the ActiveX model.
Any example web sites I can see web pages .NET generates? and compare
in IE/Mozilla
Thanks
I did my first web site/app recently using asp. Although I found the
language easy, the end result compared to a typical client/server app
v.messy. My inexperience probably contributed to messy code. I found
the client side scripting for validation etc very tricky and time
consuming.
I see the validation is built in to the ASP.net controls and this
makes me think of taking up .NET. I read it can do server side
validation, how can it validate user imputs once page has been
rendered?
Does .NET generate the client side script for all the different
browsers? So when programming they look like say VB controls but from
the browser end its just normal HTML with javascript validation/event
driven code? without having to install/download special stuff on the
clients like the ActiveX model.
Any example web sites I can see web pages .NET generates? and compare
in IE/Mozilla
Thanks