Groups | Blog | Home


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 > august 2003 > threads for friday august 8

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 29 30 31

Automatic Testing
Posted by Andy Crawford at 8/8/2003 10:15:41 PM
Can anyone point me to some sources for creating and running automatic = tests, similar to WinRunner? If I'm going to have to spend a lot of = time mastering WinRunner coding, I would rather spend it learning more = C# or VB.NET. Surely someone out there knows of some free or cheap code = to c...more >>

Problems with CreateInstance after dynamically loading Assembly
Posted by David Elliott at 8/8/2003 9:18:17 PM
I am trying to load an assembly and execute a method from a class. I have listed 3 parts to the code. 1) The Driver to load and execute 2) The Interface 3) The assembly I have a valid referece to the assembly. When I try to create an instance of the class, it returns a null value. ...more >>

Is their a method in TimeSpan or Time function that...
Posted by Lucas Sain at 8/8/2003 6:31:07 PM
Hi, How can I return the Total days between 2 dates but have it only sum the WeekDays and not Weekends. for example Lets say: How many days have pasted from August 4(Monday) to August 10(Sunday) should return 5 days and not 7. How can this be done? Is their a method to do it... Any idea...more >>

How to get directory Info(readonly or not...) knowing the full Path???
Posted by Ms.net at 8/8/2003 4:36:13 PM
Thanks ...more >>

Newbies 2 questions
Posted by Ms.net at 8/8/2003 4:01:28 PM
1) How to get a directory of a file if a i know the full path of the file only.( the file maybe on LAN). Example: \\Computer\sharefolder\file1 i want to get Directory \\Computer\sharefolder\ 2) How to make splash screen in VB.NET ,which will show some activities before the main for...more >>

Default dropdown list to database value
Posted by Kerri at 8/8/2003 2:44:13 PM
Hi, I have an aspx page with a drop down. This is a page where a user can edit their user profile. When they go to this page, I want the dropdownlists to default to what it is in teh user table. I have tried calling a function that renders out the html, but my html looks like <asp:li...more >>

Is context.items secure method of transferring data?
Posted by manofsteele NO[at]SPAM 311.com at 8/8/2003 2:34:00 PM
When passing values from one page to another using context.items collection & server.transfer, how secure is this data? This is using the notion that you add an item to the context.items collections I am thinking that since you are processing the source page on the server, then transfer to the...more >>

Why can't I add a new Form?
Posted by Henke at 8/8/2003 2:04:02 PM
Hi! I did add a new Windows Form to my project. Then I removed it and now I'd like to add an other form with the same name that I previously removed from the project. When I try this I get an error message saying that the file already exists and that I have to enter a unique name for the form....more >>



Accessing another page's viewstate after server.transfer
Posted by manofsteele NO[at]SPAM 311.com at 8/8/2003 1:44:49 PM
Is it possible to access the previous page's viewstate directly through the context object after a server.transfer. If so, how? The way i'm doing it is saving all needed items to a structure on the previous page, then accessing its variables. I would like a much more direct way if one exists. ...more >>

Async Methods, Callback (What Thread)
Posted by scott ocamb at 8/8/2003 1:02:56 PM
hello I have implemented a solution using async methods. There is one async method that can be invoked multiple times, ie there are multiple async "threads" running at a time. When these threads are complete, the call the Callback method. Each "thread" calls the same callback method. Wh...more >>

Web.config problems
Posted by Toby Riley at 8/8/2003 12:37:51 PM
I have a Web application that has at the root level a logon page that work off forms authentication. Works no problems. However i have a subdirectory /mobile of which i want to provide a separate logon page and authentication that overrides the root web application without making it an applicatio...more >>

Post back
Posted by Zeeshan at 8/8/2003 12:00:41 PM
I have one text box and two image buttons(server controls image1 and image2) on web form. These are all server control When I type some text in text box and press enter then page submits and click event of image1 control triggers. I like to invoke the click event of image2. Zeeshan...more >>

<asp:checkbox>
Posted by Kerri at 8/8/2003 11:23:44 AM
Hi, I have a series of checkboxes on a web page. Based on what the user checks I write a record to a Database Table. I want to associate each checkbox item with an IDENTITY in an existing DB Table that holds these options. This way I have the IDENTITY and just have to add to other ...more >>

How can I check internet connection in vb
Posted by Kadir CAMOGLU at 8/8/2003 10:55:18 AM
Hi all, I am writing a program with vb.net which getting some information from internet. I must check internet connection before some prosess. But how? ...more >>

Type conversion question in vb.net
Posted by Ann at 8/8/2003 10:49:03 AM
Does somebody know why I get a blank string in strA? " Option Strict On Option Explicit On Public Class Cast Private Sub FuncA() Dim strA As String funcB(CType(strA, Integer)) MsgBox(strA) End Sub Public Sub funcB(ByVal objA As Integer) ...more >>

Using context and server.transfer on a destination page by 2 source pages
Posted by manofsteele NO[at]SPAM 311.com at 8/8/2003 9:26:20 AM
I am wondering if I have a single destination page, and 2 or more source pages, is there a way to tell which type of class is currently in the context.Handler? So if i am on the destination page, I can check the context to see whethere it is page1Source or page2Source, and process differently ...more >>

Default Button
Posted by Michael Albanese at 8/8/2003 9:25:12 AM
I recently read an article that mentioned adding code to the onload event to "register a default button". The behavior i am after is that when the user hits enter, the form submits. Does anyone know how to do this using vb & asp.net? Thanks ...more >>

Windows Services
Posted by Christopher at 8/8/2003 8:02:29 AM
Good morning. I have developed a Windows Service and it is currently working on Windows XP. I tried to move this service to Windows 2000 Advanced Server and the serice installs and starts up properly but won't execute the programs it was designed to do. Are there any inherit differences bet...more >>

This is what Fabrikam 2.0 International does to me
Posted by George Hester at 8/8/2003 6:13:58 AM
http://www.microsoft.com/downloads/details.aspx?displaylang=3Den&familyid= =3Dd97820b4-b551-4b30-8695-9149243bdb5c Event Type: Error Event Source: Microsoft Office 10 Event Category: None Event ID: 1000 Date: 8/7/2003 Time: 6:36:38 PM User: N/A Computer: MyComputer Description: Fault...more >>

Problem with DateTime.Parse
Posted by Tobias NO[at]SPAM Olbort.de at 8/8/2003 5:27:42 AM
Hello, why does this not work (the OS runs with german settings): DateTimeFormatInfo dtFI = new DateTimeFormatInfo(); dtFI.FullDateTimePattern = "ddd MMM dd HH:mm:ss yyyy"; dtFI.AbbreviatedDayNames = new string[] {"Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"}; dtFI.Abbrevi...more >>

Getting PC configuration details!!
Posted by ashubhalerao NO[at]SPAM yahoo.com at 8/8/2003 3:00:50 AM
I need to be able to access the following information programmatically. Total RAM Memory How many occupied memory slots are there in the machine How much memory in each chip What kind of RAM chips? DDR...more >>


DevelopmentNow Blog