Suppose i create one application in vs 2008 and it is
running in the latest version of IE,will it run in netscape
and other browsers with low version?
Answers were Sorted based on User's Feedback
Answer / sujtha
not all the times.. but it will support
we need to cahnge the design some times accordingly
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / bhabani dash
yes , it will run with lower browser version provided the
application should hv all the setting made in
machine.config supporting older browsers .
Is This Answer Correct ? | 2 Yes | 0 No |
What is the use of placeholder control? Can we see it at runtime?
How to merge 2 tables fields in DataTable in asp.net
what is publisher?
What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState ?
Explain the role of global.asax?
What is the answer for "Which configuration Tool your using means" ? we have to tell about IIS or .Net Framework or VSS? Give me in brief ?
How to set the pane area to transparent of a scrollPane component.?
Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?
How many classes can a single .NET DLL contain?
What is autopost?
What kind of programming language is ASP.NET?
suppose we have two object;obj1 and obj2 can we assign obj2 to one1; and if yes; then after assigning suppose we delete obj2 then obj1 will retain obj2 value or not.