Differentiate between file-based dependency and key-based dependency.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

wt is repeater control and wt is datalist control and wt defferences these two? i want some code in datalist?

1 Answers  


If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?

0 Answers  


when user is logged on the information is saved in a cookie, what is the name of that cookie?

5 Answers   Mind Tree,


Explain how can you debug your .net application?

0 Answers  


Can you clarified A Web service can only be written in .NET or not?

0 Answers   Siebel,






How do you validate the controls in an ASP .NET page?

3 Answers  


Explain the updatepanel?

0 Answers  


Why session is more secure than cookies?

0 Answers  


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.

5 Answers   Netsweeper,


How to change Master page in ASP.Net using code?

0 Answers   HCL,


what is the assembly?

2 Answers  


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

0 Answers   HCL,


Categories