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 > may 2005 > threads for friday may 6

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

Session variables and ZoneAlarm Firewall
Posted by BillG at 5/6/2005 9:41:07 PM
When I am testing web applications on my local machine which is running IIS. I seem to have problems with session variables being lost. I have narrowed the problem down to my firewall protection system, ZoneAlarm. If I shut the firewall down, then the app runs find again. If I am running t...more >>


Creating Dynamic Controls
Posted by Dan at 5/6/2005 7:00:03 PM
I am trying to create hyperlink controls based on records returned from database at runtime.. I am new to .net. I am able to create the object but I cannot find how to position it on the screen, no top or left properties. Any help would be extremely appreciated. Dan...more >>

Parsing a local file
Posted by Steve at 5/6/2005 4:36:05 PM
I have a web app that needs to parse through a file that is located on the client machine. I get the file string from a query string & then parse it. It is working fine on my development box but when I put it out on the test server the application is looking for the file on the server & not ...more >>

Binding an ArrayList to ListBox with Sort property set
Posted by Jason at 5/6/2005 4:06:01 PM
Here is an odd issue. I am trying to shed some light on why this is causing a problem. I have an ArrayList. I am binding it to a ListBox control with has its Sort property set to True. If the ArrayList only has one element in it everything works ok. But as soon as I have more than one eleme...more >>

SQLTransaction rollback issue
Posted by mahajan.sanjeev NO[at]SPAM gmail.com at 5/6/2005 3:47:59 PM
Hi, I am having problems with rollback using the SQLTransaction object. I am trying to insert records in two tables in a transaction. I want to rollback all the changes if any exception occurs in any of the inserts. But the SQLTransaction object only rolls back the inserts that happen before ...more >>

Dispose a Class?
Posted by JP at 5/6/2005 3:44:02 PM
How do you dispose of an user defined external class (CS file) after youve finished using it? Ive tried IDispose but i feel I may not be using it correctly. -- JP ..NET Software Develper...more >>

ActiveX control on a web page, Simulate Internet Security Zone?
Posted by Neo at 5/6/2005 2:27:41 PM
I have a usercontrol that I am trying to use as an ActiveX Control on a WebPage, however it refereneces an Assembly that whenever the first call is made to anything in the Assembly a Security Exception is throw. I am having a lot of trouble debugging this, because I cannot catch the exception in...more >>

[newbie] Thread problem
Posted by Peter Schmitz at 5/6/2005 2:12:00 PM
hi, I just created a class, that sometimes needs to contact a webservice on the internet. Now, as the network connection of the local computer isn't always available, I need this call to be asynchronous, in a way that it doesn't block the whole program. That's why I tried to implement so...more >>



Deployment question
Posted by Lee at 5/6/2005 9:55:45 AM
Just curious if VS links everything into a single exe which will run on any machine that has .net runtime on it? Assuming any misc dll's are shipped as needed, but I'm referring to a simple Hello Word app. What about 3rd paty components? Are they linked into the exe or will we have to sh...more >>

Problem with DBNULL and Integers
Posted by BillG at 5/6/2005 8:50:05 AM
This is my code. If the value coming in from the database table is null, I wish to place a 0 in the column or otherwise the value itself. Everything I try this code I get an error. Am I doing this wrong that a null value cannot be converted to any other type? If Not Row("Mont...more >>

Problem faced - While creating setup file for Pocket PC applicatio
Posted by santhosh_176 at 5/6/2005 8:46:10 AM
:I Created a Pocket PC application for iPAQ 5450. Every thing went fine even installer creation. I could run the setup and install it into the actual device and worked fine. The application enables syncronization with remote database using merge replication. I found contradictory results w...more >>

text color change in listbox control on winform
Posted by pothik05 at 5/6/2005 7:04:01 AM
Hello I am trying to change the color of individual entry in the listbox control based on some custom event. Can anyone please give any idea how to do it? Thanks...more >>

KB 836454
Posted by SwamiDave at 5/6/2005 6:35:21 AM
I would respectfully suggest that if Microsoft has an update to a bug that Users have to contact Support to obtain, requiring the Users to generate a charged service request ticket to get the fix is poor form. This KB documents .NET's IDE problem in the Help | Check for Updates that gener...more >>

Using strings in textboxes and listboxes in C#
Posted by spribob at 5/6/2005 5:54:03 AM
why does the \t (tab character) not work in a textbox or listbox, but does work in a MessageBox? Example: string strText = "ABCD\tEFG"; textBox1.Text = strText; the above displays as a black grahic, any help?? -- spribob...more >>

How to Count Items in a dataset?
Posted by Stephen at 5/6/2005 2:06:02 AM
I'm trying to do an item count of a datagrid but my problem is that the datagrid is paged and I only get a count for the number of rows in one page as oppose to the whole dataset which has been bound to it. Is there some easy way to count the items in a dataset instead or another way aroun...more >>

Declaring/populating variable arrays in ASP.NET???
Posted by Friday at 5/6/2005 12:00:00 AM
Sorry if this is the wrong group. I tried to find the one I thought would be most relevant. I'm an old PHP guy, who knows little about asp and NOTHING about asp.net, but need to learn at least enough to convert a favorite PHP script to work on an ASP.NET site. I'm experimenting with simple ...more >>

overload several config files?
Posted by lobrys at 5/6/2005 12:00:00 AM
Hi I am building a dotnet 1.1 app, in VB.net ... I would like to have several config files corresponding to multiple envirronment (Database, local Machine, Application, User...) and overloads each, in order to have, by the way, one config. So I would like to load a config file (app.conf...more >>

HELP !!! Recovery Source from Compiled
Posted by Bonato Pierantonio at 5/6/2005 12:00:00 AM
Hi all. I need help....I have lost my project build on Visual Studio 2003 VB.NET now I have only the final setup that I have already deploy to my customer machine. I need to modify it. There some one that can help me on how to recover the original project? Thanks a lot for your help Bonat...more >>


DevelopmentNow Blog