SharePoint / ASP.Net Development
Experiences from the field...
Navigation
   RSS 2.0
Categories
Entries by Month

# Monday, July 12, 2004

I'm working on an ASP.Net application that requires the entry of a date and time. The user interface needs to resemble Outlook's appointment form, where the date is entered separately from the time. The date box has a button to display a pop-up calendar, and the time has a dropdown that displays the work day in half-hour increments. Both boxes can be entered manually.

Matt Hawley of Excentrics World has just what I need: a Calendar pop-up and a Time Picker. Thank you Matt!!

A word of caution, however. The time picker returns the users entry/selection as a date data type. This included both the date and time. The date part is today's date, which may not be what you want...

Monday, July 12, 2004 12:40:24 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Sunday, July 11, 2004
# Saturday, July 10, 2004

MS has a page to help find information in their blogging community. (Microsoft Community Blog Portal).

This is huge.

Saturday, July 10, 2004 11:46:57 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Wednesday, July 07, 2004

Thanks to a co-worker (no blog) for this one.

Wednesday, July 07, 2004 9:18:32 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Tuesday, July 06, 2004

An interesting problem today. A SP List is being used to track responses to an invitation. For this event, an entry only needs to be created if the invitee wishes to attend, so the only required field is the name. The typical list processing is a bit overkill, since typing the name is not really necessary, and the the Attending field is always yes.

It seems that I need to wrap a call to the web service or object model. There is no built-in RPC method to insert/update a list item.

Tuesday, July 06, 2004 9:20:26 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Wednesday, June 30, 2004

I'm working on a project to update a web site using the design from a professional design firm. I've been given a 30-page PDF of page mockups, plus 10 HTML files.

I hope to blog the process, similar to the WSS Diary I did.  Look for the Design Translation category.

Wednesday, June 30, 2004 3:26:53 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Thursday, June 10, 2004

A service to send pings to a lot of services...

Thursday, June 10, 2004 11:06:31 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Tuesday, June 08, 2004

I've previously pointed to a web site that will convert a C# snippet to VB.  It stumbled on this code, so I had to RTFM (!!!).  Since it involved more than a few minutes, I'm posting it for future reference:

if ( dataSource is IEnumerable )

Converts to

If TypeOf dataSource Is IEnumerable

Tuesday, June 08, 2004 10:04:23 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 

As a fellow 40+ year-old, I was happy to see Dave Andreychuk pull a Ray Bourque.

Tuesday, June 08, 2004 8:49:05 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Friday, May 28, 2004

http://www1.msteched.com/content/webcasts.aspx

Friday, May 28, 2004 1:18:20 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 

Again yesterday, Microsoft released updates to the SDK. These new versions don't seem to be much different from those released recently, except the default installation path is under Program Files. It seems the integration with Office is occuring at the documentation level as well.

There are two different downloads:

The first one is a superset of the second, adding information about Portal Server.

Friday, May 28, 2004 7:58:47 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
Search

Further Reading...

Powered by: newtelligence dasBlog 2.2.8279.16125

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008, Paul Schaeflein

Send mail to the author(s) E-mail