| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the syntax for datagrid and specifying columns ? | Microsoft | 1 |
| I am using SQLServer 2005. I have one table called Drivers.
Every day thousands of records will be added in this table.
I have to show all these records in my GridView with out
applying ajax timer beacause we don't know
the time limit when the new record come to the table.
Sometimes it will add for 10 seconds some times 20 seconds.
There by Please try without using timer or any other
soultion apply for the table in sqlserver.
But, i want to see all records immediately when new record
comes in table. How?
Thanks in advance...
Ramesh | | 5 |
| What is web.config. How many web.config files can be allowed
to use in an application? | Accenture | 5 |
| How to do Caching in ASP? | | 1 |
| hi
ans dis qstn.
"what is d max size of query string. If it exceeds does it
give error. if yes wt error it gvs, if no gv the reason"
thnx in advance
| | 3 |
| what is CLR? | PrimeLine | 3 |
| Where do you store the information about the user?s locale? | | 2 |
| What is CSS? What is the advantage os using CSS in ASP.NET
Web Applications? | PCS | 2 |
| What are different transaction options? | Astadia | 1 |
| How does dataset acts in a disconnected fashion ? | TCS | 3 |
| Explain the functionality of "EnableViewState" ? What
happens if you want it on or off? | | 1 |
| Where does the Web page belong in the .NET Framework class
hierarchy? | Visual-Soft | 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 |
| If Asp Dot Application is stateless what happened? during
designing | TCS | 3 |
| What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other? | Satyam | 3 |
| Which method do you invoke on the DataAdapter control to
load your generated dataset with data? | | 1 |
| What method do you use to explicitly kill a users session? | | 1 |
| Which template must you provide, in order to display data in
a Repeater control? | Wipro | 2 |
| How to migrate from sqlserver 2005 to sql server 2000
(every one know reverse process of that ) | Cap-Gemini | 1 |
| What is the difference between ExecuteReader,ExecuteNonQuery
and ExecuteScalar. | | 3 |
| |
| For more ASP.NET Interview Questions Click Here |