Interview Tips Interview Tips, Interview Questions and Answers

6Mar/100

asp.net questions and answers

What are the various ways of securing a web site that could prevent from hacking etc .. ?
1) Authentication/Authorization
2) Encryption/Decryption
3) Maintaining web servers outside the corporate firewall. etc.,

Name the validation control available in asp.net?.
RequiredField, RangeValidator,RegularExpression,Custom validator,compare Validator

What is a PostBack?
The process in which a Web page sends data back to the same page on the server.

4Mar/100

What is validationsummary server control?where it is used in asp.net?

The ValidationSummary control allows you to summarize the error messages from all validation controls on a Web page in a single location. The summary can be displayed as a list, a bulleted list, or a single paragraph, based on the value of the DisplayMode property. The error message displayed in the ValidationSummary control for each validation control on the page is specified by the ErrorMessage property of each validation control. If the ErrorMessage property of the validation control is not set, no error message is displayed in the ValidationSummary control for that validation control. You can also specify a custom title in the heading section of the ValidationSummary control by setting the HeaderText property.
You can control whether the ValidationSummary control is displayed or hidden by setting the ShowSummary property. The summary can also be displayed in a message box by setting the ShowMessageBox property to true.

3Mar/100

What are the variuos Enterprise Application Blocks in .NET

Exception error Handling
Caching Application Block
Data Application Block
Logging Application Block
Security Application Block
Unity Application Block
Policy Injection Application Block
Validation Application Block