hi
i have some problems with the alignment and the slide control
If i will write a code with a center alignment, the ajax slide will go to the left...
how can i solve it?
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %><%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title></title></head><body><form id="form1" runat="server"><div style="text-align:center"><asp:TextBox ID="TextBox2" runat="server"></asp:TextBox><asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager><asp:TextBox ID="TextBox1" runat="server" ></asp:TextBox><asp:SliderExtender ID="TextBox1_SliderExtender" runat="server" TargetControlID="TextBox1"></asp:SliderExtender></div></form></body></html>