Click here to Skip to main content
15,890,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: asp.net Pin
De, Subhendu16-Apr-13 2:27
De, Subhendu16-Apr-13 2:27 
AnswerRe: asp.net Pin
Pete O'Hanlon16-Apr-13 2:30
mvePete O'Hanlon16-Apr-13 2:30 
AnswerRe: asp.net Pin
Karthik Harve18-Apr-13 20:09
professionalKarthik Harve18-Apr-13 20:09 
Questionthe select control Pin
sara-setare16-Apr-13 0:44
sara-setare16-Apr-13 0:44 
AnswerRe: the select control Pin
Joshua Omundson16-Apr-13 6:32
Joshua Omundson16-Apr-13 6:32 
GeneralRe: the select control Pin
Rockstar_16-Apr-13 18:19
professionalRockstar_16-Apr-13 18:19 
QuestionHow does .NET 2.0 app consume a WCF 3.5 HTTP POST RESTful service? Pin
Jun Du15-Apr-13 4:01
Jun Du15-Apr-13 4:01 
QuestionTextBox appear depended on checkbox Pin
Michael†Cheong14-Apr-13 9:01
Michael†Cheong14-Apr-13 9:01 
XML
<script language="javascript" type="text/javascript">

           function forRentClicked(sender) {

                   var tb1 = document.getElementById('<%= TextBox4.ClientID %>');
                   tb1.style.display = sender.checked ? 'inline' : 'none';
           }

        </script>

_____________________________________________________________
VB
<asp:CheckBox ID="CheckBox1" runat="server"
                                    Text=" XS" onClick="forRentClicked(this)" Checked="True" />


XML
<asp:TextBox ID="TextBox4" runat="server" Height="19px" Width="80%" CssClass="123"
                                        style="display:block;" ></asp:TextBox >


how to set the default checkbox uncheck and the javascript can function ~ i want to create 5 check box while i'm click the text box appear~ thx
QuestionRe: TextBox appear depended on checkbox Pin
Martin-OHV14-Apr-13 23:20
Martin-OHV14-Apr-13 23:20 
AnswerRe: TextBox appear depended on checkbox Pin
Michael†Cheong15-Apr-13 23:47
Michael†Cheong15-Apr-13 23:47 
AnswerRe: TextBox appear depended on checkbox Pin
jkirkerx15-Apr-13 10:14
professionaljkirkerx15-Apr-13 10:14 
GeneralRe: TextBox appear depended on checkbox Pin
Michael†Cheong15-Apr-13 23:47
Michael†Cheong15-Apr-13 23:47 
AnswerRe: TextBox appear depended on checkbox Pin
liuguozhu201515-Apr-13 18:01
liuguozhu201515-Apr-13 18:01 
GeneralRe: TextBox appear depended on checkbox Pin
Michael†Cheong15-Apr-13 23:47
Michael†Cheong15-Apr-13 23:47 
QuestionMulti Language Support in MVC Pin
kheer13-Apr-13 17:01
kheer13-Apr-13 17:01 
AnswerRe: Multi Language Support in MVC Pin
Martin-OHV14-Apr-13 23:26
Martin-OHV14-Apr-13 23:26 
Questionthree div side by side Pin
jojoba201112-Apr-13 20:58
jojoba201112-Apr-13 20:58 
AnswerRe: three div side by side Pin
AContractor13-Apr-13 16:00
professionalAContractor13-Apr-13 16:00 
QuestionRe: three div side by side Pin
jojoba201115-Apr-13 17:28
jojoba201115-Apr-13 17:28 
AnswerRe: three div side by side Pin
dusty_dex15-Apr-13 23:51
dusty_dex15-Apr-13 23:51 
QuestionRe: three div side by side Pin
jojoba201116-Apr-13 18:00
jojoba201116-Apr-13 18:00 
AnswerRe: three div side by side Pin
Rockstar_16-Apr-13 18:16
professionalRockstar_16-Apr-13 18:16 
QuestionRe: three div side by side Pin
jojoba201116-Apr-13 19:29
jojoba201116-Apr-13 19:29 
QuestionEasy unsubscribe in hotmail Pin
Jassim Rahma12-Apr-13 4:45
Jassim Rahma12-Apr-13 4:45 
AnswerRe: Easy unsubscribe in hotmail Pin
R. Giskard Reventlov12-Apr-13 6:22
R. Giskard Reventlov12-Apr-13 6:22 

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.