| Thread | Last Post | Replies |
|
| Class Library Solution | 08 Jul 2004 21:18 GMT | 1 |
New to .Net! Should you create a class library in different solution than the solution for your asp.net project is contained in? We are using the isolated development mode and a single-solution approach for our web projects.
|
| IDE Crashing in Debug Mode | 08 Jul 2004 20:57 GMT | 1 |
I have a situation where when i run my app in .net (F5), The IDE just crashes out and I am back at the desktop. The .exe created by the compiler works just fine. Can anyone tell me why this might be happening.
|
| v1.1 to v2 | 08 Jul 2004 20:06 GMT | 3 |
Is there a change/additions document on all the differances between .NET v1.1 and .NET v2? Cheers
|
| Find Missing Data | 08 Jul 2004 16:32 GMT | 3 |
I'm hopping someone can help me out on a payroll project I need to implement. To start we are dealing with payroll periods. So we are dealing with an exact 10 days (Monday - Friday, 2 weeks).
|
| Multiple entries in DataTable | 08 Jul 2004 12:03 GMT | 1 |
I have tow columns in my DataTable Date, Amount. What would be the best way to create multiple entries in my DataTable? I am given a start date, end date and an amount. I want to create multiple entries for the given amount starting from start date until end date. For instance
|
| DataGrid Header and Text Alignment | 08 Jul 2004 12:00 GMT | 1 |
Is there anyway to align HeaderText different from text in the column. I want my text to be right aligned and headertext to be center. I don't want to add blank spaces in HeaderText as I am using a function which autoresizes the column. thanks
|
| c# app problems | 08 Jul 2004 10:12 GMT | 1 |
i need help, i'm testing a c# application i made using ms access odbc..it won't run in my other pc..the other pc runs on win98se..i have already installed the .net framework..when i try to run it, it displays "Exception that cannot be handled..Process id=0xffe22e63(-1954205), ...
|
| Class Inheritance | 08 Jul 2004 08:07 GMT | 3 |
I have Class A, and I would like my Class B to inherit from Class A because they are conceptually common classes. My problem is that Class A has a property that I don't want Class B to have. Is there any way to hide, or not inherit, properties of the parent class? Btw, I'm ...
|
| how to replace? | 08 Jul 2004 07:56 GMT | 2 |
I need to replace certain words in a string as below: strTitle="Microsoft test title for project ABC"; strKeywords="title project"; what I want to do is: "Bold" the keywords "title" and "project" in the string strTitle.
|
| Anyway could hide the redirect path of the browser ? | 08 Jul 2004 02:37 GMT | 2 |
I am trying on redirect the to the file EnterpriseManager2.0.zip without having to show the absolute link on http://w0018/EnterpriseManager2.0.zip where the download utility cannot get that absolute link. I tried:-
|
| Troubles deploying my application | 08 Jul 2004 00:33 GMT | 3 |
I am using the built-in setup installer which comes with VS 2003. I am always having problems running the application on other machines other than my development machines with VS. It seems like most of the time it is a security/privilege problem. One time I succeeded to run the ...
|
| RichTextControl Rtf property | 07 Jul 2004 22:18 GMT | 1 |
I have an application that simply reads the text in a RichTextBox control, and stores the text into the database. I want to use the plain RichTextBox control and not a database rtf control. When I read the Rtf property it returns the text combined with rft codes, e.g.: "{\\rtf1 .. ...
|
| Where does VS.NET store the custom toolbox items? | 07 Jul 2004 22:11 GMT | 3 |
I stored many useful code snippets in Visual Studio.NET toolbox and need a way to copy these items to a new Visual Studio instance. I would like to know where they are stored.. Thanks,
|
| tranparency problem with different systems | 07 Jul 2004 20:26 GMT | 1 |
I am trying to make the background of a MDI apllication transparent using the transparentKey property of System.Windows.Forms.Form. After making trasparent, my application is giving painting problem while moving the child window inside the MDI frame. It is not able to paint the ...
|
| Deploying web service error | 07 Jul 2004 20:19 GMT | 1 |
I just wanted to deploy my first web service I created with VS .NET on a different computer. So I took my dll, and the .asmx file, copied them on the new platform, created a new virtual directory that points at them, and started. It crashed, due to the fact, that the system ...
|