| Thread | Last Post | Replies |
|
| Datagrid to excel | 24 Nov 2005 15:47 GMT | 1 |
using VS2003 the following code will send data from a datagrid to an excel sheet: Response.Clear(); Response.Charset = "";
|
| Convert file path to URL | 24 Nov 2005 15:37 GMT | 2 |
Hello Group I have a fileserver with several files. Some of the filenames contain danish characters (e.g. 'æ', 'ø', 'å'). Now I'm trying to make a web application in C# that presents links to some of the files. I would like the user to be
|
| Treeview events | 24 Nov 2005 15:30 GMT | 2 |
I have a treeview linked to a series of panels, making the correct panel visible depending on which node is selected. I now want to check that the user is allowed to leave the current node they're on before letting them do so (popping up a "You have unsaved
|
| Mail not getting send. | 24 Nov 2005 14:46 GMT | 3 |
i am having application in c# for sending mails. I want to ask few question related to sending mail. If address of smtp server is not set, then will the mails be send to address specified in tomail field.
|
| change calling directory | 24 Nov 2005 14:16 GMT | 2 |
I would like to change the calling directory of my console c# application to sometgin else. For example calling myapp like this: C:\temp\myapp.exe
|
| Visual Studio .NET 2005 problem | 24 Nov 2005 13:49 GMT | 6 |
I have used VS.NET 2005 for about 2 weeks now. Yesterday everything started going extremly slow. Opening a project takes about 30 secunds or more, and building a project takes even more time (this project took 3 secunds to build before).
|
| checkbox oracle char type | 24 Nov 2005 13:09 GMT | 3 |
Gday, I have a checkbox on my windows forms that I need to set based on a value in a dataset which is populated by an odp data adapter via a web service.
|
| Rapid Open/Close of a Windows Form | 24 Nov 2005 12:22 GMT | 3 |
I have a Windows Form with a very large ListView, about 10,000 items. There is a very significant delay each time the form is opened (ShowDialog) or closed (Hide). The ListView has not been modified in between, but for some reason the graphics associated with it must be getting ...
|
| Advice needed: Using static class for Database access | 24 Nov 2005 12:21 GMT | 2 |
I'm creating a small IS and I'm wondering if is a good idea to create one static class which will hold methods that will access the database. So I'd have only one class in the memory used for all db access. I think it is a good solution but .. maybe not.
|
| Save/Open listView w checked items | 24 Nov 2005 11:25 GMT | 1 |
how do I save and open checked and unchecked items in my listview to a txt file this is kinda what I have in mind but doesnt work; I need it for listview w/ checked items and unchecked
|
| New to threading. Need suggestions | 24 Nov 2005 11:25 GMT | 4 |
Hi. I'm new to developing and c#. I'm developing a tool that allows a user to select a directory with specially formatted files. The tool then iterates through the list of files in the directory and sends their content via msmq. The part that iterates
|
| TimeZones, Daylight Savings nightmare | 24 Nov 2005 11:17 GMT | 3 |
I've already found out that .Net Framework 1.1 does not properly handle anything that is related to a non-current timezone. Since my project should be released before the release of Framework 2.0, I am kindly asking if anybody knows a workaround for the following:
|
| array of struct | 24 Nov 2005 11:14 GMT | 6 |
I am translating C++ to C# coding. I have given array of struct in C++, is there any good alternatives for "array of struct" in c#? I hope anyone can help. Thank you very much.
|
| some c# questions!! please send me the answer | 24 Nov 2005 10:29 GMT | 5 |
Hi Friends, While i am searching the c# interview questions in the internet, i got the following questions for Architect level. Please give me the answer for the following questions. (i hope i posted this question in the
|
| Visual C++ Projects in Visual Studio 2003 .NET | 24 Nov 2005 09:49 GMT | 6 |
I have a Visual C++ Project (a C++ dynamic DLL) in Visual Studio 2003 .NET. I want to use for example the _beginthreadex() function, but I cannot compile my code. The compiler breaks up with the message : '_beginthreadex': identifier not found, even with argument dependent
|