Is there a way to use ASP.NET in browsers that javascript is not enabled?
Whereas all buttons/actions do a postback using javascript by default, i guess that isn't possible, but using ASP.NET MVC could be a solution?
What do you think is the best way to deal if the user's browser is with javascript disabled? Block the page access telling that the user need enabled?
So, is this really necessary?
A lot of large sites do nothing to handle that.