Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet general > january 2008 > threads for january 29 - 31, 2008

Filter by week: 1 2 3 4 5

Virus transfers
Posted by kranerg at 1/31/2008 7:11:00 PM
I have a Dell Latitude D800 that over the past month has slowed progessivley to the point that it takes about 10 minutes to reboot and opening applications is like working on a 386. I have opted to replace the computer and have backed up the entire harddrive. If there are any issues such a...more >>

ASP.NET 3.5 AJAX problem
Posted by mazdotnet at 1/31/2008 6:36:11 PM
Hi all, I've just upgrade our site to the latest asp.net 3.5 using visual studio 2008. However, I can not get the AJAX component to work properly. My application runs fine but it keeps doing a postback on the whole page when testing AJAX. I tried this Microsoft example as well and same thing ...more >>

remove the oldest rows beyond a predefined size from a DataTable
Posted by Avi at 1/31/2008 5:46:19 PM
Hi all, I would like to remove the oldest rows beyond a predefined size from a DataTable. Is it possible to remove a bulk of rows in one shot or do I have to loop and do a DataTable.Rows.RomoveAt(0) Thanks, Avi ...more >>

Dot Net CMS systems to consider?
Posted by darrel at 1/31/2008 4:38:17 PM
After several months of working in SharePoint to get it ready to implement our intranet using the CMS features, it's been decided that the organization doesn't feel that sharepoint is the right product for this. It's a long story. ;o) So, I'm now tasked with finding an alternative. The l...more >>

Format gridview cell in code
Posted by Jan Erik Hansen at 1/31/2008 3:08:30 PM
I have a gridview that I will output to an email. I try to format a certain cell but it doesn't seem to have any effect, Can I set the htmlencode for a bound column = false in code? I have this code: Dim myGrid As New GridView myGrid.DataSource = cart_ds myGrid.DataBind() 'Forma...more >>

Excel 2007
Posted by Teacher at 1/31/2008 11:22:03 AM
How do I keep the same format of a worksheet with a chart when copying/moving it to another workbook?...more >>

XP PRO WILL NOT RE-INSTALL FROM OEM CD
Posted by Charlie at 1/31/2008 7:20:02 AM
I HAVE OEM XP-PRO DISK AND I HAVE RECENTLY CHANGED HARD DRIVE AND MEMORY IN MY HOME BUILT COMPUTER THAT WAS WORKING. I WANTED TO DO A CLEAN INSTALL AS THERE WERE MANY INSTALLS/UN INSTALLS OVER TIME. WHEN I INSERT THE CD I GET THE CHOICES AND I CHOOSE CLEAN INSTALL AND IT FORMATS THE DRIVE AND...more >>

Product Demo usage for instructional use
Posted by ben@pgcps.org at 1/31/2008 6:54:00 AM
I just dowloaded the 60 day evaluation copy of office pro 2007, I am teaching a class in my school on the usage of office 03. my question is can I copy the demo version that i downloaded onto a disk and share with the class the same demo product code which i guess should expire in about 60 day...more >>



Why isn't there multiply operator for TimeSpan?
Posted by Israel at 1/31/2008 6:07:19 AM
I've run across many situations where I want to store the time delta as a TimeSpan (e.g. sampling interval) and then I want to skip every 3rd sample so I want to multiple the delta by the int 3 but I'm forced to multiple the ticks by 3 and then construct a new TimeSpan with the resultant ticks. ...more >>

Deploying application got error
Posted by ykffc at 1/31/2008 3:41:01 AM
I try deploying a very simple (very simple indeed) Vb.net application by following the basic steps according to some tutorials. My pc runs Visual Studio 2005 and it reports "Build successful" but I build my application. Then I run setup.exe from the debug folder on the same machine that d...more >>

Programmatically create Access 2007 database
Posted by 68756E746572@gmail.com at 1/31/2008 12:35:44 AM
Greetings... From this: http://support.microsoft.com/default.aspx?scid=kb;en-us;317881 article I've knew how to create access 2000 databases. But what with 2007? Best regards......more >>

insert multiple rows
Posted by Tem at 1/30/2008 11:11:13 PM
I have a string array tags with content as follows string[] tags cat animal pet I need to insert all 3 rows with a single INSERT statement INSERT INTO Tags (TagName, PhotoID) VALUES (@Tag, SCOPE_IDENTITY()) command.Parameters.Add("@Tag", SqlDbType.NVarChar).Value = tags How can...more >>

