HI..

In this article its very interested to use an Ajax slider extender. Recently I worked with slider extender in my project...It’s very easy to use slider extender control. But when applying Css I really fed up..i goggled in many ways ..But I can’t find a correct solution..Finally one of my replied to my forum …Just I would like to share the code with you all………
Slider Extender Properties..
·         Minimum - Minimum value allowed.
·         Maximum - Maximum value allowed.
·         Decimals - Number of decimal digits for the value.
·         Steps - Number of discrete values inside the slider's range.
·         Value - Current value of the slider
·         EnableHandleAnimation - Enable/disable the handle animation.
·         HandleAnimationDuration - Duration of the handle animation, in milliseconds.
·         RailCssClass - CSS class for the slider's rail.
·         HandleCssClass - CSS class for the slider's handle.
·         HandleImageURL - URL of the image to display as the slider's handle.
·         Length - Width/height of a horizontal/vertical slider when the default layout is used.
·         BoundControlID - ID of the TextBox or Label that dynamically displays the slider's value.
·         RaiseChangeOnlyOnMouseUp - If true, fires the change event on the extended TextBox only when the left mouse button is released.
·         TooltipText - Text to display in a tooltip when the handle is hovered. The {0} placeholder in the text is replaced with the current value of the slider.

Initially we started the code with CSS…..
You can use the two type of CSS
1.For Slider Handle
2.Another one for slider rail
For this you have to use image for handle and rail slider..In Below I post the picture copy and paste in your images folder…



<style type ="text/css" >
       
       
.myclass {position:relative;
           padding-top :7px;
          width:20px;
          height:20px;
          }
         
         
.slider_rail {
    position: relative;
    height: 8px;
    width: 200px;
    background: #FFFFFF url('images/r.gif') repeat-x;
}
</style>




<div>
              
                <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox><br />
                <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox><br />


                <asp:SliderExtender ID="SliderExtender1" runat="server" TargetControlID ="textbox1" RailCssClass="slider_rail" BoundControlID ="textbox2"  Minimum="0" Maximum ="100" RaiseChangeOnlyOnMouseUp="true"   HandleCssClass ="myclass"   HandleImageUrl="~/images/han.jpg"/>
</div>


I hope this one helpful to all……

10:44 PM

Rounded corner Textbox in asp.net

Posted by vijay


HI..Friends..Now I am going to share to create a round corner textbox in asp.net..Suppose if you want to design your site with more attraction then you can create this type of style using css..
Its very simple to apply css for textbox..
Write the below code css for text box..
<style type=”text/css”>
</style>
.txtbox
{
     
     border-top-left-radius: 20px;

border-top-right-radius: 20px;

border-bottom-left-radius: 20px;

border-bottom-right-radius: 20px;
}
</style>


  <asp:TextBox ID="TextBox1" runat="server" cssclass=”txtbox”></asp:TextBox>

Then your textbox looks like below………

I hope this one helpful to some one..
Share your thought here…..


HI..
If you want to become an Microsoft Most valuable Professional then nominate yourself as professional..
If you have an below talent  then nominate yourself..
1) Contribute your knowledge to the Community
2) Write Articles on your Expertise 
3) Answer Questions on the Forums 
3) Post Contents of Quality to educate others. 
5) Never Promote Piracy or Downloads of e-books or Software 
6) Always contribute Quality Content 
7)Help others by solving their problems by posting answers in forum.

Go to  the below links..
In this link  you can get a document and fill up this one and post it…might be you get lucky to became an
Microsoft Most valuable Professional.
If you have an any doubts visit the below link…