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 > february 2004 > threads for thursday february 5

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

Firing server object/web service from a client validation...
Posted by arc at 2/5/2004 10:47:34 PM
I have a server object that performs zipcode validation based on zipcode entered in the web form. Ideally this should work as follows: Once the zip code is entered in the edit box it should validate the entry with this server object before moving to enter state in the next dropdown field. ...more >>


C# equilivant of instr()
Posted by Jim at 2/5/2004 9:36:05 PM
What is the equilivant of the VB instr() function? I want to test to see if a string contains a specific character. Code samples would be appreciated. Is there a tutorial on string maniputation using C# in ASP.net ? Thanks, Jim...more >>

System.Security.SecurityException
Posted by Sam at 2/5/2004 6:44:00 PM
I have a desktop VB.Net application I developed locally. I uploaded it to a file server we have and the .Net Framework is installed on the file server. When I try to run the executable from the network drive, I get, "System.Security.SecurityException." When I Open the solution from the netw...more >>

Pros and cons of vb.net over vb6 application
Posted by Precious at 2/5/2004 4:44:36 PM
I have to give a presentation on pros and cons of .NET to our clients, who are already using our VB6/SQL Server 2000 application....(Yes, we are too late)...Many of you must have done the same exercise earlier. I am looking for issues like (1) how dotnet simplifies client side deployment of an a...more >>

arraylist contain
Posted by Bob at 2/5/2004 4:40:00 PM
Hi, guys Dim myAL As New ArrayList() myAL.Add("Monday") myAL.Add("Tuesday") myAL.Add("Thursday") I want to check whether the first 3rd letters of myAL contains "Thu". Is there an existing function I missed, as myAL.Contains("Thu") returns me false? Thank...more >>

file:// links
Posted by Ernesto Morin at 2/5/2004 3:21:54 PM
Not sure if somebody can help me here. Our company develops a web based system that lets client have interaction with it. One of the things that we have is the ability for a user to create links to local files on there machine. They then can click these links and launch the document in a iFra...more >>

System.DateTime.Now
Posted by Darren Clark at 2/5/2004 2:37:00 PM
System.DateTime.Now it supposedly exists .. but doesnt seem to exist on my machine? How can i get the current date from the systme? ...more >>

NNTP class ?
Posted by Craig Kenisston at 2/5/2004 1:13:27 PM
Does this exist in the.net framework ? I can't find it. I could find SMTP, though. If it doesn't, could anybody recommend a component suite that includes smtp, pop, nntp ? But mainly, that does include nntp. Thanks, ...more >>



Listing neighbor computers
Posted by Moukarram Kabbash at 2/5/2004 11:50:13 AM
Hello everybody, how can I get the names of all neighbor computers in my local network ? Thanks in advance ...more >>

System.ExecutionEngineException
Posted by ShijuFrancis at 2/5/2004 11:46:06 AM
I'm getting the System.ExecutionEngineException from my data layer when I'm trying to Insert a duplicate row into the database using the ExecuteNonQuery method of command object. I'm using OLEDB connection in my application.I saw in the microsoft site saying that its an internal CLR error.So i tried...more >>

Using .Net instead of VB for a standalone app
Posted by Punya Narra at 2/5/2004 10:50:06 AM
Hi All, I have a choice of using VB and .Net in developing a standalone load distribution application. I need to provide a case study on what are the major advantages of using .Net with respect to VB? Looking forward for a reply Thanks, Punya ...more >>

Deploy .NET w/o Framework
Posted by Amalia Hernandez at 2/5/2004 10:47:39 AM
I would like to know if there is free software to link assemblies together, deploy without whole Framework installation. so I could work my application in any computer without Framework. Thanks ...more >>

2 hits per http request?
Posted by nekcih NO[at]SPAM yahoo.com at 2/5/2004 10:26:06 AM
Hey people, I've been programming on our new C# MCMS intranet for about 3 months. This is my first real .Net project. I'm experiencing some very strange things. In the global.asax.cs in the Application_BeginRequest function, I've told the application to add to a Session["Hits"] variable. Ev...more >>

How .net interface with JMS?
Posted by Daniel Chen at 2/5/2004 10:13:33 AM
Guys, I am working on a project that need the .net communicate with JMS(Java Message Service), anyone got that experiences? Any help is appreciate!! Daniel ...more >>

Script Designer/IDE
Posted by Ahmet Gunes at 2/5/2004 9:50:46 AM
Hi all, We are planning to write a script designer/IDE for our internal script SFSScript. The application we plan will have three panes (as most other IDEs): 1. Tool (Component) box 2. Designer 3. Code Viewer. The user will drag-n-drop components from the toolbox onto the designer and co...more >>

Copy a folder with System.IO
Posted by Josh at 2/5/2004 9:36:09 AM
I am using IO to copy files, and would like to use it to copy folders. Is there a simple way to copy a folder and all the contents within it? I am using VB.NET....more >>

VB.Net and XML Example
Posted by CG at 2/5/2004 8:26:05 AM
Hi I am looking for some sample code taht iterates through an XML document in VB.Net I have never used XMl and need to get an example so I can start working with it Thanks CG....more >>

DataGrid Update not Updating the DataSource
Posted by Bill Salling at 2/5/2004 4:41:06 AM
am trying to updated the source data(Access2000) for my data grid. But keep getting this error An unhandled exception of type 'System.InvalidOperationException' occurred in system.data.dl Additional information: Dynamic SQL generation for the UpdateCommand is not supported against a SelectComm...more >>

Capture Ctrl+Alt+Del
Posted by Pradeep M M at 2/5/2004 3:51:07 AM
Hi Folks, Can any of your folks tell me as to how can I capture the keys Ctrl+Alt+Del in C# or Vb.NET. Pradeep...more >>

Outlook addin + .net + COM
Posted by v_anushya NO[at]SPAM hotmail.com at 2/5/2004 3:21:51 AM
Hi All This is the error i am getting when i try to install my addin in some other machine and works fine in development machine. I checked the ..net framework version it is 1.1 in developement and installation machine. Also the outlook version is Outlook 2002 in both development and installa...more >>

How to read eMail
Posted by martin at 2/5/2004 1:21:06 AM
H I am trying to find a way to connect to my exchange /pop3 server and read emails arriving in to a folder so that I can add the text for relevant messages to our database How can this be done in VB.NET without paying for a component to do it. ...more >>


DevelopmentNow Blog