5
Answers

how to set textbox control is editable and non editable

Photo of krishna angirekula

krishna angirekula

10y
1.1k
1
how to set textbox control is editable and non editable in the page load  
 for example::
if txtname.text.trim().length >0
{
txtname.readonly=false;
 
else
{
 txtname.readonly=true;
 
Plz Help  me as early as possiable .... urgent guyss help me

Answers (5)