johnrummell

Stories submitted by johnrummell

QueryString Property C# Code Snippet(www2.john.rummellcc.com)

submitted by johnrummelljohnrummell(1321) 5 years ago

A C# code snippet for creating properties for QueryString (GET) parameters. read more...

add a comment |category: |Views: 39

tags: another

Converting DateTime to String and back.(www2.john.rummellcc.com)

submitted by johnrummelljohnrummell(1321) 5 years ago

How to convert to a DateTime to a String and back, with out loosing any of those pesky milliseconds. read more...

add a comment |category: |Views: 21

tags: another

DotNetKicks integration into the "New" Blogger.com(www2.john.rummellcc.com)

submitted by johnrummelljohnrummell(1321) 5 years, 2 months ago

Integrate that cool looking DotNetKicks image link into the new Blogger templates. read more...

add a comment |category: |Views: 16

tags: another

Using ASP.Net to open a new browser window Part II - the web control(john.rummellcc.com)

submitted by johnrummelljohnrummell(1321) 5 years, 3 months ago

This a follow up to my previous post, Using ASP.Net to open a new browser window. There I used a static helper class to register a javascript function to open a new browser window. I've scratched the static class and replaced it with a BrowserWindow class and a PopUpWindow WebControl. read more...

add a comment |category: |Views: 37

tags: another

Using ASP.Net to open a new browser window(john.rummellcc.com)

submitted by johnrummelljohnrummell(1321) 5 years, 3 months ago

I recently needed to add a 'pop-up' window to a website. Now I'm not a fan of javascript, never have been. I like my code to be type safe and compile. So I came up with a C# helper class to do the dirty work for me ... read more...

add a comment |category: |Views: 18

tags: another

NUnint C# Templates for Visual Studio 2005(john.rummellcc.com)

submitted by johnrummelljohnrummell(1321) 5 years, 4 months ago

The title says it all ... read more...

add a comment |category: |Views: 32

tags: another

Cached Pager DataGrid in ASP .Net(john.rummellcc.com)

submitted by johnrummelljohnrummell(1321) 5 years, 9 months ago

A simple approach to DataGrid cached paging. "As the name suggests, this is a WebControl that inherits DataGrid and implements Paging and uses a Cached DataSource." read more...

add a comment |category: |Views: 2

tags: another