Click here to Skip to main content
15,892,480 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Excel to sqlserver Pin
amina894-Jun-10 2:00
amina894-Jun-10 2:00 
GeneralRe: Excel to sqlserver Pin
Sadheesh R7-Jun-10 20:53
Sadheesh R7-Jun-10 20:53 
Questionshow multiple files in a single iframe at once Pin
raghvendrapanda4-Jun-10 0:01
raghvendrapanda4-Jun-10 0:01 
QuestionIs RowEditing Event not required in ASP.Net 2.0? Pin
meeram3953-Jun-10 23:46
meeram3953-Jun-10 23:46 
AnswerRe: Is RowEditing Event not required in ASP.Net 2.0? Pin
walterhevedeich4-Jun-10 0:01
professionalwalterhevedeich4-Jun-10 0:01 
QuestionCritical decision to be taken by me Pin
Sadheesh R3-Jun-10 23:04
Sadheesh R3-Jun-10 23:04 
AnswerRe: Critical decision to be taken by me Pin
Sadheesh R7-Jun-10 20:49
Sadheesh R7-Jun-10 20:49 
QuestionAvoiding Button Double Click - AJAX Pin
Karan_TN3-Jun-10 21:31
Karan_TN3-Jun-10 21:31 
currently i m using asp.net 2005 with c# (framework 2.0). i want to restrict the user to click the save button twice or more than that. Using ajax, i implemented it

<ajaxToolkit:AnimationExtender ID="Anibtnsave" runat="server" TargetControlID="btnsave">
                    <Animations>
                    <OnClick>
                      <EnableAction Enabled="false" /></OnClick>
                    </Animations>
                    </ajaxToolkit:AnimationExtender>


the above block will disable the button. its working fine. but i used few validation controls (ajaxToolkit:ValidatorCalloutExtender).
when i click the button the validation pop-ups and also button getting disable. please help me. - KARAN
AnswerRe: Avoiding Button Double Click - AJAX Pin
saini arun3-Jun-10 22:20
saini arun3-Jun-10 22:20 
GeneralRe: Avoiding Button Double Click - AJAX Pin
michaelschmitt4-Jun-10 0:47
michaelschmitt4-Jun-10 0:47 
GeneralRe: Avoiding Button Double Click - AJAX Pin
Karan_TN6-Jun-10 19:59
Karan_TN6-Jun-10 19:59 
QuestionDevelop Video Chat/Voice Chat Pin
Member 47201843-Jun-10 21:25
Member 47201843-Jun-10 21:25 
AnswerRe: Develop Video Chat/Voice Chat Pin
Sandeep Mewara3-Jun-10 22:59
mveSandeep Mewara3-Jun-10 22:59 
AnswerRe: Develop Video Chat/Voice Chat Pin
walterhevedeich4-Jun-10 0:05
professionalwalterhevedeich4-Jun-10 0:05 
QuestionIntegrate Google calender with ASP.Net Pin
Amit Patel19853-Jun-10 20:59
Amit Patel19853-Jun-10 20:59 
AnswerRe: Integrate Google calender with ASP.Net Pin
saini arun3-Jun-10 21:13
saini arun3-Jun-10 21:13 
AnswerRe: Integrate Google calender with ASP.Net Pin
Sandeep Mewara3-Jun-10 23:04
mveSandeep Mewara3-Jun-10 23:04 
QuestionLogout on click Pin
Dot-Net-Dev3-Jun-10 18:18
Dot-Net-Dev3-Jun-10 18:18 
AnswerRe: Logout on click Pin
Viral Upadhyay3-Jun-10 18:50
Viral Upadhyay3-Jun-10 18:50 
QuestionPlease provide detailed description about delegates Pin
anoop_m833-Jun-10 12:12
anoop_m833-Jun-10 12:12 
AnswerRe: Please provide detailed description about delegates Pin
dan!sh 3-Jun-10 16:29
professional dan!sh 3-Jun-10 16:29 
AnswerRe: Please provide detailed description about delegates Pin
Viral Upadhyay3-Jun-10 19:05
Viral Upadhyay3-Jun-10 19:05 
GeneralRe: Please provide detailed description about delegates Pin
sharad Pyakurel9-Jun-10 1:36
sharad Pyakurel9-Jun-10 1:36 
QuestionHow to disable the page refresh due to activeTabChange of TabContainer inside UpdatePanel? Pin
mittalpa3-Jun-10 11:37
mittalpa3-Jun-10 11:37 
QuestionPassing parameter from one user control to another user control in an aspx page. Pin
mittalpa3-Jun-10 11:33
mittalpa3-Jun-10 11:33 

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.