ASP.NET Popup Calendar / Wizard Recommendations?

Any recommendations on a calendar popup server control? I'd like something along the lines of the ones on the front page of Expedia. I'd looked at Peter Blum's Date Package, but it breaks Rob McLaws' 8th Rule - Must Be Self Contained. I've been using a simple Javascript solution like these, but they don't fit in well with the .NET paradigm. Perhaps if we could get Andy down to 9 hours sleep per week?

While I'm on it, anyone got a good webform wizard approach? I'm eagerly anticipating the asp:wizard control in Whidbey, but I can't wait that long. I've used sequential pages which used a database session dictionary in ASP, and I'm sure a big page with hidden / shown panels would work fine. What's the best way to handle this until we get the asp:wizard, though?

Published Friday, November 21, 2003 1:07 AM by Jon Galloway
Filed under:

Comments

# re: ASP.NET Popup Calendar / Wizard Recommendations?

One of the samples in the Microsoft Press server control book is that calendar picker that you see on Expedia. You can download the source on microsoft's site somewhere.

Friday, November 21, 2003 4:17 AM by Jesse Ezell

# re: ASP.NET Popup Calendar / Wizard Recommendations?

For the calendar control, I use that one :
http://students.infoiasi.ro/~mishoo/site/calendar.epl

Friday, November 21, 2003 5:29 AM by Julien CHEYSSIAL

# re: ASP.NET Popup Calendar / Wizard Recommendations?

I use a version of the MSPress one, only problem is that it's a bit US specific, you have to do a bit of fiddling to get it to work with other cultures. It is pretty good though! YOu can get all the source for controls in the book (including a snazzy Html Editor) here: http://download.microsoft.com/download/MSPressPub/5728/1.0/W98NT42KMeXP/EN-US/DevASPNET.exe

Friday, November 21, 2003 5:44 AM by Scott Galloway

# re: ASP.NET Popup Calendar / Wizard Recommendations?

Thinking about Peter's one, I'm surprised he doesn't use an approach like Andy Smith's where you can store all the JS in a .res file (and of course compile the images into the assembly)...

Friday, November 21, 2003 5:46 AM by Scott Galloway

# re: ASP.NET Popup Calendar / Wizard Recommendations?

The MSPress one has a small bug in its htc: displays 28 days for March if it's not a leap year. I always thought it would be a good idea to create an internationalized version (date formats, month & day of week names from current culture). But haven't got round to it yet. If you've already done this it might be nice to post it.

Friday, November 21, 2003 6:33 AM by Me

# re: ASP.NET Popup Calendar / Wizard Recommendations?

You may be interested in my package of controls, there the right price too...free... http://www.excentricsworld.com

Friday, November 21, 2003 7:34 AM by Matt Hawley

# re: ASP.NET Popup Calendar / Wizard Recommendations?

I'm actually looking at Matt Hawley's as well, just this moment. The demo is: http://www.excentricsworld.com/calpopup.aspx

It looks quite nice. Nice work Matt.

Friday, November 21, 2003 11:37 AM by Pete Davis

# re: ASP.NET Popup Calendar / Wizard Recommendations?

Must be self-contained.

Why?

Friday, November 21, 2003 2:30 PM by Johnny Hall

# re: ASP.NET Popup Calendar / Wizard Recommendations?

Self contained is important to me for 3 reasons:

1) Least important first - Easy to use. MS controls can be dropped onto a WinForm / WebForm and used; why should I have to read a readme.txt, make web.config settings, copy js files to a folder, etc., for someone else's controls.

2) Easy to deploy - especially important when there are several developers on a project with development environments, an integration environment, multipe servers in QA and Production webfarms, etc. 5 or 10 minutes of setup / install time may not sound like much, but multiply that by all affected servers, developers, and administrators, and it often costs much more than the actual component.

