Calling Textbox properties incode behind
-
hi all, please help me i this, i wnt to make all text boxes inside the page are readonly true.but insted of doing for each textbox i want find all the text boxes in page and make at once read only true . i am using this code to find foreach(Controls control in Page.Controls) { if (control is TextBox) { } } but unable to get common property of text boxes is there any way please help me. Thanks And Regards, GuruKiran
-
hi all, please help me i this, i wnt to make all text boxes inside the page are readonly true.but insted of doing for each textbox i want find all the text boxes in page and make at once read only true . i am using this code to find foreach(Controls control in Page.Controls) { if (control is TextBox) { } } but unable to get common property of text boxes is there any way please help me. Thanks And Regards, GuruKiran
-
hi all, please help me i this, i wnt to make all text boxes inside the page are readonly true.but insted of doing for each textbox i want find all the text boxes in page and make at once read only true . i am using this code to find foreach(Controls control in Page.Controls) { if (control is TextBox) { } } but unable to get common property of text boxes is there any way please help me. Thanks And Regards, GuruKiran