ASP.NET 2.0: programming .aspx for many browsers?

R

R.A.M.

Hello,
(Sorry for my English...)
I am learning ASP.NET 2.0: and I have a question: if I have .aspx page
will it work without modifications in all popular browsers?
Thank you very much for information.
/RAM/
 
T

Teemu Keiski

Hi,

yes, ASP.NET v2.0 has much better cross-browser support from start
(callbacks, validation, built-in helper scripts etc) and it supports also
flexible model which enables you to extend it to support browsers (which
might not now be considered as "popular enough") . But yes, it supports all
popular & modern browsers.
 
R

Remy

It has issues with Safari on Mac OS. The menu control does not work
with dynamic styles and validation happens on the server side.
There are workarounds, but it gets a bit tricker then...
 
B

bruce barker \(sqlwork.com\)

will depend on the controls used, and the html you write.

none of the postback controls will work if javascript is disabled, only
asp:buttons will work.

-- bruce (sqlwork.com)
 

Ask a Question

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.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top