| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Is it possible to add aspx.vb file in to C# Web Project? If
so how can i use the vb file in the C# Web project? | | 3 |
| How do you add a javascript function for a link button in a
datagrid? | Microsoft | 2 |
| What are the page level transaction and class level
transaction? | Satyam | 1 |
| what is reference type to value type. | AG-Technologies | 2 |
| can i use two web.config files of ConnectionString in One
Default.aspx page
| Verinon-Technology-Solutions | 5 |
| What is the use of Administration tool in Asp.net 2.0? | | 2 |
| How can we do the client side validation and Server side
validations? But i told that At client side by with the help
of validations control or by javascript? But I dont know
about the Server side controls Explain? | iSoft | 5 |
| Which institute provide good Project training on .Net
technologies in hyd? | | 4 |
| IS IT POSSIBLE TO SET TIME FOR COOKIES?HOW IT IS POSSIBLE. | | 1 |
| Diff B/W user control and server control | | 3 |
| where can i gather the materials for MCP certification | | 1 |
| Types of optimization and name a few and how do u do? | Accenture | 1 |
| What is the Web.config file used for?
a) To store the global information and variable definition
for the application.
b) Configures the time that the server-side codebehind
module is called
c) To Configure the Web Server.
d) To Configure the Web browser.
| Syntax-Softtech | 3 |
| True or False: To test a Web service you must create a
windows application or Web application to consume this service? | | 1 |
| I have around 200+ controls in a page. Each of the sets of
controls are kept in divs and when header div is clicked,
only those div controls pertaining to that header div will
be displayed. Rest of the divs are kept invisible.
When the page loads, all these 200+ controls are loaded
simultaneously, that consumes much of the time.
What my requirement is I want to get the div1 controls
loaded when the page loads and rest of the div controls
should be loaded asynchronously. it should not be loaded
with page load, so that time for loading the page can be
much minimised.
Hope u understood my question and pls help me out with a
solution asap....
| | 1 |
| What is a Windows Service and how does its life cycle differ
from a standard EXE? | | 2 |
| What is a WebService and what is the underlying protocol
used in it? Namespace? | | 1 |
| What is the purpose of the following segment?
If ( !IsPostBack)
{
sqldataAdapter1.Fill (dsusers1);
DataGrid1.DataBind ();
}
a) To populate the DataAdapter the first time the web page
id displayed.
b) To populate the DataSet every time the web page is displayed.
c) To populate the DataAdapter every time the web page is
displayed.
d)To populate the DataSet the first time the web page is
displayed.
| Syntax-Softtech | 2 |
| What is web.config. How many web.config files can be allowed
to use in an application? | Accenture | 5 |
| How to consume a webservice in a windows application without
adding through the web reference? | 247Customer | 1 |
| |
| For more ASP.NET Interview Questions Click Here |