Click here to Skip to main content
15,888,454 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to design data entry web app (C# VS 2015) Pin
Verdlin6-Oct-16 4:41
Verdlin6-Oct-16 4:41 
AnswerRe: How to design data entry web app (C# VS 2015) Pin
kmoorevs23-Oct-16 6:36
kmoorevs23-Oct-16 6:36 
GeneralRe: How to design data entry web app (C# VS 2015) Pin
Verdlin24-Oct-16 6:42
Verdlin24-Oct-16 6:42 
GeneralRe: How to design data entry web app (C# VS 2015) Pin
kmoorevs24-Oct-16 11:54
kmoorevs24-Oct-16 11:54 
AnswerChange Page Language Pin
Hakmeh Mohannad4-Oct-16 21:43
Hakmeh Mohannad4-Oct-16 21:43 
Questionimplementation digital signature with md5 hash in asp Pin
Member 127574633-Oct-16 22:28
Member 127574633-Oct-16 22:28 
AnswerRe: implementation digital signature with md5 hash in asp Pin
Nathan Minier4-Oct-16 1:20
professionalNathan Minier4-Oct-16 1:20 
QuestionHow do you hide a label, textbox and button on a form via yes/no toggle switch Pin
Bootzilla333-Oct-16 10:04
Bootzilla333-Oct-16 10:04 
I want to hide a label, textbox, and button when the toggle switch is set to no. Can some help me in doing that based off my code?

ASP.NET
<div class="form-group">
           <div class="row">
             <div class="col-md-12">            
             <label for="exampleDateSigned">Does CAGE Code exist for contract?<span 
                    class="style1">*</span>:</label>   
              <label class="lookup-switch-btn">
                <input class="checked-switch" name="cage-lookup" type="checkbox" />
                  
                  
             </label>    
             </div>
          </div>
          </div>

'Want to hide this when the toggle switch is changed to no.
      <div class="form-group">         
       <div class="CAGErow">
          
            <label for="exampleCAGE">       CAGE<span 
                    class="style1">*</span>:</label><br />
            
            
               
    <div class="col-md-4 col-sm-4"><asp:TextBox ID="TextBox11" class="form-control" 
            placeholder="" runat="server" Height="22px"></asp:TextBox> </div>
    <div class="col-md-4 col-sm-4"><asp:Button ID="Button4" Text="Lookup" 
            type="button"  runat="server" onclick="NextButton_Click" Height="25px"/></div>
  </div>
  </div>  

AnswerRe: How do you hide a label, textbox and button on a form via yes/no toggle switch Pin
F-ES Sitecore3-Oct-16 23:27
professionalF-ES Sitecore3-Oct-16 23:27 
AnswerRe: How do you hide a label, textbox and button on a form via yes/no toggle switch Pin
Member 102180524-Oct-16 1:03
Member 102180524-Oct-16 1:03 
QuestionRDLC report header row visiblility issue .. Pin
Member 1178145530-Sep-16 1:59
Member 1178145530-Sep-16 1:59 
Rant[REPOST] RDLC report header row visiblility issue .. Pin
Richard Deeming30-Sep-16 2:22
mveRichard Deeming30-Sep-16 2:22 
QuestionGetting a HARD URL for Your own Action Pin
TheOnlyRealTodd29-Sep-16 20:49
professionalTheOnlyRealTodd29-Sep-16 20:49 
AnswerRe: Getting a HARD URL for Your own Action Pin
F-ES Sitecore30-Sep-16 1:12
professionalF-ES Sitecore30-Sep-16 1:12 
QuestionSum all values in datalist control Pin
Otekpo Emmanuel27-Sep-16 11:49
Otekpo Emmanuel27-Sep-16 11:49 
QuestionRe: Sum all values in datalist control Pin
ZurdoDev29-Sep-16 5:42
professionalZurdoDev29-Sep-16 5:42 
AnswerRe: Sum all values in datalist control Pin
Otekpo Emmanuel29-Sep-16 10:37
Otekpo Emmanuel29-Sep-16 10:37 
GeneralRe: Sum all values in datalist control Pin
ZurdoDev29-Sep-16 12:50
professionalZurdoDev29-Sep-16 12:50 
AnswerRe: Sum all values in datalist control Pin
Vincent Maverick Durano7-Oct-16 8:23
professionalVincent Maverick Durano7-Oct-16 8:23 
Questionchart from datatable in asp.net c# Pin
26s112424-Sep-16 20:53
26s112424-Sep-16 20:53 
AnswerRe: chart from datatable in asp.net c# Pin
Richard MacCutchan25-Sep-16 1:24
mveRichard MacCutchan25-Sep-16 1:24 
GeneralRe: chart from datatable in asp.net c# Pin
26s112425-Sep-16 18:36
26s112425-Sep-16 18:36 
QuestionRe: chart from datatable in asp.net c# Pin
Richard MacCutchan25-Sep-16 21:37
mveRichard MacCutchan25-Sep-16 21:37 
AnswerRe: chart from datatable in asp.net c# Pin
26s112425-Sep-16 23:32
26s112425-Sep-16 23:32 
GeneralRe: chart from datatable in asp.net c# Pin
Richard MacCutchan26-Sep-16 0:13
mveRichard MacCutchan26-Sep-16 0:13 

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.