Click here to Skip to main content
15,906,569 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: PDF Pin
Dhyanga12-Apr-11 5:22
Dhyanga12-Apr-11 5:22 
GeneralRe: PDF Pin
thatraja12-Apr-11 18:09
professionalthatraja12-Apr-11 18:09 
QuestionThe report definition for report 'C:\inetpub..' has not been specified [fixed] Pin
gavindon11-Apr-11 11:52
gavindon11-Apr-11 11:52 
Questionexport a report without viewing first [answered..] [modified] Pin
gavindon11-Apr-11 4:08
gavindon11-Apr-11 4:08 
GeneralRe: export a report without viewing first [answered..] Pin
thatraja12-Apr-11 18:16
professionalthatraja12-Apr-11 18:16 
QuestionWindwos size after pop up other windows. Pin
buffering8310-Apr-11 13:41
buffering8310-Apr-11 13:41 
AnswerRe: Windwos size after pop up other windows. Pin
web works12-Apr-11 4:16
web works12-Apr-11 4:16 
QuestionMultiple check Boxes Events and Text Boxes Enabling Pin
Member 364230010-Apr-11 13:10
Member 364230010-Apr-11 13:10 
Hello I have 3 Check Boxes on my ASP.NET Page. and i Have 3 Text Boxes for these Check Boxes.

Task.. i want to activate the Text Boxes when each respective Check Box is click.

I am able to do it.. but the issue is.. when i Check the second Check Box the Pervious Text Box gets disabled, even though the previous CheckBox is Selected. Same is happening for the third one. When the Third CheckBox i select both the previous TextBoxes gets disabled eventhough the checkboxes are checked. How i can make them work togethor. Like if the user checks the first checkbox write some thing on the text box and then checks the second check box writes some thing on its text box, at this point checkBox (one) TextBox should stay enabled.

Thanks Help will be appreciated.

sample code .. same code is for all the check boxes.. i think since the autopost back is true when i check the second checkbox page reloads and textbox1 (for CheckBox1) gets disabled.. how to stop it ?

I am using AutoPost Back true

CheckBox Checked Event (...)

{
if(CheckBox1.Checked)

{
textbox1.enabled=true;
}
AnswerRe: Multiple check Boxes Events and Text Boxes Enabling Pin
meeram39510-Apr-11 21:18
meeram39510-Apr-11 21:18 
GeneralRe: Multiple check Boxes Events and Text Boxes Enabling Pin
Jagz W10-Apr-11 23:19
professionalJagz W10-Apr-11 23:19 
AnswerRe: Multiple check Boxes Events and Text Boxes Enabling Pin
gavindon11-Apr-11 3:43
gavindon11-Apr-11 3:43 
Questionasp:button postback event referene Pin
Ali Al Omairi(Abu AlHassan)10-Apr-11 6:39
professionalAli Al Omairi(Abu AlHassan)10-Apr-11 6:39 
AnswerRe: asp:button postback event referene Pin
GlobX10-Apr-11 14:08
GlobX10-Apr-11 14:08 
GeneralRe: asp:button postback event referene Pin
Ali Al Omairi(Abu AlHassan)10-Apr-11 21:09
professionalAli Al Omairi(Abu AlHassan)10-Apr-11 21:09 
GeneralRe: asp:button postback event referene Pin
Ali Al Omairi(Abu AlHassan)17-Apr-11 20:44
professionalAli Al Omairi(Abu AlHassan)17-Apr-11 20:44 
GeneralRe: asp:button postback event referene Pin
GlobX17-Apr-11 20:52
GlobX17-Apr-11 20:52 
GeneralRe: asp:button postback event referene Pin
Ali Al Omairi(Abu AlHassan)17-Apr-11 21:01
professionalAli Al Omairi(Abu AlHassan)17-Apr-11 21:01 
GeneralRe: asp:button postback event referene Pin
GlobX17-Apr-11 21:04
GlobX17-Apr-11 21:04 
QuestionAdding { and } to format string Pin
Ali Al Omairi(Abu AlHassan)9-Apr-11 0:30
professionalAli Al Omairi(Abu AlHassan)9-Apr-11 0:30 
AnswerRe: Adding { and } to format string Pin
Wendelius9-Apr-11 1:26
mentorWendelius9-Apr-11 1:26 
GeneralRe: Adding { and } to format string Pin
Ali Al Omairi(Abu AlHassan)9-Apr-11 1:57
professionalAli Al Omairi(Abu AlHassan)9-Apr-11 1:57 
GeneralRe: Adding { and } to format string Pin
Wendelius9-Apr-11 1:59
mentorWendelius9-Apr-11 1:59 
GeneralRe: Adding { and } to format string Pin
Ali Al Omairi(Abu AlHassan)17-Apr-11 20:47
professionalAli Al Omairi(Abu AlHassan)17-Apr-11 20:47 
Questionnested gridview not sorting data Pin
gavindon8-Apr-11 9:20
gavindon8-Apr-11 9:20 
QuestionHow can i see html code in outlook 2010? Pin
buffering837-Apr-11 23:28
buffering837-Apr-11 23:28 

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.