Click here to Skip to main content
15,887,027 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionJQuery AJax Problem Pin
Jagz W3-Jun-09 23:38
professionalJagz W3-Jun-09 23:38 
AnswerRe: JQuery AJax Problem Pin
Christian Graus3-Jun-09 23:53
protectorChristian Graus3-Jun-09 23:53 
Questionusing timer to refresh gridview Pin
Arif Liminto3-Jun-09 22:53
professionalArif Liminto3-Jun-09 22:53 
AnswerRe: using timer to refresh gridview Pin
K03063-Jun-09 23:05
K03063-Jun-09 23:05 
GeneralRe: using timer to refresh gridview Pin
Christian Graus3-Jun-09 23:27
protectorChristian Graus3-Jun-09 23:27 
AnswerRe: using timer to refresh gridview Pin
Christian Graus3-Jun-09 23:28
protectorChristian Graus3-Jun-09 23:28 
AnswerRe: using timer to refresh gridview Pin
Brian W King4-Jun-09 2:20
Brian W King4-Jun-09 2:20 
QuestionCheck Box as Toggle Pin
CodingLover3-Jun-09 20:54
CodingLover3-Jun-09 20:54 
Hi All,

I want to have a toggle images, so I did this.

<br />
<asp:TemplateField HeaderText="Start/Stop"><br />
                    <ItemTemplate><br />
                        <asp:CheckBox ID="chkStatusTogel" runat="server" <br />
                            OnCheckedChanged="chkStatusTogel_CheckedChanged" AutoPostBack="false" /><br />
                        <ajaxToolkit:ToggleButtonExtender ID="ToggleEx" runat="server"<br />
                            TargetControlID="chkStatusTogel" ImageWidth="16" ImageHeight="16"<br />
                            CheckedImageAlternateText="Stop" UncheckedImageAlternateText="Start"<br />
                            CheckedImageUrl="images/exit.png" UncheckedImageUrl="images/run.png" /><br />
                    </ItemTemplate><br />
                </asp:TemplateField><br />


I can toggle between images. Now I want to handle the checked event.

But I've a big problem here. If I set the AutoPostBack to false, I cannot catch the CheckedChange event. If I set AutoPostBack to true, I can catch the event, but page refreshed automatically. I don't want that. How can I solve this.

Please help me, I'm new to ASP. Smile | :)

Thanks

I appreciate your help all the time...
CodingLover Smile | :)

AnswerRe: Check Box as Toggle Pin
Christian Graus3-Jun-09 21:00
protectorChristian Graus3-Jun-09 21:00 
AnswerRe: Check Box as Toggle Pin
Brian W King4-Jun-09 2:33
Brian W King4-Jun-09 2:33 
Questionjavascript for disable back button Pin
Kissy163-Jun-09 20:53
Kissy163-Jun-09 20:53 
AnswerRe: javascript for disable back button Pin
Christian Graus3-Jun-09 21:00
protectorChristian Graus3-Jun-09 21:00 
AnswerRe: javascript for disable back button Pin
Jay Royall3-Jun-09 22:33
Jay Royall3-Jun-09 22:33 
GeneralRe: javascript for disable back button Pin
Kissy163-Jun-09 23:00
Kissy163-Jun-09 23:00 
GeneralRe: javascript for disable back button Pin
Jay Royall3-Jun-09 23:28
Jay Royall3-Jun-09 23:28 
GeneralRe: javascript for disable back button Pin
Christian Graus3-Jun-09 23:36
protectorChristian Graus3-Jun-09 23:36 
GeneralRe: javascript for disable back button Pin
Kissy164-Jun-09 0:10
Kissy164-Jun-09 0:10 
AnswerRe: javascript for disable back button Pin
Brian W King4-Jun-09 2:40
Brian W King4-Jun-09 2:40 
AnswerRe: javascript for disable back button Pin
RichardGrimmer5-Jun-09 0:58
RichardGrimmer5-Jun-09 0:58 
QuestionMicrosoft Certification Professional in ASP.NET Pin
K03063-Jun-09 20:08
K03063-Jun-09 20:08 
AnswerRe: Microsoft Certification Professional in ASP.NET Pin
Abhijit Jana3-Jun-09 20:30
professionalAbhijit Jana3-Jun-09 20:30 
GeneralRe: Microsoft Certification Professional in ASP.NET Pin
K03063-Jun-09 20:53
K03063-Jun-09 20:53 
GeneralRe: Microsoft Certification Professional in ASP.NET Pin
Abhijit Jana3-Jun-09 21:04
professionalAbhijit Jana3-Jun-09 21:04 
AnswerRe: Microsoft Certification Professional in ASP.NET Pin
Christian Graus3-Jun-09 20:49
protectorChristian Graus3-Jun-09 20:49 
QuestionASP.NET configuration Pin
ayeleteric3-Jun-09 19:15
ayeleteric3-Jun-09 19:15 

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.