From: Alan T on
I sent this message to csharp newsgroup but I think I should put it here.

I am looking into using Visual WebDeveloper 2010 Express edition to develope
a simple web application.
- a button on web page
- click on it
- calls a Win32 DLL function by passing a string type parameter as output
parameter
- this output parameter will be a string, in format of yyyymmdd, eg.
20101231
- print out this output parameter on a label

Any sample source code (C#) to help me get started?