|
In-Line code:- Here the code is directly embeded in the same file where the User Interface or presen....
|
Category:
ASP.Net
|
Date:
10/5/2010 8:53:19 PM
|
|
|
|
Both Strong Typing and Weak Typing are good. Both are used depending on the requirement.
In Strong ....
|
Category:
ASP.Net
|
Date:
10/5/2010 8:28:19 PM
|
|
|
|
ViewState is a state which represents the state of the page that must persist across postback.
Role....
|
Category:
ASP.Net
|
Date:
10/5/2010 6:17:19 PM
|
|
|
|
Three datatypes are supported, viz. , String, Integer and Date.
|
Category:
ASP.Net
|
Date:
10/5/2010 2:20:19 PM
|
|
|
|
No, he can't read these files as access to these files is not possible. This is because the section ....
|
Category:
ASP.Net
|
Date:
10/5/2010 11:44:20 AM
|
|
|
|
Item Template should be used.
|
Category:
ASP.Net
|
Date:
10/5/2010 9:34:19 AM
|
|
|
|
RaiseBubbleEvent implementation is done with the help of control , which cannot be overridden. The e....
|
Category:
ASP.Net
|
Date:
10/5/2010 12:50:20 AM
|
|
|
|
src:- It is an attribute where we mention the name of the code-behind class to dynamically compile a....
|
Category:
ASP.Net
|
Date:
10/5/2010 12:26:19 AM
|
|
|
|
It is available after the Init() method and before the Page_Load() method.
|
Category:
ASP.Net
|
Date:
10/4/2010 6:59:19 AM
|
|
|
|
The control can perform the following three things if it has bubbled event:-
1. Nothing is done. In....
|
Category:
ASP.Net
|
Date:
10/4/2010 4:23:20 AM
|
|
|
|
MailMessage and SmtpMail are the classes which will be required to send the mail. Code for this will....
|
Category:
ASP.Net
|
Date:
10/4/2010 2:13:19 AM
|
|
|
|
It is better to have a validation check on client-side. This is because if the validations are check....
|
Category:
ASP.Net
|
Date:
10/4/2010 12:27:20 AM
|
|
|
|
It contains Server-side code.
|
Category:
ASP.Net
|
Date:
10/3/2010 5:30:19 PM
|
|
|
|
inetinfo.exe is theMicrosoft IIS server running, handling ASP.NET requests among other things.When a....
|
Category:
ASP.Net
|
Date:
10/3/2010 5:05:19 PM
|
|
|
|
The following code write a cookie to the user client. The cookie is "User" stores Username....
|
Category:
ASP.Net
|
Date:
10/3/2010 12:43:19 PM
|
|
|