| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| when to use webservice and when to use remotong diff
between them | | 3 |
| Describe and In Process Vs Out of Process component. Which
is faster? | Syntax-Softtech | 2 |
| what is the assembly? | | 2 |
| Explain the differences between Server-side and Client-side
code? | Visual-Soft | 6 |
| What is the Difference between user and server controls?
| | 4 |
| Whats an assembly? | | 5 |
| When a dropdownlist has been added by some records and it
has been binded why it is not executing i'm facing this
error pls help me ?
if (is!pageposback)
{
arraylist books = new arraylist;
books.add ("gone with the wind");
books.add ("rahulsriramprakash");
books.add ("vishal");
dropdowndisplay.datasource=books;
dropdowndisplay.databind();
}
The error is :
1) The dropdowndisplay does not exist.
| Netsweeper | 4 |
| Life cycle of ASP.NET page when a request is made ? | MMTS | 3 |
| explain about Back ground process control in .net | Infronics | 1 |
| What method do you use to explicitly kill a users session? | | 1 |
| Is string a value type or a reference type? | | 9 |
| What does AspCompat="true" mean and when should I use it? | | 1 |
| how to create bin folder in asp.net2.0 | | 7 |
| What is the answer for "Which configuration Tool your using
means" ? we have to tell about IIS or .Net Framework or VSS?
Give me in brief ? | eXensys | 2 |
| To call a Web service which transport protocol you can use? | | 3 |
| 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 tags do you need to add within the asp:datagrid tags to
bind columns manually? | | 2 |
| Can you please anyone explain in detailed Webservices concepts
in Asp.net? | | 1 |
| I have one application, one user purchase some products in
my application? and another person came he is also purchase
some products?how can we identify which user purchase which
items?
my answer is by using session id? but i dont know how? can
u give me programming for that?
| | 1 |
| Create the Output by mearging 2 tables and taking common
column sid from both you should not use database create
table and data in it Randomly
table 1
sid sname saddress
1 sa ampt
2 na hyd
3 ha hyd
table 2
sid dno dname
1 12 stats
2 23 phy
3 12 stats
OutPUt
sid sname saddress did dname
1 sa ampt 12 stats
2 na hyd 23 phy
3 ha hyd 12 stats
| | 1 |
| |
| For more ASP.NET Interview Questions Click Here |