Outlook 2007 Integration
Posted by PromisedOyster at 1/30/2008 11:09:22 PM
We have a written a C# application that interfaces with Outlook using the API. Since Microsoft Office 2000 SP1, our users have had to put up with the very annoying warning popup about a program accessing Outlook and do they want to allow/deny. However, since migrating many of our users to O...more >>

importing contacts I can only get first 3 phone numbers?
Posted by monica_frazier at 1/30/2008 6:09:00 PM
When I import contacts from excel using the import wizard, even after matching fields to field for some reason I can only get the first three to five from my list of 190 to import the phone numbers althought other fields all seem to be there. I have even tried coping the phone numbers to othe...more >>

Crystal reports 8.5 for VB6 papertray direction
Posted by Cor Ligthert [MVP] at 1/30/2008 4:02:52 PM
Hi guys, I have a problem with an old application. The client has now a new printer, where he wants to direct his reports to different trays using Crystal reports from VB6. Who can give me a hint to a working (sample, link or whatever) to solve this problem. Cor ...more >>

What is the best way to update applications?
Posted by jim at 1/30/2008 3:43:55 AM
Let's just say that I am foolish enough to code and distribute a free app to the general public over the web. What is the best (cheapest, smallest bandwidth, easiest to code) way to publish updates to my .Net application? I'd like to save bandwidth by only updating the changed portions if ...more >>

how to create drawing application on the web
Posted by developsc at 1/30/2008 1:55:02 AM
Hi, can you guide me, which MS technologies are suitable to create drawing application (simple CAD application) on the web - to allow 2D/3D drawing on some canvas and use data stored on server (in some databases)? The resulting application can be either embedded on the web page or runnable d...more >>

How to start to edit listview items programatically
Posted by bz at 1/30/2008 1:30:12 AM
Hi, How to start to edit listview items programatically, like in explorer when user right click on a file the select Rename? I know how to make items editable with a click, but I want to add a button / right click menu for this too Thanks...more >>

Top consultancies
Posted by Norma Leigh Lucid at 1/29/2008 5:52:58 PM
Please accept my apologies if this is an inappropriate posting for this group, but I'm very new to dot net - in fact it is still in my future, not my past - and I'm struggling to find my feet. I'm looking for a team of consultants to build the domain specific frameworks for a new version of ou...more >>

How to rate my development skills?
Posted by Marcin Wiszowaty at 1/29/2008 2:52:49 PM
Hello, I am male 24 i graduated with a batchelors in computer science in december of 07. long island NY this is my first job in this field have been working as a junior programer for past 4 months (VB.net, sql, web(asp html css development) its a small and other programers are older unix...more >>

how to determine what language a c# string is written in? is there any C# method to take a string and return what language it is in? e.g. english, hin
Posted by DR at 1/29/2008 1:27:43 PM
how to determine what language a c# string is written in? is there any C# method to take a string and return what language it is in? e.g. english, hindi, spanish, etc. ...more >>

Custom file browser
Posted by Tim Haughton at 1/29/2008 12:44:19 PM
In a styled WPF application, I need to write a custom file browser in C#/WPF. As it is styled differently to generic Windows apps, I cannot use the standard open file dialogs. Writing a tree or breadcrumb is easy enough when it just needs to browse physical local drives. But how do I browse...more >>

Unexpected Shutdowns
Posted by DaveF at 1/29/2008 8:58:05 AM
Yes I am another sufferer of this malaise. My laptop has been doing this for 4 months now, and despite downloading all relevant Vista updates and service packs, and ATI graphics and CPU chipset updates I still get the problem whether I have nothing open (Desktop only) or if I am using Internet...more >>

Works Spreadsheets
Posted by Jahay at 1/29/2008 8:29:03 AM
I would Like to know how to print a blank spreadsheet, with col.letters and row no.s I know I can just do blank grid lines but can not get the rest to print....more >>

issue when converting C#.net code into vb.net
Posted by Dhananjay at 1/29/2008 5:46:30 AM
Hi All, I am facing problem when i am converting C#.net code(Delegate concept) into vb.net. I am unable to do that . Can someone help me to solve the problem. I am providing my C#.net code. ==================================my code is :- ====================================== [DataObject...more >>


DevelopmentNow Blog