Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
GeneralRe: how other website xml file use in our website Pin
AmitGajjar7-Apr-13 16:37
professionalAmitGajjar7-Apr-13 16:37 
AnswerRe: how other website xml file use in our website Pin
Kenneth Haugland6-Apr-13 2:54
mvaKenneth Haugland6-Apr-13 2:54 
GeneralRe: how other website xml file use in our website Pin
AmitGajjar7-Apr-13 16:40
professionalAmitGajjar7-Apr-13 16:40 
QuestionHow to show a label clicking on another in windows form Pin
Member 94875785-Apr-13 23:35
Member 94875785-Apr-13 23:35 
AnswerRe: How to show a label clicking on another in windows form Pin
David C# Hobbyist.6-Apr-13 0:48
professionalDavid C# Hobbyist.6-Apr-13 0:48 
QuestionHow to deploy windows application compatible for 32bit and 64 bit Pin
yshsrinivasan5-Apr-13 21:52
yshsrinivasan5-Apr-13 21:52 
AnswerRe: How to deploy windows application compatible for 32bit and 64 bit Pin
Abhinav S5-Apr-13 22:16
Abhinav S5-Apr-13 22:16 
Questionhow to toggle anchor tag text in jquery Pin
ankitsrist5-Apr-13 19:32
ankitsrist5-Apr-13 19:32 
hello,
i want to toggle anchor tag text, i have an anchor tag within div, when user clicks on reply, comment box get open and text should change into close and vice versa but problem is that after text getting change to close, text remain become close nd toggle between show nd hide works clearly...
C#
<a id="reply" href="#">reply</a>
   <div id="replyuser" style=" position:absolute;"><asp:TextBox ID="txt1" CssClass="txtbox" TextMode="MultiLine" runat="server"></asp:TextBox><br /><asp:Button ID="btnreply" Text="send" runat="server" CssClass="btn" /></div>

jquery is as follows
C#
$(document).ready(function() {
           $("#replyuser").hide();

           $("#reply").click(function() {

               $("#replyuser").toggle(function() {

             $("#reply").text("close");
               });

           });
       });

WTF | :WTF:
AnswerRe: how to toggle anchor tag text in jquery Pin
AmitGajjar5-Apr-13 20:28
professionalAmitGajjar5-Apr-13 20:28 
GeneralRe: how to toggle anchor tag text in jquery Pin
ankitsrist5-Apr-13 23:18
ankitsrist5-Apr-13 23:18 
GeneralRe: how to toggle anchor tag text in jquery Pin
AmitGajjar5-Apr-13 23:30
professionalAmitGajjar5-Apr-13 23:30 
QuestionC# Graph building and visualization Pin
rinmic5-Apr-13 13:06
rinmic5-Apr-13 13:06 
QuestionRe: C# Graph building and visualization Pin
Kenneth Haugland6-Apr-13 4:06
mvaKenneth Haugland6-Apr-13 4:06 
AnswerRe: C# Graph building and visualization Pin
AContractor6-Apr-13 8:08
professionalAContractor6-Apr-13 8:08 
AnswerRe: C# Graph building and visualization Pin
Jedzia696-Apr-13 8:28
Jedzia696-Apr-13 8:28 
GeneralRe: C# Graph building and visualization Pin
rinmic6-Apr-13 11:22
rinmic6-Apr-13 11:22 
Questioncontrol invisible Pin
cursore845-Apr-13 12:05
cursore845-Apr-13 12:05 
AnswerRe: control invisible Pin
David C# Hobbyist.5-Apr-13 12:51
professionalDavid C# Hobbyist.5-Apr-13 12:51 
AnswerRe: control invisible Pin
Dave Kreskowiak5-Apr-13 13:07
mveDave Kreskowiak5-Apr-13 13:07 
GeneralRe: control invisible Pin
cursore845-Apr-13 22:08
cursore845-Apr-13 22:08 
GeneralRe: control invisible Pin
Dave Kreskowiak6-Apr-13 4:08
mveDave Kreskowiak6-Apr-13 4:08 
GeneralRe: control invisible Pin
cursore848-Apr-13 20:33
cursore848-Apr-13 20:33 
GeneralRe: control invisible Pin
Dave Kreskowiak9-Apr-13 1:05
mveDave Kreskowiak9-Apr-13 1:05 
AnswerRe: control invisible Pin
Boipelo7-Apr-13 15:22
Boipelo7-Apr-13 15:22 
QuestionImproving performance of C# program when run from network drive Pin
eljainc5-Apr-13 5:04
eljainc5-Apr-13 5:04 

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.