ASP.NET 2.0 Question:

Explain How is a property designated as read-only?

Answer:

Using Get Accessor

Public ReadOnly property item() as integer Get() Return.item End Get End Property

Read All 87 ASP.NET 2.0 Questions
Previous QuestionNext Question
How many types of cookies are available in asp?Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?