| Thread | Last Post | Replies |
|
| Logical AND (&&) in an If Statement | 07 May 2008 15:43 GMT | 7 |
This is a very basic question, but I can' turn up a statement on the subject: In C#, if I have If (x == 1 && y == 2)
|
| Datasets | 07 May 2008 09:33 GMT | 2 |
What is the easiest way to make a dataset and all the data inside viewable from multiple forms. The problem i experience is when i add data in one form i cannot view that data i added to the dataset in another form. Please help. Thanks
|
| Uploading a directory instead of a file | 07 May 2008 08:11 GMT | 8 |
If i go as follows: <asp:FileUpload ID="dirTemp" runat="server" Width="400px" /><br /> The element i create is requiring me to select a file. Can i use this control to point out a directory? Is there another one?
|
| Convert DataTable to Xml string variable... | 07 May 2008 06:13 GMT | 7 |
I'm trying to find a way to convert a datatable to xml and assign that to a string variable without saving to a file. Obviously I don't want to slow down the process by writing to disk, but all the methods I've found so far (datatable.writexml) write to a file. I think ...
|
| WebBrowser.Print | 07 May 2008 05:17 GMT | 2 |
Using C# 3.5 ... How can I set the default page orientation to Landscape when using WebBrowser.Print( )? ... Thom
|
| Gridview dynamic pagesize | 06 May 2008 21:54 GMT | 2 |
I would like to assign dynamic pagesize to a gridview called gridCustomer. The customer data is a List with a column called groupId . When a new groupid is encountered I would like to display data in a new page. The code doesn't seem to work. Can you please
|
| large (>2G) addresses | 06 May 2008 20:56 GMT | 4 |
Dear staff Can I get your assistance with \3GB (LARGEADDRESSAWARE) switch in mixed mode process built by VS 2008, please? I have a mixed mode application: C# GUI calling native C++ DLL through
|
| Windows Service Deployment | 06 May 2008 20:55 GMT | 5 |
I have a Windows Service that I am deploying by setting a Deployment project in my solution. The problem I am having is with the app.config file. This where we store our connection string and folder locations.
|
| Static Constructor of Abstract class and Derived Classes | 06 May 2008 20:25 GMT | 2 |
Is there a way (using Reflection or anything else) to know what derived class caused a static contructor to be called?
|
| Find localized name of a the LocalSystem account (NT AUTHORITY\SYSTEM) | 06 May 2008 20:09 GMT | 1 |
This message is posted in the WMI group, but since the last answer in that group is one month old I post it in C# group too. We need to find the localized name of the LocalSystem account. Onenglish windows it is 'NT AUTHORITY\SYSTEM', but on other OSs it is something else.
|
| WMIC issue when upgrading to dotnet 2.0 | 06 May 2008 19:59 GMT | 1 |
I'm developing software for a USB device with an FTDI chip. The device is recognized through WMIC queries. When porting an application from Visual Studio 2003, to 2005 it seems to work perfectly on the machine I'm developing it on, however on some
|
| WCF & Transactions | 06 May 2008 19:30 GMT | 5 |
I have following scenario(s): 1) WPF client should connect to windows service hosting WCF which runs operations using BLL and DAL dlls. 2) WPF client with same DLLs without WCF service.
|
| Cannot find Mutex created in win service from win application | 06 May 2008 17:38 GMT | 6 |
I have a program that can be started as windows service or as an windows app. I need to avoid starting this program as an application if it is already started as a win service.
|
| calling javascript from asp.net c# application | 06 May 2008 17:00 GMT | 1 |
Hi, I have a the following javascript code(see below) within my asp.net page, I would like to be able to set the value of UnSavedChanges within my c# behind code to indicate that changes have been made but not yet saved.
|
| httpWebRequest result to HtmlDocument | 06 May 2008 15:46 GMT | 2 |
I use HttpWebRequest to strip down code from a web page and then I save it in a string variable. I need to create HtmlDocument object from that code in string variable.
|