Question I am working in C#.NET project.We are using visual studio 2003 version with .NEt framework 1.1 version.
I am having javascript validation in many forms.If the client browser Settings has disabled the Active scripting,and file download then the javascript alert box and file download will not work.
Can you please help me how to enable browser properies like
a)active scripting
b)File download etc by coding in NET,rather than manual selection in browser?
Answer hi
Thru .NET you can't change the client's browser settings.. If the client disabled javascript you have to validate and display the server side errors..
Same for file download feature... you can't pick file from the client's browser..