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 > june 2004 > threads for wednesday june 2

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

Strongly Typed DataSets
Posted by Jim Douglas at 6/2/2004 10:15:44 PM
Are they worth the trouble? Are folks using these for single table processing? What would you choose, Dataset vs Datatable for single table. Thanks -- Jim Douglas http:\\www.genesis-software.com Latitude 32.5818 Longitude -96.5412 Elevation 497 ...more >>

MessageBox in Web Form ?
Posted by Russ at 6/2/2004 8:55:16 PM
In my C# web client, when user clicks submit button, I want to provide a messagebox advising the success or failure. User would then click OK and be able to continue. I see that a validation summary can put up a messagebox (it's neat!) but I can't find any way to accomplish this programmatical...more >>

CLI, CTS and CLS
Posted by jester at 6/2/2004 7:51:06 PM
Hi guys, What I know is that the CLI is an ECMA standard on w/c the CLR is based on. What I'm not sure on are the Common Type System and Common Language Specification. I'm inclined to believe that the CTS and CLS form part of the CLI, and thus, are also ECMA-ratified standards. Am I correct or ...more >>

Strange problem of "read" method of filestream class.
Posted by Poseidon at 6/2/2004 6:46:06 PM
I use "read" method to read some blocks into a buffer from a filestream, and send data in the buffer to remote server with "send" method of cocket class. For certain computers, I have to add "sleep" commands after read, otherwise no data is sent to remote server Who can help me how to check if th...more >>

access web server using raw HTTP
Posted by Satinderpal Singh at 6/2/2004 5:43:24 PM
Hello Everybody, How can we request a web server and get the response without using HttpWebRequest and HttpWebResponse object. I mean, how can we access it at a raw level. Regards Satinder ...more >>

Strange problem with dropdown list - always selects the first item
Posted by Vinay at 6/2/2004 4:45:11 PM
Hi All: I'm having a strange problem with the dropdownlist. Here is what is happening: I have a webform on which I have a whole bunch of controls. The form has 2 dropdownlists. The dropdowns are bound. The items are loaded just fine into the dropdown lists at the time of page load. When I t...more >>

Disabling Manual Checking/Unchecking of CheckedListBox Items
Posted by Phil Galey at 6/2/2004 3:48:48 PM
In VB.NET, is there a way to make it so the user can select items in a CheckedListBox, but is NOT able to check them? Even if I set Locked = True, the user is still able to both select and check items. The Locked property appears to be a dummy switch. Setting the CheckOnClick property to Fal...more >>

want to display our w2's
Posted by rodchar at 6/2/2004 3:26:04 PM
Hey all I want to create an asp.net application where our employees can view a read-only screen of their W2s. I want it to have the look and feel of the paper W2s forms they receive now. What's the best way to accomplish this? My first guess, would Sql Server Reporting Services do a good job Th...more >>



HttpWebRequest/HttpWebResponse problem...
Posted by Satinderpal Singh at 6/2/2004 3:06:38 PM
Hi everyone, We are using HttpWebRequest to create a request to a URI, which requires us to login first. In order to process all the transactions, first we have to login and get the cookie value in a variable and make the request again with that cookie as a header value (Digest Authenticatio...more >>

.NET version 2.0
Posted by KnuckleHead at 6/2/2004 2:31:02 PM
Okay, I've been out of the loop for a bit, and this question seems appropriate for this forum. What is the latest version of .NET currently available? Version 2.0? I think I am running version 1.1.4322...something like that. How far behind the times am I?...more >>

Web App: Limiting # of logged in users
Posted by adampeppler NO[at]SPAM yahoo.com at 6/2/2004 1:46:24 PM
Greetings, I am creating a web application, which I will be selling licenses to be able to use it. So Customer Group A, could purchase 3 licenses, Customer Group B could purchase 30. With the web app I am using asp.net/vb.net This means Customer Group A, could only have 3 concurrent user...more >>

Could not Load type from Assembly ... because the format is invalid
Posted by Mrudul Sadanandan at 6/2/2004 10:41:12 AM
H I am trying to create object in the current app domain using CreateInstanceAndUnwrap. It is throwing the exception. Any ide --------------------------------------------------------------------------------------------------------------------------------------------- ERROR MESSAG ----------...more >>

AppSettings
Posted by lobrys at 6/2/2004 9:56:18 AM
Hello everybody! Ma question est simple : Est il possible de supprimer la section appSettings en memoire pour se baser de nouveau sur le fichier de config. Resumé bref de ce que je veux faire : Lors du premier acces a la section appsettings, .NET construit en memoire une collection Key - ...more >>

controlling scrolling in a form programatically?
Posted by scottmacebay NO[at]SPAM tiscali.co.uk at 6/2/2004 9:20:44 AM
Hi, I am currently trying to write a simple game using vb.net the form I am working on is 800*600 (this is set as the maximum size) and autoscroll is set to true. The user moves around the screen by moving a picturebox (sprite) with the cursor keys. When the user hits the bottom of the s...more >>

Indent/Unindent question
Posted by Tim at 6/2/2004 7:31:07 AM
I have .Net 2003 and the Indent and Unindent commands are grayed out in to edit menu and on the toolbar. These are about my two favorite IDE commands! My cursor is in the code editor, and I'm not in debug mode. Whether I click on one line or highlight several lines, the two commands remain gra...more >>

VB.NET Landscape Printing using custom papersize
Posted by Break40 at 6/2/2004 6:36:02 AM
I have created a custom papersize 5" x 12". If I send a report using portrait my iformation shows up just fine. If I set landscape to true, and try to print I get nothing or just 1 line per page. Please help ...more >>

namespaces
Posted by Stuart at 6/2/2004 6:26:02 AM
Hello All I'm currently developing a VB.NET web application with Macromedia Dreamweaver MX 2004 and have come across a little problem. I can import namespaces like so.. Imports System.Web.UI etc. with no problem, yey. However I cannot seem to import any namespaces / classes that I make. Is there a...more >>

Preview of CR for VS.NET
Posted by V.Boomessh at 6/2/2004 1:11:05 AM
Hai All I am developing a VB application in .NET Version Info as seen in Help --> About of Visual Studio.NE Microsoft Dev. Env 2003 V 7.1.308 Microsoft .NET framework 1.1 (V 1.1.4322 Crystal reports for Visual studio .NE My question is i am unable to see the preview of a report at design t...more >>

Append to App.exe.config at run time
Posted by V.Boomessh at 6/2/2004 1:01:02 AM
Hai All I am developing a VB application in .NET. I read a encrypted text file which contains details of SQL Server name, SQL DBName etc... for DB Connection and i prepare a connection string for global use I also read from a book, that the connection string can be placed in "appname.exe.conf...more >>

problems on loading image button
Posted by Ester at 6/2/2004 12:46:02 AM
I have an interior design of a living room with lights and aircond image. My task is to load the living room image without any light and aircond images as background image of a WebForm after that I have to add image button which are lights and aircond images on top of this background image (living ...more >>


DevelopmentNow Blog