3) Not fragile - the more complex the install, the more likely the app will break, especially during an upgrade (see Rob's post I referred to above), a .NET framework upgrade, a service pack or security patch, etc. Why ask for trouble?

Saturday, November 22, 2003 2:25 AM by Jon Galloway

# re: ASP.NET Popup Calendar / Wizard Recommendations?

Matt - I've downloaded your control and think it will do the trick. Very nice documentation and designer: http://www.excentricsworld.com/calpopup.aspx

Saturday, November 22, 2003 2:33 AM by Jon Galloway

# Fantastic Web 'Widgets'

Tuesday, November 25, 2003 10:42 AM by TrackBack

# re: ASP.NET Popup Calendar / Wizard Recommendations?

Jon Galloway,

Could you take a look at your page at www.excentricsworld.com/calpopup.aspx

I think it's broken. I would be nice to see how it looks like in the page. I would like to use the control in my project, but I would like to know if you experienced any problem using it? I like the control because I can change the year easily, but I don't want to have something that's difficult to maintain.

Friday, January 09, 2004 2:41 AM by Min Kuan

# re: ASP.NET Popup Calendar / Wizard Recommendations?

Sure enough, looks like Matt's restructured his website so my link's broken.

The updated link is:
http://www.excentricsworld.com/CustomControls/CalendarPopup.aspx

To be honest, I evaluated the popup calendar and it looked perfect for a project I was working on. Then the project was cancelled. So I've tested it pretty will in development, but don't have production experience with it. That said, it looks very professionally written and I don't think it would give you any maintenance problems.

Friday, January 09, 2004 2:52 AM by Jon Galloway

# re: ASP.NET Popup Calendar / Wizard Recommendations?

Thank you for the kind comments. This control (and the others) have been in production environments for quite some time all around the world. We use it in several apps at work, and it makes it real nice & easy for date selection.

Monday, January 19, 2004 10:47 AM by Matt Hawley

# re: ASP.NET Popup Calendar / Wizard Recommendations?

Jon: Did you ever get an answer to your Wizard question? You may find this article helpful: http://msdn.microsoft.com/library/en-us/dnaspp/html/ASPNet-FiniteStateMachines.asp

Sunday, March 07, 2004 2:26 AM by Phil Weber

# re: ASP.NET Popup Calendar / Wizard Recommendations?

People, how can I download the calendar control at http://www.excentricsworld.com/CustomControls/CalendarPopup.aspx.

I have been trying for a few days now, and when I submit the download form, the page just times out after quite a while...

HELP!?!?!?

Monday, May 03, 2004 2:12 PM by Mike Smit

# re: ASP.NET Popup Calendar / Wizard Recommendations?

Mike -
They're Matt Hawley's controls, not mine, so he's your best bet for answers. I just downloaded with no trouble. You can contact me through the blog contact form (http://weblogs.asp.net/jgalloway/contact.aspx) with your e-mail and I can send you the latest code from from the site if download won't work for you.
- Jon

Monday, May 03, 2004 4:31 PM by Jon Galloway

# RJS PopCalendar

Monday, April 09, 2007 12:07 PM by ricaj0625

# http://www.goamoto.ru/091.php <a href="http://www.goamoto.ru/091.php">091</a> http://www.goamoto.ru/092.php <a href="http://www.goamoto.ru/092.php">092</a> http://www.goamoto.ru/093.php <a href="http:

http://www.goamoto.ru/091.php <a href="http://www.goamoto.ru/091.php">091</a>

http://www.goamoto.ru/092.php <a href="http://www.goamoto.ru/092.php">092</a>

http://www.goamoto.ru/093.php <a href="http://www.goamoto.ru/093.php">093</a>

http://www.goamoto.ru/094.php <a href="http://www.goamoto.ru/094.php">094</a>

http://www.goamoto.ru/095.php <a href="http://www.goamoto.ru/095.php">095</a>

http://www.goamoto.ru/096.php <a href="http://www.goamoto.ru/096.php">096</a>

http://www.goamoto.ru/097.php <a href="http://www.goamoto.ru/097.php">097</a>

http://www.goamoto.ru/098.php <a href="http://www.goamoto.ru/098.php">098</a>

http://www.goamoto.ru/099.php <a href="http://www.goamoto.ru/099.php">099</a>

http://www.goamoto.ru/100.php <a href="http://www.goamoto.ru/100.php">100</a>

http://www.goamoto.ru/101.php <a href="http://www.goamoto.ru/101.php">101</a>

http://www.goamoto.ru/102.php <a href="http://www.goamoto.ru/102.php">102</a>

http://www.goamoto.ru/103.php <a href="http://www.goamoto.ru/103.php">103</a>

http://www.goamoto.ru/104.php <a href="http://www.goamoto.ru/104.php">104</a>

http://www.goamoto.ru/105.php <a href="http://www.goamoto.ru/105.php">105</a>

http://www.goamoto.ru/106.php <a href="http://www.goamoto.ru/106.php">106</a>

http://www.goamoto.ru/107.php <a href="http://www.goamoto.ru/107.php">107</a>

http://www.goamoto.ru/108.php <a href="http://www.goamoto.ru/108.php">108</a>

http://www.goamoto.ru/109.php <a href="http://www.goamoto.ru/109.php">109</a>

http://www.goamoto.ru/110.php <a href="http://www.goamoto.ru/110.php">110</a>

http://www.goamoto.ru/111.php <a href="http://www.goamoto.ru/111.php">111</a>

http://www.goamoto.ru/112.php <a href="http://www.goamoto.ru/112.php">112</a>

http://www.goamoto.ru/113.php <a href="http://www.goamoto.ru/113.php">113</a>

http://www.goamoto.ru/114.php <a href="http://www.goamoto.ru/114.php">114</a>

http://www.goamoto.ru/115.php <a href="http://www.goamoto.ru/115.php">115</a>

http://www.goamoto.ru/116.php <a href="http://www.goamoto.ru/116.php">116</a>

http://www.goamoto.ru/117.php <a href="http://www.goamoto.ru/117.php">117</a>

http://www.goamoto.ru/118.php <a href="http://www.goamoto.ru/118.php">118</a>

http://www.goamoto.ru/119.php <a href="http://www.goamoto.ru/119.php">119</a>

http://www.goamoto.ru/120.php <a href="http://www.goamoto.ru/120.php">120</a>

http://www.goamoto.ru/121.php <a href="http://www.goamoto.ru/121.php">121</a>

http://www.goamoto.ru/122.php <a href="http://www.goamoto.ru/122.php">122</a>

http://www.goamoto.ru/123.php <a href="http://www.goamoto.ru/123.php">123</a>

http://www.goamoto.ru/124.php <a href="http://www.goamoto.ru/124.php">124</a>

http://www.goamoto.ru/125.php <a href="http://www.goamoto.ru/125.php">125</a>

http://www.goamoto.ru/126.php <a href="http://www.goamoto.ru/126.php">126</a>

http://www.goamoto.ru/127.php <a href="http://www.goamoto.ru/127.php">127</a>

http://www.goamoto.ru/128.php <a href="http://www.goamoto.ru/128.php">128</a>

http://www.goamoto.ru/129.php <a href="http://www.goamoto.ru/129.php">129</a>

http://www.goamoto.ru/130.php <a href="http://www.goamoto.ru/130.php">130</a>

http://www.goamoto.ru/131.php <a href="http://www.goamoto.ru/131.php">131</a>

http://www.goamoto.ru/132.php <a href="http://www.goamoto.ru/132.php">132</a>

http://www.goamoto.ru/133.php <a href="http://www.goamoto.ru/133.php">133</a>

http://www.goamoto.ru/134.php <a href="http://www.goamoto.ru/134.php">134</a>

http://www.goamoto.ru/135.php <a href="http://www.goamoto.ru/135.php">135</a>

http://www.goamoto.ru/136.php <a href="http://www.goamoto.ru/136.php">136</a>

http://www.goamoto.ru/137.php <a href="http://www.goamoto.ru/137.php">137</a>

Friday, April 27, 2007 11:34 PM by kfirw,http://www.goamoto.ru/091.php <a href="http://www.goamoto.ru/091.php">091</a> http://www.goamoto.ru/092.php <a href="http://www.goamoto.ru/092.php">092</a> http://www.goamoto.ru/093.php <a href="http://www.goamoto.ru/093.php">093</a> http://www.goamoto.ru/094.php <a href="http://www.goamoto.ru/094.php">094</a> http://www.goamoto.ru/095.php <a href="http://www.goamoto.ru/095.php">095</a> http://www.goamoto.ru/096.php <a href="http://www.goamoto.ru/096.php">096</a> http://www.goamoto.ru/097.php <a href="http://www.goamoto.ru/097.php">097</a> http://www.goamoto.ru/098.php <a href="http://www.goamoto.ru/098.php">098</a> http://www.goamoto.ru/099.php <a href="http://www.goamoto.ru/099.php">099</a> http://www.goamoto.ru/100.php <a href="http://www.goamoto.ru/100.php">100</a> http://www.goamoto.ru/101.php <a href="http://www.goamoto.ru/101.php">101</a> http://www.goamoto.ru/102.php <a href="http://www.goamoto.ru/102.php">102</a> http://www.goamoto.ru/103.php <a href="http://www.goamoto.ru/103.php">103</a> http://www.goamoto.ru/104.php <a href="http://www.goamoto.ru/104.php">104</a> http://www.goamoto.ru/105.php <a href="http://www.goamoto.ru/105.php">105</a> http://www.goamoto.ru/106.php <a href="http://www.goamoto.ru/106.php">106</a> http://www.goamoto.ru/107.php <a href="http://www.goamoto.ru/107.php">107</a> http://www.goamoto.ru/108.php <a href="http://www.goamoto.ru/108.php">108</a> http://www.goamoto.ru/109.php <a href="http://www.goamoto.ru/109.php">109</a> http://www.goamoto.ru/110.php <a href="http://www.goamoto.ru/110.php">110</a> http://www.goamoto.ru/111.php <a href="http://www.goamoto.ru/111.php">111</a> http://www.goamoto.ru/112.php <a href="http://www.goamoto.ru/112.php">112</a> http://www.goamoto.ru/113.php <a href="http://www.goamoto.ru/113.php">113</a> http://www.goamoto.ru/114.php <a href="http://www.goamoto.ru/114.php">114</a> http://www.goamoto.ru/115.php <a href="http://www.goamoto.ru/115.php">115</a> http://www.goamoto.ru/116.php <a href="http://www.goamoto.ru/116.php">116</a> http://www.goamoto.ru/117.php <a href="http://www.goamoto.ru/117.php">117</a> http://www.goamoto.ru/118.php <a href="http://www.goamoto.ru/118.php">118</a> http://www.goamoto.ru/119.php <a href="http://www.goamoto.ru/119.php">119</a> http://www.goamoto.ru/120.php <a href="http://www.goamoto.ru/120.php">120</a> http://www.goamoto.ru/121.php <a href="http://www.goamoto.ru/121.php">121</a> http://www.goamoto.ru/122.php <a href="http://www.goamoto.ru/122.php">122</a> http://www.goamoto.ru/123.php <a href="http://www.goamoto.ru/123.php">123</a> http://www.goamoto.ru/124.php <a href="http://www.goamoto.ru/124.php">124</a> http://www.goamoto.ru/125.php <a href="http://www.goamoto.ru/125.php">125</a> http://www.goamoto.ru/126.php <a href="http://www.goamoto.ru/126.php">126</a> http://www.goamoto.ru/127.php <a href="http://www.goamoto.ru/127.php">127</a> http://www.goamoto.ru/128.php <a href="http://www.goamoto.ru/128.php">128</a> http://www.goamoto.ru/129.php <a href="http://www.goamoto.ru/129.php">129</a> http://www.goamoto.ru/130.php <a href="http://www.goamoto.ru/130.php">130</a> http://www.goamoto.ru/131.php <a href="http://www.goamoto.ru/131.php">131</a> http://www.goamoto.ru/132.php <a href="http://www.goamoto.ru/132.php">132</a> http://www.goamoto.ru/133.php <a href="http://www.goamoto.ru/133.php">133</a> http://www.goamoto.ru/134.php <a href="http://www.goamoto.ru/134.php">134</a> http://www.goamoto.ru/135.php <a href="http://www.goamoto.ru/135.php">135</a> http://www.goamoto.ru/136.php <a href="http://www.goamoto.ru/136.php">136</a> http://www.goamoto.ru/137.php <a href="http://www.goamoto.ru/137.php">137</a>

# http://www.goamoto.ru/091.php <a href="http://www.goamoto.ru/091.php">091</a> http://www.goamoto.ru/092.php <a href="http://www.goamoto.ru/092.php">092</a> http://www.goamoto.ru/093.php <a href="http:

http://www.goamoto.ru/091.php <a href="http://www.goamoto.ru/091.php">091</a>

http://www.goamoto.ru/092.php <a href="http://www.goamoto.ru/092.php">092</a>

http://www.goamoto.ru/093.php <a href="http://www.goamoto.ru/093.php">093</a>

http://www.goamoto.ru/094.php <a href="http://www.goamoto.ru/094.php">094</a>

http://www.goamoto.ru/095.php <a href="http://www.goamoto.ru/095.php">095</a>

http://www.goamoto.ru/096.php <a href="http://www.goamoto.ru/096.php">096</a>

http://www.goamoto.ru/097.php <a href="http://www.goamoto.ru/097.php">097</a>

http://www.goamoto.ru/098.php <a href="http://www.goamoto.ru/098.php">098</a>

http://www.goamoto.ru/099.php <a href="http://www.goamoto.ru/099.php">099</a>

http://www.goamoto.ru/100.php <a href="http://www.goamoto.ru/100.php">100</a>

http://www.goamoto.ru/101.php <a href="http://www.goamoto.ru/101.php">101</a>

http://www.goamoto.ru/102.php <a href="http://www.goamoto.ru/102.php">102</a>

http://www.goamoto.ru/103.php <a href="http://www.goamoto.ru/103.php">103</a>

http://www.goamoto.ru/104.php <a href="http://www.goamoto.ru/104.php">104</a>

http://www.goamoto.ru/105.php <a href="http://www.goamoto.ru/105.php">105</a>

http://www.goamoto.ru/106.php <a href="http://www.goamoto.ru/106.php">106</a>

http://www.goamoto.ru/107.php <a href="http://www.goamoto.ru/107.php">107</a>

http://www.goamoto.ru/108.php <a href="http://www.goamoto.ru/108.php">108</a>

http://www.goamoto.ru/109.php <a href="http://www.goamoto.ru/109.php">109</a>

http://www.goamoto.ru/110.php <a href="http://www.goamoto.ru/110.php">110</a>

http://www.goamoto.ru/111.php <a href="http://www.goamoto.ru/111.php">111</a>

http://www.goamoto.ru/112.php <a href="http://www.goamoto.ru/112.php">112</a>

http://www.goamoto.ru/113.php <a href="http://www.goamoto.ru/113.php">113</a>

http://www.goamoto.ru/114.php <a href="http://www.goamoto.ru/114.php">114</a>

http://www.goamoto.ru/115.php <a href="http://www.goamoto.ru/115.php">115</a>

http://www.goamoto.ru/116.php <a href="http://www.goamoto.ru/116.php">116</a>

http://www.goamoto.ru/117.php <a href="http://www.goamoto.ru/117.php">117</a>

http://www.goamoto.ru/118.php <a href="http://www.goamoto.ru/118.php">118</a>

http://www.goamoto.ru/119.php <a href="http://www.goamoto.ru/119.php">119</a>

http://www.goamoto.ru/120.php <a href="http://www.goamoto.ru/120.php">120</a>

http://www.goamoto.ru/121.php <a href="http://www.goamoto.ru/121.php">121</a>

http://www.goamoto.ru/122.php <a href="http://www.goamoto.ru/122.php">122</a>

http://www.goamoto.ru/123.php <a href="http://www.goamoto.ru/123.php">123</a>

http://www.goamoto.ru/124.php <a href="http://www.goamoto.ru/124.php">124</a>

http://www.goamoto.ru/125.php <a href="http://www.goamoto.ru/125.php">125</a>

http://www.goamoto.ru/126.php <a href="http://www.goamoto.ru/126.php">126</a>

http://www.goamoto.ru/127.php <a href="http://www.goamoto.ru/127.php">127</a>

http://www.goamoto.ru/128.php <a href="http://www.goamoto.ru/128.php">128</a>

http://www.goamoto.ru/129.php <a href="http://www.goamoto.ru/129.php">129</a>

http://www.goamoto.ru/130.php <a href="http://www.goamoto.ru/130.php">130</a>

http://www.goamoto.ru/131.php <a href="http://www.goamoto.ru/131.php">131</a>

http://www.goamoto.ru/132.php <a href="http://www.goamoto.ru/132.php">132</a>

http://www.goamoto.ru/133.php <a href="http://www.goamoto.ru/133.php">133</a>

http://www.goamoto.ru/134.php <a href="http://www.goamoto.ru/134.php">134</a>

http://www.goamoto.ru/135.php <a href="http://www.goamoto.ru/135.php">135</a>

http://www.goamoto.ru/136.php <a href="http://www.goamoto.ru/136.php">136</a>

http://www.goamoto.ru/137.php <a href="http://www.goamoto.ru/137.php">137</a>

Friday, April 27, 2007 11:35 PM by kfirw,http://www.goamoto.ru/091.php <a href="http://www.goamoto.ru/091.php">091</a> http://www.goamoto.ru/092.php <a href="http://www.goamoto.ru/092.php">092</a> http://www.goamoto.ru/093.php <a href="http://www.goamoto.ru/093.php">093</a> http://www.goamoto.ru/094.php <a href="http://www.goamoto.ru/094.php">094</a> http://www.goamoto.ru/095.php <a href="http://www.goamoto.ru/095.php">095</a> http://www.goamoto.ru/096.php <a href="http://www.goamoto.ru/096.php">096</a> http://www.goamoto.ru/097.php <a href="http://www.goamoto.ru/097.php">097</a> http://www.goamoto.ru/098.php <a href="http://www.goamoto.ru/098.php">098</a> http://www.goamoto.ru/099.php <a href="http://www.goamoto.ru/099.php">099</a> http://www.goamoto.ru/100.php <a href="http://www.goamoto.ru/100.php">100</a> http://www.goamoto.ru/101.php <a href="http://www.goamoto.ru/101.php">101</a> http://www.goamoto.ru/102.php <a href="http://www.goamoto.ru/102.php">102</a> http://www.goamoto.ru/103.php <a href="http://www.goamoto.ru/103.php">103</a> http://www.goamoto.ru/104.php <a href="http://www.goamoto.ru/104.php">104</a> http://www.goamoto.ru/105.php <a href="http://www.goamoto.ru/105.php">105</a> http://www.goamoto.ru/106.php <a href="http://www.goamoto.ru/106.php">106</a> http://www.goamoto.ru/107.php <a href="http://www.goamoto.ru/107.php">107</a> http://www.goamoto.ru/108.php <a href="http://www.goamoto.ru/108.php">108</a> http://www.goamoto.ru/109.php <a href="http://www.goamoto.ru/109.php">109</a> http://www.goamoto.ru/110.php <a href="http://www.goamoto.ru/110.php">110</a> http://www.goamoto.ru/111.php <a href="http://www.goamoto.ru/111.php">111</a> http://www.goamoto.ru/112.php <a href="http://www.goamoto.ru/112.php">112</a> http://www.goamoto.ru/113.php <a href="http://www.goamoto.ru/113.php">113</a> http://www.goamoto.ru/114.php <a href="http://www.goamoto.ru/114.php">114</a> http://www.goamoto.ru/115.php <a href="http://www.goamoto.ru/115.php">115</a> http://www.goamoto.ru/116.php <a href="http://www.goamoto.ru/116.php">116</a> http://www.goamoto.ru/117.php <a href="http://www.goamoto.ru/117.php">117</a> http://www.goamoto.ru/118.php <a href="http://www.goamoto.ru/118.php">118</a> http://www.goamoto.ru/119.php <a href="http://www.goamoto.ru/119.php">119</a> http://www.goamoto.ru/120.php <a href="http://www.goamoto.ru/120.php">120</a> http://www.goamoto.ru/121.php <a href="http://www.goamoto.ru/121.php">121</a> http://www.goamoto.ru/122.php <a href="http://www.goamoto.ru/122.php">122</a> http://www.goamoto.ru/123.php <a href="http://www.goamoto.ru/123.php">123</a> http://www.goamoto.ru/124.php <a href="http://www.goamoto.ru/124.php">124</a> http://www.goamoto.ru/125.php <a href="http://www.goamoto.ru/125.php">125</a> http://www.goamoto.ru/126.php <a href="http://www.goamoto.ru/126.php">126</a> http://www.goamoto.ru/127.php <a href="http://www.goamoto.ru/127.php">127</a> http://www.goamoto.ru/128.php <a href="http://www.goamoto.ru/128.php">128</a> http://www.goamoto.ru/129.php <a href="http://www.goamoto.ru/129.php">129</a> http://www.goamoto.ru/130.php <a href="http://www.goamoto.ru/130.php">130</a> http://www.goamoto.ru/131.php <a href="http://www.goamoto.ru/131.php">131</a> http://www.goamoto.ru/132.php <a href="http://www.goamoto.ru/132.php">132</a> http://www.goamoto.ru/133.php <a href="http://www.goamoto.ru/133.php">133</a> http://www.goamoto.ru/134.php <a href="http://www.goamoto.ru/134.php">134</a> http://www.goamoto.ru/135.php <a href="http://www.goamoto.ru/135.php">135</a> http://www.goamoto.ru/136.php <a href="http://www.goamoto.ru/136.php">136</a> http://www.goamoto.ru/137.php <a href="http://www.goamoto.ru/137.php">137</a>

# Good job and great design! <a href= http://cartaadultmovie.org/adult-models.html >Adult models</a> <a href= http://cartaadultmovie.org/adult-game.html >Adult game</a> <a href= http://cartaadultmovie.org/adult-friends.html >

Good job and great design!

<a href= http://cartaadultmovie.org/adult-models.html >Adult models</a>  <a href= http://cartaadultmovie.org/adult-game.html >Adult game</a>  <a href= http://cartaadultmovie.org/adult-friends.html >Adult friends</a>  <a href= http://cartaadultmovie.org/adult-thumbnail.html >Adult thumbnail</a>  <a href= http://cartaadultmovie.org/jessica-rabbit-adult.html >Jessica rabbit adult</a>  <a href= http://cartaadultmovie.org/adult-movie.html >Adult movie</a>  <a href= http://cartaadultmovie.org/adult-check.html >Adult check</a>  <a href= http://cartaadultmovie.org/adult-add.html >Adult add</a>  <a href= http://cartaadultmovie.org/adult-costume-ideas.html >Adult costume ideas</a>  <a href= http://cartaadultmovie.org/adult-scooters.html >Adult scooters</a>  <a href= http://cartaadultmovie.org/free-adult-chat-rooms.html >Free adult chat rooms</a>  <a href= http://cartaadultmovie.org/free-adult-personals.html >Free adult personals</a>  <a href= http://cartaadultmovie.org/freeadultmedia.html >Freeadultmedia</a>  <a href= http://cartaadultmovie.org/yuna-adult.html >Yuna adult</a>  <a href= http://cartaadultmovie.org/adult-free-games.html >Adult free games</a>  <a href= http://cartaadultmovie.org/adult-fan-fiction.html >Adult fan fiction</a>  <a href= http://cartaadultmovie.org/dirty-adult-stories.html >Dirty adult stories</a>  <a href= http://cartaadultmovie.org/adult-home-video.html >Adult home video</a>  <a href= http://cartaadultmovie.org/adultcheck.html >Adultcheck</a>  <a href= http://cartaadultmovie.org/adultbuffet.com.html >Adultbuffet.com</a>  <a href= http://cartaadultmovie.org/adult-sheer-lingerie.html >Adult sheer lingerie</a>  <a href= http://cartaadultmovie.org/adult-erotic-stories-free.html >Adult erotic stories free</a>  <a href= http://cartaadultmovie.org/adult-websites.html >Adult websites</a>  <a href= http://cartaadultmovie.org/adult-home-videos.html >Adult home videos</a>  <a href= http://cartaadultmovie.org/adult-spanking.html >Adult spanking</a>  <a href= http://cartaadultmovie.org/free-adult-pics.html >Free adult pics</a>  <a href= http://cartaadultmovie.org/adult-manga.html >Adult manga</a>  <a href= http://cartaadultmovie.org/adult-comic.html >Adult comic</a>  <a href= http://cartaadultmovie.org/adult-fun.html >Adult fun</a>  <a href= http://cartaadultmovie.org/adult-webcams.html >Adult webcams</a>  

Saturday, May 12, 2007 3:23 AM by Adult s,Good job and great design! <a href= http://cartaadultmovie.org/adult-models.html >Adult models</a> <a href= http://cartaadultmovie.org/adult-game.html >Adult game</a> <a href= http://cartaadultmovie.org/adult-friends.html >Adult friends</a> <a href= http://cartaadultmovie.org/adult-thumbnail.html >Adult thumbnail</a> <a href= http://cartaadultmovie.org/jessica-rabbit-adult.html >Jessica rabbit adult</a> <a href= http://cartaadultmovie.org/adult-movie.html >Adult movie</a> <a href= http://cartaadultmovie.org/adult-check.html >Adult check</a> <a href= http://cartaadultmovie.org/adult-add.html >Adult add</a> <a href= http://cartaadultmovie.org/adult-costume-ideas.html >Adult costume ideas</a> <a href= http://cartaadultmovie.org/adult-scooters.html >Adult scooters</a> <a href= http://cartaadultmovie.org/free-adult-chat-rooms.html >Free adult chat rooms</a> <a href= http://cartaadultmovie.org/free-adult-personals.html >Free adult personals</a> <a href= http://cartaadultmovie.org/freeadultmedia.html >Freeadultmedia</a> <a href= http://cartaadultmovie.org/yuna-adult.html >Yuna adult</a> <a href= http://cartaadultmovie.org/adult-free-games.html >Adult free games</a> <a href= http://cartaadultmovie.org/adult-fan-fiction.html >Adult fan fiction</a> <a href= http://cartaadultmovie.org/dirty-adult-stories.html >Dirty adult stories</a> <a href= http://cartaadultmovie.org/adult-home-video.html >Adult home video</a> <a href= http://cartaadultmovie.org/adultcheck.html >Adultcheck</a> <a href= http://cartaadultmovie.org/adultbuffet.com.html >Adultbuffet.com</a> <a href= http://cartaadultmovie.org/adult-sheer-lingerie.html >Adult sheer lingerie</a> <a href= http://cartaadultmovie.org/adult-erotic-stories-free.html >Adult erotic stories free</a> <a href= http://cartaadultmovie.org/adult-websites.html >Adult websites</a> <a href= http://cartaadultmovie.org/adult-home-videos.html >Adult home videos</a> <a href= http://cartaadultmovie.org/adult-spanking.html >Adult spanking</a> <a href= http://cartaadultmovie.org/free-adult-pics.html >Free adult pics</a> <a href= http://cartaadultmovie.org/adult-manga.html >Adult manga</a> <a href= http://cartaadultmovie.org/adult-comic.html >Adult comic</a> <a href= http://cartaadultmovie.org/adult-fun.html >Adult fun</a> <a href= http://cartaadultmovie.org/adult-webcams.html >Adult webcams</a>

# Good job and great design! <a href= http://cartaadultmovie.org/adult-models.html >Adult models</a> <a href= http://cartaadultmovie.org/adult-game.html >Adult game</a> <a href= http://cartaadultmovie.org/adult-friends.html >

Good job and great design!

<a href= http://cartaadultmovie.org/adult-models.html >Adult models</a>  <a href= http://cartaadultmovie.org/adult-game.html >Adult game</a>  <a href= http://cartaadultmovie.org/adult-friends.html >Adult friends</a>  <a href= http://cartaadultmovie.org/adult-thumbnail.html >Adult thumbnail</a>  <a href= http://cartaadultmovie.org/jessica-rabbit-adult.html >Jessica rabbit adult</a>  <a href= http://cartaadultmovie.org/adult-movie.html >Adult movie</a>  <a href= http://cartaadultmovie.org/adult-check.html >Adult check</a>  <a href= http://cartaadultmovie.org/adult-add.html >Adult add</a>  <a href= http://cartaadultmovie.org/adult-costume-ideas.html >Adult costume ideas</a>  <a href= http://cartaadultmovie.org/adult-scooters.html >Adult scooters</a>  <a href= http://cartaadultmovie.org/free-adult-chat-rooms.html >Free adult chat rooms</a>  <a href= http://cartaadultmovie.org/free-adult-personals.html >Free adult personals</a>  <a href= http://cartaadultmovie.org/freeadultmedia.html >Freeadultmedia</a>  <a href= http://cartaadultmovie.org/yuna-adult.html >Yuna adult</a>  <a href= http://cartaadultmovie.org/adult-free-games.html >Adult free games</a>  <a href= http://cartaadultmovie.org/adult-fan-fiction.html >Adult fan fiction</a>  <a href= http://cartaadultmovie.org/dirty-adult-stories.html >Dirty adult stories</a>  <a href= http://cartaadultmovie.org/adult-home-video.html >Adult home video</a>  <a href= http://cartaadultmovie.org/adultcheck.html >Adultcheck</a>  <a href= http://cartaadultmovie.org/adultbuffet.com.html >Adultbuffet.com</a>  <a href= http://cartaadultmovie.org/adult-sheer-lingerie.html >Adult sheer lingerie</a>  <a href= http://cartaadultmovie.org/adult-erotic-stories-free.html >Adult erotic stories free</a>  <a href= http://cartaadultmovie.org/adult-websites.html >Adult websites</a>  <a href= http://cartaadultmovie.org/adult-home-videos.html >Adult home videos</a>  <a href= http://cartaadultmovie.org/adult-spanking.html >Adult spanking</a>  <a href= http://cartaadultmovie.org/free-adult-pics.html >Free adult pics</a>  <a href= http://cartaadultmovie.org/adult-manga.html >Adult manga</a>  <a href= http://cartaadultmovie.org/adult-comic.html >Adult comic</a>  <a href= http://cartaadultmovie.org/adult-fun.html >Adult fun</a>  <a href= http://cartaadultmovie.org/adult-webcams.html >Adult webcams</a>  

Saturday, May 12, 2007 3:24 AM by Adult s,Good job and great design! <a href= http://cartaadultmovie.org/adult-models.html >Adult models</a> <a href= http://cartaadultmovie.org/adult-game.html >Adult game</a> <a href= http://cartaadultmovie.org/adult-friends.html >Adult friends</a> <a href= http://cartaadultmovie.org/adult-thumbnail.html >Adult thumbnail</a> <a href= http://cartaadultmovie.org/jessica-rabbit-adult.html >Jessica rabbit adult</a> <a href= http://cartaadultmovie.org/adult-movie.html >Adult movie</a> <a href= http://cartaadultmovie.org/adult-check.html >Adult check</a> <a href= http://cartaadultmovie.org/adult-add.html >Adult add</a> <a href= http://cartaadultmovie.org/adult-costume-ideas.html >Adult costume ideas</a> <a href= http://cartaadultmovie.org/adult-scooters.html >Adult scooters</a> <a href= http://cartaadultmovie.org/free-adult-chat-rooms.html >Free adult chat rooms</a> <a href= http://cartaadultmovie.org/free-adult-personals.html >Free adult personals</a> <a href= http://cartaadultmovie.org/freeadultmedia.html >Freeadultmedia</a> <a href= http://cartaadultmovie.org/yuna-adult.html >Yuna adult</a> <a href= http://cartaadultmovie.org/adult-free-games.html >Adult free games</a> <a href= http://cartaadultmovie.org/adult-fan-fiction.html >Adult fan fiction</a> <a href= http://cartaadultmovie.org/dirty-adult-stories.html >Dirty adult stories</a> <a href= http://cartaadultmovie.org/adult-home-video.html >Adult home video</a> <a href= http://cartaadultmovie.org/adultcheck.html >Adultcheck</a> <a href= http://cartaadultmovie.org/adultbuffet.com.html >Adultbuffet.com</a> <a href= http://cartaadultmovie.org/adult-sheer-lingerie.html >Adult sheer lingerie</a> <a href= http://cartaadultmovie.org/adult-erotic-stories-free.html >Adult erotic stories free</a> <a href= http://cartaadultmovie.org/adult-websites.html >Adult websites</a> <a href= http://cartaadultmovie.org/adult-home-videos.html >Adult home videos</a> <a href= http://cartaadultmovie.org/adult-spanking.html >Adult spanking</a> <a href= http://cartaadultmovie.org/free-adult-pics.html >Free adult pics</a> <a href= http://cartaadultmovie.org/adult-manga.html >Adult manga</a> <a href= http://cartaadultmovie.org/adult-comic.html >Adult comic</a> <a href= http://cartaadultmovie.org/adult-fun.html >Adult fun</a> <a href= http://cartaadultmovie.org/adult-webcams.html >Adult webcams</a>

# Good site

<a href= http://www.angelfire.com/crazy/negobo >sistemi tris</a> <a href= http://www.angelfire.com/crazy/myhupy >mike papantonio</a> <a href= http://www.angelfire.com/hiphop/lyguvi >ines de la fressange biography</a> <a href= http://www.angelfire.com/poetry/celaby >u.s healthworks</a> <a href= http://www.angelfire.com/goth/nybere >blocker pop remove up</a>

Saturday, May 12, 2007 4:48 AM by Britneyknkgp

# Good site

<a href= http://www.angelfire.com/crazy/negobo >sistemi tris</a> <a href= http://www.angelfire.com/crazy/myhupy >mike papantonio</a> <a href= http://www.angelfire.com/hiphop/lyguvi >ines de la fressange biography</a> <a href= http://www.angelfire.com/poetry/celaby >u.s healthworks</a> <a href= http://www.angelfire.com/goth/nybere >blocker pop remove up</a>

Saturday, May 12, 2007 4:49 AM by Britneyknkgp

# Good site

<a href= http://www.angelfire.com/crazy/negobo >sistemi tris</a> <a href= http://www.angelfire.com/crazy/myhupy >mike papantonio</a> <a href= http://www.angelfire.com/hiphop/lyguvi >ines de la fressange biography</a> <a href= http://www.angelfire.com/poetry/celaby >u.s healthworks</a> <a href= http://www.angelfire.com/goth/nybere >blocker pop remove up</a>

Saturday, May 12, 2007 4:49 AM by Britneyknkgp

# Good site

<a href= http://www.angelfire.com/indie/gybabo >parlement ottawa</a> <a href= http://www.angelfire.com/indie/mewugi >evergreen state college tacoma</a> <a href= http://www.angelfire.com/blog/rifumi >223 imp load data</a> <a href= http://www.angelfire.com/planet/mokexo >71 saint peter</a> <a href= http://www.angelfire.com/hiphop/mimovu >phenomenological qualitative research</a>

Saturday, May 12, 2007 4:34 PM by Britneyextav

# re: ASP.NET Popup Calendar / Wizard Recommendations?

Base on that and your blog posts, I hope to catch him on tour. ,

Thursday, October 22, 2009 1:15 PM by John51

Leave a Comment

(required) 
(required) 
(optional)
(required)