Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

____ property is used to lock a textbox to enter data.

Answer Posted / anantha

textbox1.Enabled=true //to enable lock//
textbox1.Enabled=false // to disable lock//
(or)
readonly="true"
readonly="false"

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are controls in windows forms?

1052


How can you pause a timer control?

1098


How to use the FindControl() function to preselect an item in my dropdownlist?

2202


how see report periviwe

2764


What are window based applications?

1018


Which property value of the helpnavigator property will display the index for a specified topic?

1056


What is the advantage of a form?

1109


What is form description?

1110


What is the synonym of form?

945


What is form and its types?

1054


What is form based application?

1008


Where is system windows forms dll?

1125


What is the difference between the add() and insert() methods of a listbox control?

1084


What is window form application?

1001


i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net

2006