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 wednesday august 20

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

Datagrid problem
Posted by DSR at 8/20/2003 11:16:59 PM
hi, i tried binding the datagrid to the sqldataadapter object at design time. I included just one line to populate the grid sqldataadapter1.fill(dataset1). This is in the click event of a form. The dataset1 object created using the generate dataset from the Data menu. There is a runtime er...more >>


How do you add an HTML link tag <a>?
Posted by Jim Mitchell at 8/20/2003 10:12:02 PM
Why is there no link tag on the Visual Studio HTML tool bar? What is the best way to add it other than as the text property of a label control? Thanks in advance. ...more >>

Best way to call Javascript from ASPX
Posted by Jim Mitchell at 8/20/2003 5:53:00 PM
It seems that I can just insert <href=# onclick:javascript:CallJava()>Go Java</a> into the text property of a label control to call a Javasript function. It seems to be a very useful tool. 1) Any reason not to do it? 2) Is there a better way? Thanks in advance. ...more >>

Problem to deploy .NET project
Posted by Hing at 8/20/2003 4:58:09 PM
Hi all, Recently, I have a Project writen in VB.NET, and have deployed it for installation. However, if the machine going to install my project without the .NET Framework, no installation can be done. So, my question is, can it put the .NET Framework into my setup file, and install the framewo...more >>

Change a form's window title in taskbar?
Posted by Shayne H at 8/20/2003 4:49:19 PM
I want to be able to add a clock to the title of a VB.NET form. Simply updating the FormClass.Text property does not quite make it, the titile only changes once the form is minimised/maximised. Preferrably I'd like to use a Windows API to change the text displayed in the TASKBAR for the form win...more >>

How to Serialize 'null'?
Posted by David Sworder at 8/20/2003 4:28:54 PM
Hi, I've created a UserControl-derived class called MyUserControl that is able to persist and subsequently reload its state. It exposes two methods as follows: public void Serialize(Stream s); public void Deserialize(Stream s); Within the MyUserControl class, there is a f...more >>

Capturing the plain-text output of a stored procedure
Posted by Dimitris at 8/20/2003 4:20:18 PM
I'm using ADO.NET to call a stored procedure that runs the "BACKUP" command on selected databases. Is there any way I can capture the text output of the stored proc and return it to ADO.NET for displaying in my application? When I run the stored procedure from SQL Query Analyzer, I get an outpu...more >>

DUN support in vs.net 2003
Posted by BrendonJ at 8/20/2003 3:48:03 PM
Hi If or what support is there for controling dial up networking. Would like remove all of our automated winbatch scripts currently controling dialup and datatransfer and replace them with vb.net or c# applications but I can not find any support or help for controling the computers dial...more >>



Debugging code InstallerClass
Posted by Bragadiru at 8/20/2003 3:23:41 PM
How can I debug the code written in a InstallerClass when I perform an installation ? Thnx for any advice. ...more >>

Deploying existing app on a different machine?
Posted by Blink at 8/20/2003 2:30:57 PM
I have a web application already built (by someone else), and I'm moving the source to my machine to start work on it. However, whenever I try to open it, I get either one of two errors - "Unable to get project file from web server", or "path 'http://localhost:/' does not correspond to blah blah"...more >>

Not able to place dll in GAC
Posted by Kiran at 8/20/2003 2:27:45 PM
Hi, I am not able to place C# dll into GAC. I dont want to use gacutil because it is not part of runtime.Can any one suggest how to install dll in GAC without using gacutil. Thanks in Advance Kiran ...more >>

IDE differences in VB.NET and C#
Posted by Benjamin at 8/20/2003 1:44:14 PM
Hi, I have been working with VB.NET WindowsForms for a while and have just moved to C#. I am trying to write a C# ASP.NET Web Application in Visual Studio.NET 2003 I found what seems to be an obstacle and im not sure if its just the IDE settings. basically at the top of the code page (...more >>

Maintain state after session dies
Posted by manofsteele NO[at]SPAM 311.com at 8/20/2003 10:49:23 AM
This is a very open ended question. I have an app with a page that uses link buttons to change the display. On the prior page you have a list of objects. You click one of those objects to see it's details. I have nav Link buttons that allow you to go to previous or next object from the object lis...more >>

PDF library for c#?
Posted by DanS at 8/20/2003 8:48:19 AM
Does anyone know of an opensource library in c# for creating pdf docs without having Adobe installed? If not opensource, a 3rd party component would work as long as it's not too expensive. thanks! ...more >>

Locals window won't open
Posted by Marc Miller at 8/20/2003 8:05:26 AM
When I am debugging my .NET webforms, I cannot open my watch and locals windows nor any other of the debugging windows. Does anyone know what the catch is? Is this like the bug with the properties window not opening again after it is docked? Thanks, Marc Miller ...more >>

USING XML TO FILL LINKED DROPDOWN LIST
Posted by Jim Mitchell at 8/20/2003 7:56:36 AM
My Goal is to have a dropdown (DL2) filled from the selectIndexChange event of a primary dropdown (DL1). These are picklists that will be selected frequently. Can someone recommend a strategy that will not require the screen to refresh every time. 1) If I use HTML dropdown lists, how do I ...more >>

Deployment question
Posted by Ray at 8/20/2003 7:25:02 AM
Hi all, I've followed step-by-step Deploying a Windows Application in MSDN and created the My Notepad project, but the project doesn't appear in Start/Programs list. Any idea what I've missed. Thanks, Ray...more >>

basic question
Posted by Ricardo Manuel at 8/20/2003 4:29:02 AM
Hi, this one seems a basic question, but I don't know how to solve it. From a html page with 3 frames, the main page it's loaded with a web form(aspx), in that web form I've a button that makes a response.redirect to another web form (aspx), my problem it's that last web form is loaded in...more >>

Playing Flash Animations in .NET
Posted by Huw Lloyd at 8/20/2003 3:05:29 AM
I am developing a windows application and want to display a flash animation in a splash screen. I have the .fla file but i dont know how to load it into the shockwave flash object that I have on my form. I have tried this code in the forms load code but no no joy Me.vrFlash.LoadMovie(1, ...more >>

Compiler Error CS0117
Posted by Thomas Tryde at 8/20/2003 2:10:25 AM
Simplified code. class A : object { m() {} } class B : objet { m() {} } class Test { Test() { object var = RANDOM ? new A() : new B(); var.m(); // Compiler Error CS0117 } } How can I get this functionality to work without a compiler error (it works excellent in VB.Net)....more >>

Problem with .config and VS Net 2003
Posted by Richard L Rosenheim at 8/20/2003 1:54:32 AM
I'm would assume this question been asked, but a search of the newsgroup didn't produce a hit. I've upgraded to VS 2003 and when I execute the program from within the IDE, the .config file in the bin directory is being deleted (which means that my program is not finding the configuration file)...more >>


DevelopmentNow Blog