| Thread | Last Post | Replies |
|
| In need of .NET advocacy | 05 Apr 2005 08:48 GMT | 55 |
Hello people, The following is not a troll but a serious request. I found myself in a position where I have to present a Pro/Con list to management and architects in our company with regard to developing new products (specifically - desktop products) in C#/.NET instead of the usual ...
|
| app.config when using .Net dll as COM | 05 Apr 2005 08:20 GMT | 2 |
i have a .Net dll and there are codes to access the AppSettings inside the dll However, I would like to use the dll from a C++ program by wrapping the .Net dll as a COM
|
| ASP.NET | 05 Apr 2005 07:55 GMT | 1 |
I am trying to submit an asp.net form to a new window and thus using a normal "HTML" Button. Window opens fine, but the form submits to itself. Since it has runat=server tag. If I remove this tag(runat=server) from the form, then all the controls (serverside) start spitting errors ...
|
| Any word on VS2005? | 05 Apr 2005 07:40 GMT | 1 |
Has anyone heard when Microsoft is going to release 2005? Or are they going to rename it and have it come out next year? thanks, glenn
|
| Better Help? | 05 Apr 2005 07:33 GMT | 3 |
Can anyone tell me what resource you use to get help with C# VS? or VS in general? I have been programming in Delphi for 10 years and am just getting started with VS and I have to say that the level of community help pales in comparison. Borland seems to have many more people ...
|
| Determine Calling Context | 05 Apr 2005 07:23 GMT | 3 |
I'm developing a middle tier business object that can be called from either a Windows Form or Web Form front-end. Is there a way to detemine the context of the call to determine if the call is coming from an http request or a window call?
|
| ASP.net control tree, recursion... | 05 Apr 2005 07:02 GMT | 3 |
I am working on an ASP.net application and I have a base class for all my pages to inherit. In this class I have a Subroutine named ResetControls which can go through and set certain types of controls to the defaults that I specify. I chose to place it here so that all of my ...
|
| Design question about real time polling. | 05 Apr 2005 06:33 GMT | 10 |
We are in the initial stages of design analysis and I'm trying to come up with some ideas on how to handle the feature our users are requiring from the new application. We are using VB.NET/window forms Feature Requested:
|
| How to print out a Datagrid | 05 Apr 2005 04:28 GMT | 2 |
can someone provide me some codes that can print out a datagrid after i have loaded the datagrid with records in a DataTable?
|
| Com Interop generating wrong cases for interfaces | 05 Apr 2005 03:14 GMT | 7 |
Folks, We have a C# method which we register as part of a class for COM Interop: public void send(string contents, string filepath ,string filename) {
|
| System.Web.Mail.SmtpMail issue | 05 Apr 2005 01:48 GMT | 3 |
I am using the namespace System.Web.Mail.SmtpMail. And I have the message which has special characters (international characters). Everything goes fine till I use the method Send to send the method. But ones I receive the mail in Outlook or even hotmail, the characters change ...
|
| Datagrid and money format problems (BUG?) | 05 Apr 2005 01:42 GMT | 2 |
I'm getting a bug with the datagrid object. I've created one from scratch, bound it to a dataview with 2 int32 columns and formatted the output as currency. I've found that when you use the F2 key to enter edit mode and then
|
| Pointers and Mangaged types | 05 Apr 2005 01:33 GMT | 2 |
I have the follow srtuct public struct tDEVFOUND { public char[] bda;
|
| disabling radio buttons in a radiobuttonlist? | 04 Apr 2005 22:01 GMT | 1 |
Can you disable particular radiobuttons in a radibuttonlist control? I know you can disable the entire radiobutton list, but I'm interested in disabling radio buttons within the radiobuttonlist. Thanks
|
| Image upload problem! | 04 Apr 2005 21:19 GMT | 1 |
Houston we have a problem Im trying to upload an image with System.Web.UI.HtmlControls.HtmlInputFile. If I upload with aspx file the upload runs but if I put it in a usercontrol my upload function gives me this error : Could not find file....
|