Welcome to MSDN Blogs Sign in | Join | Help

"Atlas" Control Toolkit Refresh Released

We finally managed to get this refresh done.  Check out the samples and release notes at http://atlas.asp.net/atlastoolkit.

Or just click here to get the bits.

Lots of bug fixes, 4 new controls.  Not too many breaking changes.  Enjoy!

Published Friday, May 05, 2006 12:21 AM by sburke

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# Atlas" Control Toolkit Refresh

Comme l'annonce Shawn Burke sur son blog : "Atlas" Control Toolkit Refresh Released 
 ...
Thursday, May 04, 2006 9:26 PM by Cyril 's Blog

# re: "Atlas" Control Toolkit Refresh Released

Cool!

Tks this release solve my bug on insert GridView!! Popup.

I have one question. This possible insert one or more atlasToolkit:PopupControlExtender one page?
Thursday, May 04, 2006 9:48 PM by ramonduraes

# re: "Atlas" Control Toolkit Refresh Released

ramonduraes: Good!  Sure, you should be able to insert as many as you want.  It's easier to just add multiple TargetProperties instances to one Extender however.  Check out the PopupExtender sample page for an example of this.
Thursday, May 04, 2006 11:17 PM by sburke

# re: "Atlas" Control Toolkit Refresh Released

Thanks,
You just made my weekend good.  3 of the controls i wanted to look at building this weekend.
More time for other fun now :-)
Friday, May 05, 2006 2:15 AM by Casual Jim

# re: "Atlas" Control Toolkit Refresh Released

Hi,

I'm insert new [TextBox,Panel e PopupExtender] e don't work. Remove all and add

01 PopupExtender
03 PopupControlProperties

work

tks
Friday, May 05, 2006 10:01 AM by ramonduraes

# re: "Atlas" Control Toolkit Refresh Released

All Samples display VS2005:

Error Creating Control
Type 'System.Web.UI.UserControl' does not have a public property named  'Title'
Friday, May 05, 2006 10:10 AM by ramonduraes

# Atlas Toolkit Refresh

Friday, May 05, 2006 10:17 AM by Justin Harrison

# re: "Atlas" Control Toolkit Refresh Released

Hi,

I have new question, I add GridView modal, add columns <Select> update textbox. Don't work fine.

Tks

Ramon Durães
Friday, May 05, 2006 11:01 AM by ramonduraes

# re: "Atlas" Control Toolkit Refresh Released

Ramon - sorry you're having problems.  Please post your questions at

http://forums.asp.net/1022/ShowForum.aspx

Thanks!
Friday, May 05, 2006 1:43 PM by sburke

# Thank You for the Lightbox!

I've been waiting for the Modal Popup control.  I love this control.

We have always referred to this javascript technique as a "lightbox" because the first site we saw doing something like this called it that.  

It rocks and solves many problems.  Thank you for this.

Now I am just waiting for a Google Suggest control.  I'm sure you won't be calling it that though.
Friday, May 05, 2006 6:07 PM by DarenTx

# re: "Atlas" Control Toolkit Refresh Released

Well if we did that, it probably would spend most of it's time suggesting MSN Search instead, wouldn't it? :)
Friday, May 05, 2006 6:57 PM by sburke

# "Atlas" Control Toolkit Refresh - CollapsiblePanelExtender

Love it.  Been using the new build all of today (Sunday) and everything has worked well.
Is there a way I can programmatically close a collapsible panel?  (I'm using the latest CollapsiblePanelExtender)
Sunday, May 07, 2006 9:08 AM by brianscottaspnet

# re: "Atlas" Control Toolkit Refresh Released

yes - set an ID to your extender

<atlasToolkit:CollapsiblePanelProperties ... ID="collapseBehavior"/>

then you can get to it in JS code:

var behavior = $object("collapseBehavior");

if (behavior) {
  behavior._doClose();
}


}
Sunday, May 07, 2006 2:15 PM by sburke

# &amp;quot;Atlas&amp;quot; Control Toolkit が Refresh されました。

カテゴライズが良く解っていないので、今の段階ではカテゴライズされていません。 Atlas の RSS を取っている方にはかなり申し訳ないのですが、続けていきたいと思います。
以下の二つの blog はどちらも...
Monday, May 08, 2006 2:31 AM by ナオキにASP.NET(仮)

# &amp;quot;Atlas&amp;quot; Control Toolkit が Refresh されました。

以下の二つの blog はどちらも &quot;Atlas&quot; Control Toolkit に関してです。
&quot;Atlas&quot; Control Toolkit Refresh Released
Atlas Control...
Wednesday, May 10, 2006 12:39 AM by ナオキにASP.NET(仮)

# &quot;Atlas&quot; Control Toolkit が Refresh されました。

以下の二つの blog はどちらも &quot;Atlas&quot; Control Toolkit に関してです。 &quot;Atlas&quot; Control Toolkit Refresh Released Atlas Control
Tuesday, September 19, 2006 3:37 AM by ナオキにASP.NET(仮)

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker