Explain file-based dependency and key-based dependency.
My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?
What is web.config. How many web.config files can be allowed to use in an application?
6 Answers Accenture, HCL, InterGraph, iSoft,
Explain difference between dataset and recordset?
What is the difference between client-side and server-side validations in webpages?
How do you validate the controls in an ASP .NET page?
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
If cookies is disabled in client browser will session work ?
What is content page in asp net?
What does this do? sn -t foo.dll
What is the use of The Page.Master Property?
In what order do the events of an ASPX page execute, As a developer is it important to understand these events?
Take one textbox if I am inputting abc alphabet in capital letter or in small letter on the button click it will be bcd or if I enter 123 and it would be 234 like that in ASP.NET?