Saturday, May 05, 2007

Fairie Festival 5/5/07

Fairie Festival 5/5/07

http://www.fairiefestival.net/about/info.html

Lets meet at the enterance at 10:30 a.m.
If you go to the link above you can get directions straight there, but basically you take PA 216 W from Glen Rock exit 8 off the I-83 to Pierceville Rd. Parking will be $5 and admission is $10
With the kids along I doubt we will be out longer then 1 p.m.
There is no cell phone signal out there.

Thursday, May 03, 2007

Nuance - ASP.NET

Nuance - ASP.NET VB.NET 2005 .NET 2.0 GridView Button

Some things are so simple that most people do not think to document them.

For example:
“How do you set a GridView caption a different color then the rest of the grid?”
The simplest way is to set the GridView ForeColor equal to the color you want the caption then set the HeaderStyle and RowStyle ForeColor equal to the default color
So if you wanted a red caption and black text in the column name and rows …

    <asp:gridview id="GridView1" runat="server"
        ...
        caption="Your Caption" forecolor="red">
        <HeaderStyle ForeColor="black" />
        <RowStyle ForeColor="black" />
        <Columns>
        ...

“Close Browser Window From Button Web Control”
Okay, I did find some writing on this.
http://www.getfreesofts.com

Name: Close Browser Window From Button Web Control
Author: Bipin Joshi
Category: ASP.NET / Browsers
HomePage: http://www.dotnetbips.com/articles/fca4c3e0-0008-445d-817d-c8e273348c37.aspx
No. of hits: 5603

HOW TO: Close Browser Window From Button Web Control is a web based tutorial in which author explains the method of closing the browser window with the server side controls, using a button click event control. The author explains the above said procedure with the help of examples and source code. The author concludes this tutorial by suggesting users to use server control instead of client scripts.


Code that closes the window
In the click event handler of button1 write following code:

Private Sub Button1_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    ' perform other server side tasks here
    Response.Write("<script>window.close();</script>")
End Sub

Wednesday, May 02, 2007

THE MASONIC CENTER OF YORK

SPECIAL MEETING

A SPECIAL MEETING OF
WHITE ROSE LODGE, #706 F.&A.M.
YORK LODGE #266, F.&A.M.
ZEREDATHA LODGE #451, F.&A.M.

WILL BE HELD ON
WEDNESDAY, MAY 30, 2007
7:00PM
AT
THE MASONIC CENTER OF YORK
400 MASONIC DRIVE, YORK, PA
DRESS IS BUSINESS CASUAL

FOR THE PURPOSE OF DISCUSSING
FINANCIAL ISSUES OF THE MASONIC CENTER

BY THE ORDER OF

GALEN L. HOLTZAPPLE, WORSHIPFUL MASTER WHITE ROSE LODGE #706
CRAIG L. WAGMAN, WORSHIFUL MASTER, YORK LODGE #266
GREG S. FAIR, WORSHIPFUL MASTER ZEREDATHA LODGE #451