Explain how is a property designated as read-only?


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

Post New Answer

More ASP.NET Interview Questions

which is the new version of IIS SERVER

1 Answers  


What is the Global ASA(X) File?

2 Answers  


please can any describe 'Master Page' in ASP.Net 2.0

4 Answers  


can any one explain about 3-tier architecture and how to deploy 3 layers of 3-tier architecture in 3 different servers.plz send me .net code

1 Answers   Wipro,


What does mvc represent in asp.net? : asp.net mvc

0 Answers  






Explain the components of web form in asp.net

0 Answers  


What was the difference between machine.config and web.config files

17 Answers   Assurgent, NIIT, TCS,


Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

0 Answers  


Can the action attribute of a server-side tag be set to a value and if not how can you possibly pass data from a form page to a subsequent page?

1 Answers  


What is validationsummary server control? where it is used ?

1 Answers  


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc

0 Answers  


Categories