Click here to Skip to main content
15,884,388 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Sending mail from asp.net.. need help Pin
farogh haider14-Dec-09 18:45
farogh haider14-Dec-09 18:45 
QuestionCrystal Report Pin
mylogics11-Dec-09 23:25
professionalmylogics11-Dec-09 23:25 
AnswerRe: Crystal Report Pin
Abhijit Jana12-Dec-09 1:52
professionalAbhijit Jana12-Dec-09 1:52 
AnswerRe: Crystal Report Pin
123ammu19-Oct-11 1:30
123ammu19-Oct-11 1:30 
QuestionDIV Formating Pin
Sasmi_Office11-Dec-09 23:22
Sasmi_Office11-Dec-09 23:22 
AnswerRe: DIV Formating Pin
Abhishek Sur12-Dec-09 6:11
professionalAbhishek Sur12-Dec-09 6:11 
Questionautocompleteextender list and calenderextender list shows behind other controls Pin
vikas shukla11-Dec-09 23:21
vikas shukla11-Dec-09 23:21 
QuestionNeed urgent help with AJAX Toolkit multi-handle slider! Pin
James Shao11-Dec-09 21:52
James Shao11-Dec-09 21:52 
Hi guys, I am having some trouble trying to get multi-handle slider (AJAX Toolkit for ASP.NET) to work. After 6 hours of trying, I feel like banging my head on a wall. Sigh | :sigh: I probably code it wrong, since multi-handle slider is not documented very well and I had little luck finding an example online.

The problem is that when I load up the page that contains a slider with two handles, whenever the first handle (the one on the left) is clicked, it automatically jumps to the position of the second handle. The second handle has its problem too: it can only move to the right but not the left. Cry | :((

Please help me if you could! I'd greatly appreciate it!!

Here's the source code (there's no code-behind):

<Form>
        <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
    </asp:ToolkitScriptManager>
    
    <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
    <br />
    <asp:TextBox ID="TextBox2" runat="server" >25</asp:TextBox>
    <br />
    <asp:TextBox ID="TextBox3" runat="server">75</asp:TextBox>        
    
        <asp:MultiHandleSliderExtender ID="MultiHandleSliderExtender1" TargetControlID = "Textbox1"
        runat="server" Enabled="True" HandleAnimationDuration="0.1" Maximum="100" 
        Minimum="0" BehaviorID= "MultiHandleSliderExtender1" EnableInnerRangeDrag="False" InnerRailStyle="AsIs">
        
        <MultiHandleSliderTargets>
            <asp:MultiHandleSliderTarget ControlID = "Textbox2"/>
            <asp:MultiHandleSliderTarget ControlID = "Textbox3"/>
        </MultiHandleSliderTargets>
    
        </asp:MultiHandleSliderExtender>

</Form>

Questionwant to make setup without source code Pin
anilaabc11-Dec-09 21:26
anilaabc11-Dec-09 21:26 
AnswerRe: want to make setup without source code Pin
Abhijit Jana12-Dec-09 2:00
professionalAbhijit Jana12-Dec-09 2:00 
QuestionHow to send SMS from asp.net application Pin
bhavnvyas11-Dec-09 18:30
bhavnvyas11-Dec-09 18:30 
AnswerRe: How to send SMS from asp.net application Pin
Abhijit Jana11-Dec-09 19:18
professionalAbhijit Jana11-Dec-09 19:18 
QuestionHow to control another programme Pin
cullyk11-Dec-09 16:08
cullyk11-Dec-09 16:08 
AnswerRe: How to control another programme Pin
Abhijit Jana12-Dec-09 2:02
professionalAbhijit Jana12-Dec-09 2:02 
QuestionPerfomance issue in web form have multiple controls Pin
sandeepranjan11-Dec-09 14:54
sandeepranjan11-Dec-09 14:54 
AnswerRe: Perfomance issue in web form have multiple controls Pin
Abhijit Jana11-Dec-09 19:39
professionalAbhijit Jana11-Dec-09 19:39 
Generalaccess same record same time in grid view by multiple users in web form Pin
sandeepranjan12-Dec-09 12:36
sandeepranjan12-Dec-09 12:36 
GeneralRe: Perfomance issue in web form have multiple controls Pin
sandeepranjan14-Dec-09 13:34
sandeepranjan14-Dec-09 13:34 
QuestionPerformance issue in fetching large data from data base Pin
sandeepranjan11-Dec-09 14:51
sandeepranjan11-Dec-09 14:51 
QuestionCreating user membership from scratch Pin
mrkeivan11-Dec-09 7:42
mrkeivan11-Dec-09 7:42 
AnswerRe: Creating user membership from scratch Pin
Abhijit Jana11-Dec-09 7:55
professionalAbhijit Jana11-Dec-09 7:55 
GeneralRe: Creating user membership from scratch Pin
mrkeivan11-Dec-09 17:53
mrkeivan11-Dec-09 17:53 
QuestionRight clicking for context menu Pin
dptalt11-Dec-09 7:22
dptalt11-Dec-09 7:22 
AnswerRe: Right clicking for context menu Pin
Abhijit Jana11-Dec-09 7:57
professionalAbhijit Jana11-Dec-09 7:57 
QuestionProblem with mapping... [modified] Pin
Sider8911-Dec-09 6:29
Sider8911-Dec-09 6:29 

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.