Browse by Tags

Related Posts

  • Problem on parsing the date value of CalendarExtender Control...

    Hello! I have an CalendarExtender Control named "ce1" and a Text Box named "txt1" in my aspx page. I have set from VS2008 the txt1.Enabled = False and the txt1.text = "Please press that icon -->". So, on the first loading of the page, the txt1 textbox says "Please...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by MinimalTech on 02-10-2009, 12:00 AM
    Filed under: parse, textbox, ajax, CalendarExtender, date
  • Re: watermark extender and javascript?

    I don't mean to revive a dead thread but I wanted to post another solution for future Googlers. You can also use the WatermarkExtenders set_Text() method to set the text on the textbox. var watermark = $get('< %= WatermarkExtender.ClientID %>'); watermark.set_Text("John Smith"...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by Daren Dahl on 12-10-2008, 12:00 AM
    Filed under: TextBox, watermark, ajax, AjaxControlToolkit
  • NumericUpDownExtender overwrites Textbox values

    I have a form with a couple of textbox controls on it. Two of them use NumericUpDownExtender to allow only positive integer values. They are set up like this: < asp : TextBox ID ="txtVersionEdit" runat ="server" Width ="140px"></ asp : TextBox > < cc1 : NumericUpDownExtender...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by fins2thright on 11-03-2008, 12:00 AM
    Filed under: textbox, ajax, ajaxToolkit, NumericUpDownExtender
  • AjaxControlToolkit.CalendarExtender

    i am using 5 calenderextender controls in my page. This will be shown on the click of 5 text boxes. I want to hide one calender when another claender appears. How this can be done. I am using ajax toolkit 1.1 and i want to manage this using that itself. Can anyone suggest a soltion for this?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by hari_4uin on 06-30-2008, 12:00 AM
    Filed under: popup, textbox, ajax, Calendar, AjaxControlToolkit.CalendarExtender
  • Problem with Display Date or any Data in Textbox having Masked Edit Extender

    Hello, I have a web page in C# , in which I have a text box and the masked edit extender. So i will enter the date and click save it in the database in the form of (mm/dd/yyyy). So the Main problem is when i fetch the date from the database and store it in the text box, it is not storing, that is, no...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Sudheendra B on 06-27-2008, 12:00 AM
    Filed under: sql, sql datetime compare, TextBox, VS 2005 Web Site Project, Web Controls, ADO.NET 2.0, ajax, ajax extensions, ajaxtoolkit, asp .net 2.0, ASP .NET 1.1, asp .net 2.0, ASP.NET, asp.net 2.0 c#, ASP.Net C#, asp.net 2, ASP.NET C#, Atlas, c#, c# 1.1, c#.net, calendar control, date, datetime, datetime.tostring(), webform, Asp.net2.0, asp.net2.0 using c#, ASP .net2.0, VS2005, ajax control toolkit, .ascx .aspx C#, .aspx page, .cs, asp .net ... c# ... SQL, asp .net 1.1 web form controls, ASP .net 2 .0 DATABASE APPLICATION, asp.net ajax Toolkit, date order, Date Query & Result, Date Textbox, date validate, .Net 2.0, ASP .net 2.0 C#, asp.net 2.0 C#, ASP.NET web form, SQL SELECT
  • In the textbox in a panel,that has property "TextMode=MultiLine",the cursor can't move up and down

    In the textbox in a panel,that has property "TextMode=MultiLine",the cursor can't move up and down,only can move left and right.why? <asp:ScriptManager ID="ScriptManager1" EnablePartialRendering="true" ScriptMode="Auto" runat="server" /> <asp...
    Posted to Web Forms (Forum) by micccn on 05-14-2008, 12:00 AM
    Filed under: panel, TextBox, ajax, MultiLine
  • In the textbox in a panel that has property "TextMode=MultiLine",the cursor can't move up and down,only can move left and right,why?

    (The question is in the topic.) <asp:ScriptManager ID="ScriptManager1" EnablePartialRendering="true" ScriptMode="Auto" runat="server" /> <asp:Panel ID="pan" runat="server" style="display:none;"> <asp:TextBox ID="txt1"...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by micccn on 05-14-2008, 12:00 AM
    Filed under: panel, TextBox, ajax, MultiLine
  • AJAX wierd textbox problem

    I am using VS05 C#. I have a program with a textbox outside the updatepannel and the submit is in. I left the textbox out because I have a clock that pulls focus away from the textbox if it is. The program runs fine except one thing. In my function I am trying to set the textbox to "" once...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by Joshua.Pumphrey on 03-11-2008, 12:00 AM
    Filed under: TextBox, ajax, c#, wierd error, "ASP.NET AJAX Beta 2", TextBox UpdatePanel, ASP.NET 2.0
  • Re: Textbox with temporary text

    Hi B, Do you have the AJAX Control Toolkit installed? If you do, just use the TextBoxWatermark control which does exactly what you are looking for. Here is an example: < asp : TextBox ID ="txtEmail" runat ="server" ></ asp : TextBox > < cc2 : TextBoxWatermarkExtender...
    Posted to Client Side Web Development (Forum) by djh on 05-21-2007, 12:00 AM
    Filed under: textbox, AJAX
  • Web parts , Web User Control, Update Panel, Javascript

    Hi guys, Hope this time someone replies first of all, Is that possible to combine all above Asp.net and Ajax controls? The below one is my web user control code which I am using in the webpart zone. < asp : UpdatePanel ID ="UpdatePanel1" runat ="server"> < ContentTemplate > < asp : Panel...
    Posted to Web Forms (Forum) by BhaveshPatel on 02-20-2007, 12:00 AM
    Filed under: postback, querystring, Request.Querystrings, textbox, AJAX, asp.net 2.0, Client, JavaScript, DetailsView CommandField JavaScript, FindContol
Page 1 of 2 (16 items) 1 2 Next >