Click here to Skip to main content
15,908,909 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Need Fast Help Pin
Guffa22-Oct-07 0:02
Guffa22-Oct-07 0:02 
GeneralRe: Need Fast Help Pin
Christian Graus22-Oct-07 0:18
protectorChristian Graus22-Oct-07 0:18 
AnswerRe: Need Fast Help Pin
Abhijit Jana22-Oct-07 0:58
professionalAbhijit Jana22-Oct-07 0:58 
Questionset position of output Pin
sweetypaul21-Oct-07 23:36
sweetypaul21-Oct-07 23:36 
AnswerRe: set position of output Pin
Christian Graus21-Oct-07 23:51
protectorChristian Graus21-Oct-07 23:51 
GeneralRe: set position of output Pin
sweetypaul22-Oct-07 2:11
sweetypaul22-Oct-07 2:11 
QuestionRe: set position of output Pin
sweetypaul22-Oct-07 19:58
sweetypaul22-Oct-07 19:58 
QuestionCalling Textbox properties incode behind Pin
kinnuP21-Oct-07 23:34
kinnuP21-Oct-07 23:34 
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
AnswerRe: Calling Textbox properties incode behind Pin
M LN Rao21-Oct-07 23:48
M LN Rao21-Oct-07 23:48 
AnswerRe: Calling Textbox properties incode behind Pin
John-ph22-Oct-07 0:29
John-ph22-Oct-07 0:29 
QuestionDisable all controls of a page at once [modified] Pin
Gandalf_TheWhite21-Oct-07 23:23
professionalGandalf_TheWhite21-Oct-07 23:23 
AnswerRe: Disable all controls of a page at once Pin
M LN Rao21-Oct-07 23:51
M LN Rao21-Oct-07 23:51 
GeneralRe: Disable all controls of a page at once [modified] -for M LN RAO Pin
Gandalf_TheWhite22-Oct-07 0:00
professionalGandalf_TheWhite22-Oct-07 0:00 
GeneralRe: Disable all controls of a page at once [modified] -for M LN RAO Pin
John-ph22-Oct-07 0:28
John-ph22-Oct-07 0:28 
GeneralRe: Disable all controls of a page at once [modified] -for John Prabhu Pin
Gandalf_TheWhite22-Oct-07 0:35
professionalGandalf_TheWhite22-Oct-07 0:35 
GeneralRe: Disable all controls of a page at once -for John Prabhu Pin
John-ph22-Oct-07 2:54
John-ph22-Oct-07 2:54 
QuestionDynamic Loading for Infragistics TreeView Pin
kapil bhatnagar21-Oct-07 23:10
kapil bhatnagar21-Oct-07 23:10 
Questionpage load on postback Pin
Big Ralph21-Oct-07 23:03
Big Ralph21-Oct-07 23:03 
AnswerRe: page load on postback Pin
M LN Rao21-Oct-07 23:52
M LN Rao21-Oct-07 23:52 
GeneralRe: page load on postback Pin
Big Ralph22-Oct-07 0:34
Big Ralph22-Oct-07 0:34 
GeneralRe: page load on postback Pin
M LN Rao22-Oct-07 2:10
M LN Rao22-Oct-07 2:10 
GeneralRe: page load on postback Pin
Big Ralph22-Oct-07 6:03
Big Ralph22-Oct-07 6:03 
QuestionDoubt about resource files Pin
hogan.smith21-Oct-07 22:58
hogan.smith21-Oct-07 22:58 
AnswerRe: Doubt about resource files Pin
Christian Graus21-Oct-07 22:59
protectorChristian Graus21-Oct-07 22:59 
GeneralRe: Doubt about resource files Pin
hogan.smith21-Oct-07 23:10
hogan.smith21-Oct-07 23:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.