rblaettler

Stories submitted by rblaettler

Page that lists ASP.NET ServerVariables(remy.supertext.ch)

submitted by rblaettlerrblaettler(275) 4 years, 1 month ago

A simple page that lists all ASP.NET ServerVariables from the Request object. and some other interesting Request properties. As an add-on it also shows the current Browser Caps. read more...

add a comment |category: |Views: 3

tags: another

File Upload Components for ASP.NET (remy.supertext.ch)

submitted by rblaettlerrblaettler(275) 4 years, 3 months ago

A quick evaluation of different File Upload Components for ASP.NET. Requirement are a progress bar and it should work on Safari, IE and FF for large files. Results are disappointing, most components did not work. What do other people use? read more...

add a comment |category: |Views: 59

tags: another

DotNetKicks Plugin for Wordpress and Live Writer(remy.supertext.ch)

submitted by rblaettlerrblaettler(275) 4 years, 5 months ago

This is exactly what I was waiting for. A plugin into Windows Live Writer that creates a DotNetKicks Button. Lucky for me it works together with Wordpress. read more...

1 comment |category: |Views: 8

tags: another

Making sense of ASP.Net Paths(west-wind.com)

submitted by rblaettlerrblaettler(275) 4 years, 7 months ago

Making sense of ASP.Net Paths read more...

add a comment |category: |Views: 1

tags: another

See search results as you type - An ASP.NET Ajax Control(remy.supertext.ch)

submitted by rblaettlerrblaettler(275) 4 years, 11 months ago

An ASP.NET Ajax Control that enables delayed postback from a Textbox after the user stops typing for a moment. This allows for the automatic update of searchresults shown below. It's almost like an Auto-Complete Box, just with the results in the page. read more...

add a comment |category: |Views: 256

tags: another