Showing posts with label date. Show all posts
Showing posts with label date. Show all posts

Saturday, March 24, 2012

Atlas Toolkit Calendar

Does anyone know how to change the selected date in the calendar through client side javascript? I want to verify the date selected is today or later and if it is not then I want to reset the date in the calendar to today's date.

Thanks,

Eric

I don't think you can do that without a postback, you can put that calendar between an UpdatePanel and will look like is client side. Otherwise you may have to use another control. There are plenty on the web

I finally figured it out. The ajax toolkit calendar control, and some of the otehr controols, has a BehaviorID property which can be assigned any value I guess. I called it 'CalBehavior1'. Once that was done, I looked in the JS source file for the control in the source code of the AjaxControlToolKit. In that JS file, I saw the various methods and properties that are exposed on the client side. I have an OnClientDateSelectionChanged event handler attched to the control, so everytime the user selects a date I have some JS code that verifies the selected date is today or later. To set the date in the calender to today, I do the following:

$find(

'CalBehavior1').set_selectedDate($find('CalBehavior1').get_todaysDate());


I finally figured it out while looking at the rounded corners example in the sample website of the Ajax Control Toolkit. The Ajax Toolkit Calendar control, and some of the other controls, has a BehaviorID property which can be assigned any value I guess. I called it 'CalBehavior1'. Once that was done, I looked in the JS source file for the control in the source code of the AjaxControlToolKit. In that JS file, I saw the various methods and properties that are exposed on the client side. I have an OnClientDateSelectionChanged event handler attched to the control, so everytime the user selects a date I have some JS code that verifies the selected date is today or later. To set the date in the calender to today, I do the following:

$find('CalBehavior1').set_selectedDate($find('CalBehavior1').get_todaysDate());

Yea!!!

Eric

Wednesday, March 21, 2012

Atlas RTM Date?

Can someone please tell me the likely Atlas release schedule?

Will it look something like this?

1. March CTP - 3/20
2. April CTP - 4/10
3. June CTP - ?
4. Beta 1 - July?
5. Beta 2 - Sept?
6. RTM - Nov? (part Vista/.Net 3.0 launch)

I wish we had a nice timetable. I've already finished our project, but the managers don't want to release it until we've got the final version of Atlas so that we're not scambling to adapt our current code to rtm and that we're sure any bugs we might find on non-ie browsers are related to our stuff and not atlas.

I hate projects that I've put hard work into sitting on the bench.


Brad Abrams gave a development roadmap during this mix06 session:
http://sessions.mix06.com/view.asp?pid=NGW052

He said there will be an update every 6 to 8 weeks with compatiblility release in Q4-06 and RTM with Orcas in 2007.

Likely schedule:
1. March CTP - 3/20
2. April CTP - 4/10
3. June CTP - TBD
4. August CTP - TBD
5. October Beta 1 - TBD
6. November Beta 2 - Compatibility Release
7. RTM - Mid 2007 with Visual Studio 2007 "Orcas"

Hi, you can find the ATLAS roadmap here, it's not too far to get released.

http://weblogs.asp.net/scottgu/archive/2006/09/11/_2200_Atlas_2200_-1.0-Naming-and-Roadmap.aspx

Thanks

- Gurpiar.

Atlas Release Date??

I am currently using Atlas at work to investigate how it could be used within our products.

I have managed to develop a site using the latest CTP and now need to know when the Atlas framework is due to come out of beta and be fully released?

I know that you are allowed to use the current CTP for actual websites, its just does anyone have any idea on the official release date of the Atlas framework?

thanks

Stuart

See this thread:http://forums.asp.net/thread/1333630.aspx

Ryan

ATLAS release date

Does anybody know when atlas will actuallygo live (production ready)? I really need to know this since i amworking on a major release which heavily relies on atlas framework.

TIA
Murali
Can somebody please throw some light on this issue?

Many thanks
Murali

Atlas production release date

Hi

We are planning to use Atlas framework for our new project which involves getting quotes from a rate server in forex market.
As we see we have only a beta version of Atlas and not a production release.
We are awaiting for the release date of Atlas while our project schedule is crushing us. We would like to know the approximate production release date for Atlas.

Can any one of you gives us an approximate production release date for Atlas?

Thanks in advance

Siva

On the DevDays2006 (8 march 2006 - Amsterdam - The Netherlands) Scott Guthrie told the crowd that the go-live license will be out within 30 day's or so...

Cheers,

Wes


Wes

Thanks for the information

Siva


im waiting for the official release

i work in a lotof really beautiful projects with this pre-release of "ATLAS" and its amazing ...

thanks ...

PD:sorry my bad english


Hey All -

We're planning on releasing our online product in July/August timeframe. We won't be able to use Atlas unless it's a full release. Is there any info or hints as to when it may be released?

Thanks in advance,
John


Hi John,

The Go-Live version of Atlas is available now (the March CTP drop is the first one that supports production deployments). All releases of Atlas from now on will continue to support go-live deployments.

Hope this helps,

Scott


Hey Scott,

Thanks for the reply. I've tried to push the go-live on the CTPs, but the powers-that-be won't let us release with our product using CTP/beta products. What I was looking for is more of a hint on when Atlas may be RTMed, since we couldn't release with it before that.

Thanks again,
John

Hi,

We have a similar situation as John. We won't be able to release our product using CTP/beta products. Could you provide us with some information on when Atlas would be released. I keep hearing rumours that it would get shipped with Orcas. But, again I don't know when Orcas will be released.

Thanks,

MR.


Hi MR,

We are looking to potentially ship Atlas before Orcas (later this year). We haven't finalized or announced any dates yet -- but stay tuned as this is something we'll look to do over the next few weeks.

Thanks,

Scott


Hey,

Any more decisions made on the RTM release date of ASP.NET AJAX (Atlas)?


Hi Brian,

I blogged about our 1.0 release plans recently here:http://weblogs.asp.net/scottgu/archive/2006/09/11/_2200_Atlas_2200_-1.0-Naming-and-Roadmap.aspx

Hope this helps,

Scott


I had, I guess still "have", been loving Atlas and the functionality it has promised, but it's still been getting increasingly buggy (for instance,this new one) as I use it more and more that there is no way I am comformatable releasing an Atlas-based website to our customers at this time...

I totally understand that while it's "go live" right now that it is still "beta" (or whatever the new term is), I just hope between now and official release that it's a lot more stable

Ah well, i'll be keeping my fingers crossed and hopes up


hello.

where and when does that error happen? i've used 2 or 3 controls of the toolkit and haven't got any errors till now. any chance of building a small demo project that reproduces this?

(you can email me if you want)


Scott,

Thanks for the reply. That helps a lot.