| Thread | Last Post | Replies |
|
| CSS Control Adapters | 19 Sep 2006 14:49 GMT | 1 |
I have been reading about the new CSS Control Adapters. (@ http://weblogs.asp.net/scottgu/default.aspx) And was wondering if any one can tell me what the point is. I downloaded the sample kit and was playing around with it. What is the difference between using the older ...
|
| Logged in User without domain | 19 Sep 2006 14:48 GMT | 5 |
I am dealing with a strange issue , that , i initially thought would be a sitter to implement , let me know if you have some clue to resolve the issue : In one of my business logic , i fetch the current logged on user as follows : string username = System.Security.Principal ...
|
| .Net 2.0 Certification Book | 19 Sep 2006 14:45 GMT | 2 |
Is there a good book that will prepare me for the MCTS exams? I'm really interested in getting to be MCTS. Regards, Arlef
|
| ClickOnce | 19 Sep 2006 14:14 GMT | 2 |
Hey guys A simple question. I am using clickonce which i think is awesome btw, but what i dont understand is where does it install the data files? Usually you'd expect c:\program files etc, but you can't state where to insall on
|
| casting from short to ushort | 19 Sep 2006 14:06 GMT | 4 |
I have a problem in casting short to ushort in my project. i have a ushort value of 38,143 now it is converted into short value of 27,393 and stored in variable.(when i casted ushort to short) 1. now how can i get back value 38,143 from short variable value 27,393
|
| retrive xml attachment | 19 Sep 2006 13:58 GMT | 1 |
i'm developing an application that will be capable of retrive an email from a pop server and retrieve the attachments of each mail message. I can so this of any type of file except text files an xml files. This kind of files doesn't appear in the attachment list. Why?
|
| UITypeEditor as a Control via PropertyDescriptor.GetEditor() | 19 Sep 2006 13:53 GMT | 2 |
::: Question: Does anyone know of a simple Control / UserControl implementation that hosts a UITypeEditor? Or the correct way to call PropertyDescriptor.GetEditor() and get a non-null result for usage in a Form?
|
| Suspending form's controls drawing | 19 Sep 2006 13:40 GMT | 1 |
I'm writing an application and in one of it's forms I should dispose all existing controls, create and initialize some new controls and then add them to the form. so the form's appearance will be changed. But during this transition, when I add a control to the form, that control
|
| Advanced UserControl Question | 19 Sep 2006 12:57 GMT | 2 |
The ToolBar control allows you to add toolbar buttons. When you add a button, the button is not only displayed in the toolbar, but also added as a separator control in the form/usercontrol your toolbar exists in. I'm writing my own usercontrol which contains various different ...
|
| FTP Client via http proxy over SSL? | 19 Sep 2006 12:46 GMT | 2 |
I was using the FtpWebRequest class in .NET 2.0 for an FTP transport over SSL. It is working well, however the new requirement for my application is to tranfer files via an HTTP proxy. The FtpWebRequest class supports such a proxy, however, the documentation states that the FTP ...
|
| KeyDown not capturing all keys | 19 Sep 2006 12:21 GMT | 3 |
I have a control that handles the KeyDown event but it does not seem to execute when a combination of keys is pressed - like CTRL+Z. If I press CTRL, it executes. If I press Z, it executes. But the handler does not see the combination.
|
| question on Managed code | 19 Sep 2006 10:53 GMT | 5 |
I've a pretty basic question on managed code. I read through couple of.net documentation, and reached a state where I know that managed code would be run by the .Net run time and it has so and so advanantages
|
| Thesaurus Implementation | 19 Sep 2006 09:32 GMT | 8 |
Hoping that every body would be fine at this group. I am learning c sharp. Please, if anybody can make this program, i would be highly obliged. Implement a thesaurus (a dictionary of synonyms) that implements the
|
| Can you have a generic-type Windows form? | 19 Sep 2006 09:23 GMT | 4 |
Is it possible to have a Windows form that is declared as a generic type, i.e.: public partial class DataEntry<T, C> : DataEntryBase where T: ...
|
| Sum column DataView | 19 Sep 2006 08:57 GMT | 2 |
Hi how can I get the sum of a specific column or field in a DataView. Cheers
|