Top Articles in microsoft.public.dotnet.languages.csharp
.Net 2.0 C# Web Redirect to Login.aspx after some time span01743 (12/10/2009 9:20:25 AM) Hi,
In my .Net 2.0 C# Web pages, if the User has the admin privilege, then after
login, it will redirect to the admin.aspx.
However, we would like the admin.aspx to have the functionality that after
som... Jason
Years Range. What am I doing wrong?521189 (1/17/2010 10:58:40 PM) Hello,
I am need to create a range of year that goes from current year minus
70 to current year minus 16.
I want the recent years first. I am using:
Enumerable.Range(DateTime.UtcNow.AddYears(-16).Year,
... shapper
how to call javascript function on link button inside a gridview.22894 (3/30/2010 12:45:42 PM) Hi,
I have taken a gridview and in ItemTemplate I have taken a link
button for insert record.
when any body fills text box and then click insert record. Record
inserted successfully. Textbox are also in... Deep
Operation is not valid due to the current state of the object61773 (5/28/2010 9:47:15 AM) Hi,
I want to run a linq query on an entity table linke this:
var myGroupNameIDvar = (from selecteddonwloadgroup in
db.SelEcTedDonWLoadGroup
where
selecteddonwloadgroup... Matthijs
Second path fragment must not be a drive or UNC name exception12049 (6/9/2010 9:32:41 PM) Hi! On some Windows 7 machines I am getting the following error when I
execute this code to enumerate all named pipes on a PC:
string[] pipeNames = null;
try
{
pipeNames = System.IO.Directory.GetF... Utf
How do I diagnose this error? Program wont run...33019 (1/19/2010 12:22:01 AM) I have a program I distribute written w/ .NET 3.5 in Visual Studio 2008. It
is a Windows Form project.
I have had over a hundred users using it fine but a few have strange
problems running it.
One s... Utf
How to save an 8-bit grayscale JPEG image?13153 (12/14/2009 7:59:02 PM) Hi,
I have a problem with saving JPEG images in 8-bit indexed pixel
format. When I save a bitmap in any other format (gif, tiff, png, bmp)
everything works ok, but for some reason it doesn't work on JPEGs...... moss
Automatic resize of controls on form61748 (11/18/2009 12:29:44 AM) I'm about to do a new application and so far i have only made none-resizable
forms.. I want to try to do an app, that can be resized by the user.
I was thinking along the lines of doing a initial size conf... Finn
Visual Web Developer 2010 Express - connect to MySQL43032 (6/16/2010 5:47:26 AM) Hi,
I cannot find VWD newsgroup so I post the message here.
Just downloaded VWD 2010, would like to know the steps to connect to MySQL
5.
I have downloaded MySQL ODBC driver and added into System -> DSN ... Alan