all groups > dotnet general > august 2004 > threads for sunday august 15
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
Version
Posted by MAF at 8/15/2004 9:56:53 PM
How can I tell if I have version 1.0 or version 1.1 installed?
... more >>
App Not Showing in Add/Remove Programs
Posted by Attila at 8/15/2004 9:00:53 PM
I have written an app that is not showing up in add/remove programs and I
don't know how to uninstall it without the .msi. The purpose for the
uninstall is to install a newer version, but it keeps saying that the
application has already been installed and will not install again.
Any recommend... more >>
Implementing the Command pattern
Posted by TEK at 8/15/2004 8:05:42 PM
Hello
I'm wondering if anyone out there might give some
input/suggestions/viewpoints around the Command pattern.
In my case, the number one priority for using the pattern is undo support.
Some now, a lot more in the future.
I think I have a pretty good understanding about how the command patt... more >>
ADO.exe CPU Usuage is 99%
Posted by WhiskRomeo at 8/15/2004 4:07:01 PM
I am running Windows 2003 Server and IIS 6.
ADO.exe is using 99% of the of the CPU cycles.
Does anyone know what is going on here?... more >>
Datagrid cell values
Posted by Maziar Aflatoun at 8/15/2004 2:59:28 PM
Hi,
I have a datagrid which binds to a datareader
dgXXXXX.DataSource = rdr;
dgXXXXX.DataBind();
On dgXXXXX_EditCommand I can read the value of the selected row(
e.Item.ItemIndex) which works. How can I read the contents of that cell. I
have the following code which doesn't work.
... more >>
Can a strong name be generated from within the IDE?
Posted by Bill at 8/15/2004 11:25:50 AM
Of do I need to use sn.exe from a command prompt?
... more >>
type cast question
Posted by Richard Lee at 8/15/2004 9:09:03 AM
Hi,
I have a question when I do a data type cast.
the common way when we do a cast, is we know the type we want to cast to,
i.e. we want to cast object to string,
object xyz = "question";
(string)xyz;
now we only have a type object of System.String type
Type type = Type.GetType("System... more >>
Printing contents of an object in C#
Posted by Alison at 8/15/2004 7:45:01 AM
I am new to OO programming and learning C#. I am trying to print out the
contents of an object, but am only seeing the reference to the object. The
accounts array contains Account objects, which consist of an Id, Owner and
Balance. My code is printing out
Account Name: ass1.Account
inst... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|