| Thread | Last Post | Replies |
|
| XML Serialization - Interface | 06 Sep 2005 13:43 GMT | 3 |
I have a base class that inherits from CollectionBase that stores a group of objects that inherit from an interface (let's call it IEntity). The default item[] property and Add() method both handle IEntity types, and I implement this interface on several objects. When
|
| .NET Programmer Required | 06 Sep 2005 13:41 GMT | 9 |
I need one .NET rockstar for my company. I could pay from Rs.3.6 lakh p.a going upward if I get the right guy. There is no upper limit if you are a rockstar, I would be happy to "invest" in you. You must be willing to relocate to Delhi/NCR/Noida. If you are
|
| .NET Framework 2. Beta: final version? | 06 Sep 2005 13:40 GMT | 2 |
I want to develop an application with Visual Studio 2005 Beta 2. But When theo fficial release will happen in some months: will the 2.0 Framework be changed, or does it stay the same as the current 2.0 Beta 2? In cae it isn't the same: any harm for desisntalling it and installing ...
|
| Finding DOT NET Framework Installed Path | 06 Sep 2005 13:18 GMT | 1 |
Actually I have a 'windows service' as a part of the whole Visual Studio solution (VS.NET 2003). I want to install this 'windows service' as a part of the installation for the actual web-application. I used to do, InstallUtil < service-exe-filename-with-path >
|
| Carriage Return in WinForms Label? | 06 Sep 2005 10:49 GMT | 1 |
Is it possible to insert a carriage return in a WinForms Label's Text with the VS.NET WinForms Designer? (Including '\n' doesn't work -- that gets converted to '\\n'.)
|
| Regular Expression required | 06 Sep 2005 10:04 GMT | 2 |
RegEx heros, I want to validate a certain field such that it shouldn't contain the percentage character (%) or the asterisk character symbol (*). The specification is that:
|
| web.config file | 06 Sep 2005 10:01 GMT | 1 |
i have a web.config file that specifies the connection string for my database. the database server on the ISP is using a different port than 1433. how do i specify in the connection string to use a specific port number?
|
| Using XmlSerializer | 06 Sep 2005 09:59 GMT | 1 |
What do i need to add to my class so that the ArrayList the holds a collection of my class will serialize properly. heres my class [System.Xml.Serialization.XmlInclude(typeof(Card))]
|
| OnGotFocus Problem | 06 Sep 2005 08:49 GMT | 1 |
I am deriving a class from TextBox to implement a NumericBox. I am overriding OnGotFocus and OnLostFocus methods but On GotFocus is causing problems. Actually the commented lines are causing problems. These throw Win32 exception that windows was unable to create handle. I dunno wats
|
| Enterprise Library - Asynchronous Logging... | 06 Sep 2005 08:36 GMT | 1 |
I have managed to get asycnhronous logging work for an asp.net application and I wanted some clarification on the method. Normally if the application is logging synchronously it has all the settings for the logging application block in the app.config for the application. But
|
| Binding a datagrid to a System.Collections member | 06 Sep 2005 04:26 GMT | 1 |
Ok, all I am doing is trying to bind a data grid to an IDictionary. Here goes: Sub Page_Load(sender As Object, e As EventArgs) If Not IsPostBack() Then Call BindData()
|
| Converting Tif to Jpeg problem | 06 Sep 2005 03:48 GMT | 1 |
(Sorry for the double post I just saw the naming required for themanged newsgroup and I need an answer!! Thanks) Hi, I'm writing an application that extract attachment from
|
| Process - no window open | 05 Sep 2005 21:59 GMT | 2 |
I have a C# (form) program. I need it to run a 'command line program'. I have it working fine using Process, but it (temporarily) opens a Command Prompt window everytime it runs (and closes it when it finishes). How do I get it to run in the background without opening a window ...
|
| String stream in VB.NET 2003 (.NET 1.1) | 05 Sep 2005 19:59 GMT | 2 |
I have some libraries that will write to a stream. I would like them to write to a string, which I can then manipulate in memory, rather than to a file. I cannot find documentation for how to get a stream that writes to or reads from a string.
|
| UI.WebControls TreeView | 05 Sep 2005 15:15 GMT | 1 |
I have trouble with the microsoft treeview. When I run my project local everything seem to work. When I upload the project to the server I do the following. - Release project
|