| What is WYSIWYP? |
| WHAT YOU SEE IS WHAT YOU PRESENT. |
|
|
|
|
|
| What is @Page directive in ASP.Net? |
| @Page directive provides attributes that affect how the specific page built and compiled by ASP.Net engine. |
|
|
|
|
|
| What is cookies? |
| A cookie ia a small text file that resides on the client computer and can store the informatiom used by a web page or the entire site. |
|
|
|
|
|
| How to prevent a Button from validating its form? |
| Set the CauseValidation property of the button control to false. |
|
|
|
|
|
| Can you run an ASP.Net web application without using web.config file? |
| Yes. |
|
|
|
|
|
| What does CommandBehavior.CloseConnection() parameter of ExecuteReader()? |
| It closes the connection automatically when the DataReader is closed. |
|
|
|
|
|
| Which is the process independent Session? |
| SqlServer |
|
|
|
|
|