I am having four text boxes in my web application. I am setting Required Field validator to each Text box. And I am having two buttons in my application. If i clicked the first button only first two text box validation will get fire. Dont show error message for remaining two text box. If i clicked second button last two text box validation will get fired. It will not consider the first two validation controls. That is how to enable and disable the validation controls.
4 8873Suppose, 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?
3 8771If you have to replicate a set of controls(UI) across a number of web pages, what will you do
1 4426we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using?
CEI, CSC, HCL, Tech Mahindra,
7 16137
Explain in what order a destructors is called.
what is the difference between response.write() and response.output.write()?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
Explain the concept of View Model in MVC?
What are the asp.net server side objects?
What can we do with asp.net?
What is the use of web.config and machine.config files?
What is a viewbag?
Explain the difference between value type and reference type?
What is cache in asp net?
What is asp.net used for?
What are the different types of sessions in asp.net? Name them?
Mention the execution process for managed code?
Difference between Response.redirect vs server.transfer?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?