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 > february 2005 > threads for monday february 21

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

New user
Posted by John Herron at 2/21/2005 9:54:42 PM
I am brand new to VB.Net - taking an online class by New Horizons. Having trouble with my first lab. It tells me to go to "Server Explorer/Connect to database" and enter the following: localhost for server name "Use Windows NT Integrated Security" Northwind as the database. Then press "Test ...more >>


SortedDictionary<K, V> in VS2005
Posted by Doug Holland at 2/21/2005 9:43:02 PM
Hey there Simple question, has the SortedDictionary<K, V> gone away now? In the latest build of Visual Studio 2005 publically available, this class seems to have disappeared. Thanks in advance Doug Holland...more >>

regional settings, .Net & DB
Posted by JohnK at 2/21/2005 7:55:01 PM
doing some research on regional settings, .Net & DB I put my machine in Germany(Germany) thus the decimal char = "," the seperator char = "." so I set up the database for a test in .Net I'm using Access. a field (double) contains 45,56 I read the record using DataReader then ...more >>

simple way to insert new ms access record and return autoid value
Posted by olafmol at 2/21/2005 6:14:47 PM
Hello, i am wondering if there is a simple way to insert a new record into an MS Access db and read out the newly created auto-ID field. Using ASP this was rather simple, but in ASP.NET (VB) it seems to have become rather complex???? cheers, Olaf ...more >>

Server side and client side actions on one button in ASP.NET
Posted by Solvig at 2/21/2005 3:34:23 PM
Server side and client side actions on one button in ASP.NET I am stuck. How do I find a start to a solution. After checking all fields in a form I want to save changes in the database, open a new window without toolbar with a fixed size and close the existing web window. Or change the web...more >>

probably a simple question (I hope)
Posted by LeROY at 2/21/2005 3:09:06 PM
I need to output some related data tables as XML. I have my data adapters and my dataset with the relations defined. It is certainly simple enough to use the dataset.WriteXML function. However, this writes the data such that each DataTable in the dataset is written one after the other. T...more >>

Typed DataSet Vs Un-Typed DataSet
Posted by Job Lot at 2/21/2005 3:07:02 PM
I. Could some please throw some light on Typed and Un-Typed DataSet. Have gone through couple of articles but still confused. Also, which one is better to use? II. Also I going through a form developed by a team member. Apparently he has created couple of DataSet’s at design time. I am n...more >>

Unable to create asp.net project type in Visual Studio.Net 2003
Posted by VBB at 2/21/2005 2:45:05 PM
My PC is having Windows XP Professional installed. IIS Server is up and running. I am able to create a ASP 3.0 Web Project using Visual Interdev. Now I am trying to create a ASP.NET project. But it always throws an error as mentioned below. And I am not able create a project of that sort. ...more >>



.Net Framework Developrer's Guide
Posted by exBK at 2/21/2005 12:17:09 PM
I subscribe to MSDN, Is it possible to print the entire Developer's guide that comes with MSDN, without having to print Page By Page. Or else does the MS sells them individually in a printed format that we can buy? Thanks....more >>

Configuration of DataAdapter
Posted by Oriane at 2/21/2005 11:35:16 AM
Hi, When configuring a simple "Client" Sql table sqlDataAdapter, with one = single primary key, I can't generate the Delete and Update command, = although the Insert and Select command are generated. The message is (translated from french...) : Impossible to determine = the columns identif...more >>

Visual Studio 2005 - Dual Installation?
Posted by Peter Schmitz at 2/21/2005 11:07:02 AM
Hi, just one question: I'm currently working with VS.NET 2003 on my current project but nethertheless dying to check out the new 2005 version of VS. Can this installation coexist on my PC, without overwriting any of my settings (esp. debugging etc.)? Thanks Peter...more >>

New to VB.Net; Struggling with Architecture...
Posted by Johnny Meredith at 2/21/2005 11:01:45 AM
Hi, I'm relaively new to programming languages in general, and brand new to VB.NET. I use/used VBA in MS Access previously to do what I needed. I want to learn VB.NET to stretch my boundaries a bit. Anyway, I'm developing an application to track the progress of tax audits. Originally, I th...more >>

User authentication
Posted by Frank Esser at 2/21/2005 10:58:28 AM
Hello, I have got a specific question on user authentication. My customers usually use their workstations all together as a kind of public terminal. This means one of the users in the team logs in in the morning and everybody uses the workstation during the day (I know this is not a safe w...more >>

DataReader Problem
Posted by VIJAY KUMAR at 2/21/2005 10:45:02 AM
Hi, Problem: Return ArrayList where Values are Added using DataReader. Note: My Data Reader returns M Columns and N Rows I am using DataReader in Data Access layer. I want to return this result to Business Layer. But, considering performace and Efficiency, I have to Close the DataRe...more >>

formatting strings with leading characters
Posted by Leomach at 2/21/2005 10:39:09 AM
How can I add characters to an incomplete string. I want it: Ex: "12" to "0012" That's exactly what I need, I prefer using string. If there's no way, I'd like to know how make an integer to change like the above example....more >>

ht use MS Access like a stored procedure?
Posted by Rigid Kitten at 2/21/2005 7:58:41 AM
I cannot figure out how to: 1. call an Access query from C# and consume the recordset, where the query uses a user defined function. for example select rowid, GetBreedOfCat([rowid]) from tblCats; 2. call an Access function from C# and consume the returned value. For example, how t...more >>

DateTime sql server - sqldataadapter
Posted by ericwyzerski NO[at]SPAM hotmail.com at 2/21/2005 6:32:47 AM
Hi, I have a DateTime in one of my table in sql serveur. The format of the datetime is yyyy-mm-dd. I have an sqladapter in my application connected with this table and when the format of the date is not yyyy-mm-dd (on the local computer where my application is running), I have some problem wi...more >>

Comparing two bit arrays - FAST
Posted by Iain at 2/21/2005 5:26:16 AM
Hi Hopefully I am missing something really simple with this question, but here goes. I have two Bitarrays that I would like to compare. At the moment, I am XORing one with the other and checking to see if the result has any 1s in it (if so, the arrays are different). This seems to be faster...more >>

Converting Windows Form into Web Form
Posted by atif at 2/21/2005 4:50:37 AM
Hi All Can we convert Windows Forms into Web Forms and/or vise versa? I have heard that this is possible through some third party tool, i m not sure. if yes then how much it will cost, i mean, what if my Windows Form contains few codes related to Threads then will it also be the...more >>

Check string for special characters
Posted by Ricardo Jesus at 2/21/2005 4:31:01 AM
I'm reading an XML document and creating a CMS Posting for eacho specific node but i'm trying to save the posting using the title as Posting.Name. For this to work i have to remove all special caracters that the Name propertie doesn't support. Can anyone hellp me? Thanks ...more >>

C# Opensource PDF Converter tool
Posted by Imayakumar at 2/21/2005 3:21:03 AM
Hi All, Can anyone please suggest me a C# Opensource tool for PDF conversion? Your help would be of great help. Thanks. -Imaya...more >>

problems with WebBrowwser.Navigate
Posted by guy at 2/21/2005 2:07:19 AM
Hi all - And apologies if I'm in the wrong newsgroup. I'm a newbie here and I'd certainly appreciate any pointers to the right forum. To the point... We're running a WebBrowser object (through an AxWebBrowser activex control), and have found that it navigates to a "cannot load" error pag...more >>


DevelopmentNow Blog