PC Review


Reply
Thread Tools Rate Thread

AjaxControlToolKit question

 
 
abcd
Guest
Posts: n/a
 
      29th Jan 2008
I am using AjaxControlToolKit calender extender. When I select the date from
calender control then the date is properly shown to the text box
(i.e.TargetControlID). But I dont get the cursor there in the textbox. How do
I get the cursor in the textbox once the date is selected. What trick should
I need to do.

-->

<asp:TextBox ID="RA_departing_date" CssClass="TBL_date" runat="server"
TabIndex="10" onKeyPress="return checkEnter(event)" />
<img src="App_Themes/common/images/icon_calendar.gif" alt="Calendar
Selection" id="calendaricon1" />
<ajaxToolkit:CalendarExtender ID="CalendarExtender1" Format ="dd-MMM-yyyy"
runat="server" PopupButtonID="calendaricon1"
TargetControlID="RA_departing_date">
</ajaxToolkit:CalendarExtender>

 
Reply With Quote
 
 
 
 
Milosz Skalecki [MCAD]
Guest
Posts: n/a
 
      29th Jan 2008
Howdy,


<ajaxToolkit:CalendarExtender ID="CalendarExtender1" Format ="dd-MMM-yyyy"
runat="server" PopupButtonID="calendaricon1"
TargetControlID="RA_departing_date"
OnClientDateSelectionChanged="function(sender, e) {
sender.get_element().focus(); }">
</ajaxToolkit:CalendarExtender>

Hope it helps
--
Milosz


"abcd" wrote:

> I am using AjaxControlToolKit calender extender. When I select the date from
> calender control then the date is properly shown to the text box
> (i.e.TargetControlID). But I dont get the cursor there in the textbox. How do
> I get the cursor in the textbox once the date is selected. What trick should
> I need to do.
>
> -->
>
> <asp:TextBox ID="RA_departing_date" CssClass="TBL_date" runat="server"
> TabIndex="10" onKeyPress="return checkEnter(event)" />
> <img src="App_Themes/common/images/icon_calendar.gif" alt="Calendar
> Selection" id="calendaricon1" />
> <ajaxToolkit:CalendarExtender ID="CalendarExtender1" Format ="dd-MMM-yyyy"
> runat="server" PopupButtonID="calendaricon1"
> TargetControlID="RA_departing_date">
> </ajaxToolkit:CalendarExtender>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Webserver and AjaxControlToolkit DavidC Microsoft ASP .NET 2 3rd Feb 2010 12:32 AM
Ajaxcontroltoolkit tabcontainer Peter Microsoft ASP .NET 3 30th Jan 2009 02:58 PM
RE: AjaxControlToolkit - Can't run the sample! Paul Microsoft ASP .NET 1 5th Jun 2008 03:50 PM
ajaxcontroltoolkit drag drop gerry Microsoft ASP .NET 0 22nd May 2008 06:10 PM
AjaxControlToolkit + IFrame NvrBst Microsoft ASP .NET 1 14th Jan 2008 08:48 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:04 AM.