0% found this document useful (0 votes)
18 views1 page

Wip 4

This document contains questions about various topics in web development including: JavaScript and code-behind integration in ASP.NET, namespaces, fragment caching, passing values between pages without redirecting, cursors, web services vs web servers, interfaces and abstract classes, the doctype tag, using session variables in App_Code files, 3-tier architecture deployment, master pages, impersonation in ASP.NET, role providers, filling datasets multiple times, validating controls conditionally, mixing C# and VB.NET, browser compatibility, multiple web.config files, web.config configuration scope, minimizing session usage across multiple servers, untyped datasets, banking application sessions, communication methods in N-tier architectures, passing query string data without displaying in

Uploaded by

Notes Kart
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

Wip 4

This document contains questions about various topics in web development including: JavaScript and code-behind integration in ASP.NET, namespaces, fragment caching, passing values between pages without redirecting, cursors, web services vs web servers, interfaces and abstract classes, the doctype tag, using session variables in App_Code files, 3-tier architecture deployment, master pages, impersonation in ASP.NET, role providers, filling datasets multiple times, validating controls conditionally, mixing C# and VB.NET, browser compatibility, multiple web.config files, web.config configuration scope, minimizing session usage across multiple servers, untyped datasets, banking application sessions, communication methods in N-tier architectures, passing query string data without displaying in

Uploaded by

Notes Kart
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Wipro Paper-IV

1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. can i call the java script to code behind file?if yes how? what is normalization What is the first name space in .netF/W hierarchy What is Fragment Caching in ASP.NET? can we pass values from one page to another page without redirecting to that page? what is the cursor what is webservices ? and what is web server ? Write some code using interfaces, virtual methods, and an abstract class` what is use of doctype tag in asp.net can I use session variable in App_code Class page?? can any one explain about 3-tier architecture and how to deploy 3 layers of 3-tier architecture in 3 different servers. How do you create master pages in asp.net? " how does impersonate in asp.net works? explain with good example" Which class provides methods that can be used to manage role membership to be used in user authorization? How many time you can fill dataset in asp.net? I have a textbox , assign required field validator and i have two buttons 1) save 2) cancel , i want the validator run only when i click save button, don't validate cancel button , what to do? Can i have both C# and vb.net code in same assembly?how? 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? can i use two web.config files of ConnectionString in One Default.aspx page Webconfig file is cofiguration of server or browser? 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? what is the use of untyped data set ? Where we create sessions for Banking Applications and how to create? expalin with code? How can we communicate with each server in N-tier Architecture? and what are the methods? I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible? can we transfer data from one page to another page using viewstate if so how?if not y?

22. 23. 24.

25.

www.noteskart.com

Page 1

You might also like