Click here to Skip to main content
16,004,901 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: Creating a ActiveX control Pin
dptalt27-Jan-09 2:30
dptalt27-Jan-09 2:30 
Questiondisabling back button, Pin
Hema Bairavan26-Jan-09 3:16
Hema Bairavan26-Jan-09 3:16 
AnswerRe: disabling back button, Pin
David Mujica26-Jan-09 3:31
David Mujica26-Jan-09 3:31 
AnswerRe: disabling back button, Pin
Frauke26-Jan-09 3:55
Frauke26-Jan-09 3:55 
AnswerRe: disabling back button, Pin
Sundar_R26-Jan-09 18:47
Sundar_R26-Jan-09 18:47 
GeneralRe: disabling back button, Pin
Hema Bairavan26-Jan-09 20:03
Hema Bairavan26-Jan-09 20:03 
GeneralRe: disabling back button, Pin
Sundar_R26-Jan-09 20:21
Sundar_R26-Jan-09 20:21 
QuestionHow the UpdateProgress controls should not fire when the list index is -1? Pin
meeram39526-Jan-09 2:13
meeram39526-Jan-09 2:13 
In my form, I have Update Panels and also Update Progress Controls. I want the UpdateProgress controls should not fire and shows the text "Loading..." when the SelectedIndex is -1. Is it possible to do so? If so, how? Sleepy | :zzz: Anybody can provide any help on this? Thanks in advance.

Following is the code I have written:
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional">
               <ContentTemplate>
        <asp:DropDownList ID="UserTypeList" runat="server" AppendDataBoundItems="true"
               Width="155px">
                <asp:ListItem Selected="True" Text="--Please Select--" Value="-1"></asp:ListItem>
           </asp:DropDownList>
           <asp:UpdateProgress ID="UpdateProgress1" AssociatedUpdatePanelID="UpdatePanel1" runat="server" >
           <ProgressTemplate><span class="ProgressBar" >
           Loading...</span>
           </ProgressTemplate>
           </asp:UpdateProgress>
           </ContentTemplate>
           </asp:UpdatePanel>


Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

AnswerRe: How the UpdateProgress controls should not fire when the list index is -1? Pin
CooperWu26-Jan-09 15:48
CooperWu26-Jan-09 15:48 
AnswerRe: How the UpdateProgress controls should not fire when the list index is -1? Pin
Sundar_R26-Jan-09 19:01
Sundar_R26-Jan-09 19:01 
Questionnumericupdownextender in gridview [modified] Pin
bryanvanritter26-Jan-09 1:31
bryanvanritter26-Jan-09 1:31 
AnswerRe: numericupdownextender in gridview Pin
Manas Bhardwaj26-Jan-09 2:07
professionalManas Bhardwaj26-Jan-09 2:07 
GeneralRe: numericupdownextender in gridview Pin
bryanvanritter27-Jan-09 4:40
bryanvanritter27-Jan-09 4:40 
AnswerRe: numericupdownextender in gridview Pin
Manas Bhardwaj26-Jan-09 2:08
professionalManas Bhardwaj26-Jan-09 2:08 
GeneralRe: numericupdownextender in gridview Pin
bryanvanritter27-Jan-09 4:39
bryanvanritter27-Jan-09 4:39 
Questionhow to delete a line from a text file. Pin
Hema Bairavan26-Jan-09 1:15
Hema Bairavan26-Jan-09 1:15 
AnswerRe: how to delete a line from a text file. Pin
Manas Bhardwaj26-Jan-09 1:58
professionalManas Bhardwaj26-Jan-09 1:58 
QuestionWhen i convert to .net 3.5 give me Property evaluation failed Pin
ahmedhassan9625-Jan-09 23:50
ahmedhassan9625-Jan-09 23:50 
Question[Message Deleted] Pin
Member 299896925-Jan-09 23:45
Member 299896925-Jan-09 23:45 
AnswerRe: How use vb6 dll in asp.net using c#.net Pin
Vimalsoft(Pty) Ltd26-Jan-09 0:10
professionalVimalsoft(Pty) Ltd26-Jan-09 0:10 
General[Message Deleted] Pin
Member 299896926-Jan-09 0:20
Member 299896926-Jan-09 0:20 
GeneralRe: How use vb6 dll in asp.net using c#.net Pin
Christian Graus26-Jan-09 0:21
protectorChristian Graus26-Jan-09 0:21 
GeneralRe: [Message Deleted] Pin
Christian Graus26-Jan-09 0:43
protectorChristian Graus26-Jan-09 0:43 
AnswerRe: How use vb6 dll in asp.net using c#.net Pin
Christian Graus26-Jan-09 0:15
protectorChristian Graus26-Jan-09 0:15 
QuestionSending mail from asp.net (C# coding) Pin
Hema Bairavan25-Jan-09 23:23
Hema Bairavan25-Jan-09 23:23 

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.