| Thread | Last Post | Replies |
|
| Exception List | 25 Aug 2007 05:56 GMT | 3 |
I see exceptions in lots of different namespaces. Is there a complete list somewhere of all the exceptions from all the different namespaces? Thanks.
|
| Get SQL count into variable | 25 Aug 2007 04:55 GMT | 1 |
What is the quickest way to get the count of rows in a table into an int variable? for example how would I make this happen? int remaining = SELECT Count(*) FROM states.dbo.cities
|
| Getting File summary information | 25 Aug 2007 02:39 GMT | 2 |
Is there a .net/windows api way to get/set the fields of the summary information in the file properties window? I know that this information is stored as an alternate data stream in ntfs, but I cannot find a good way of accessing it. If there is not a good way of getting it via ...
|
| Directory Listing -- /MyWebSite/ | 25 Aug 2007 02:22 GMT | 1 |
I see the following in the web page I developed. I am using C#/ASP .NET and new to the field. Is this an error or something else? Thanks. Directory Listing -- /MyWebSite/
|
| How Build VS2005 Web Site From The Command Line? | 25 Aug 2007 00:21 GMT | 2 |
VS2005 Windows XP SP2 Hi all, Does anybody know how to build a solution-file-less web site from the
|
| hot keys in Console Application | 24 Aug 2007 23:15 GMT | 4 |
Hi! I am new to C#. I read two C# books in the last two days which only covered the basics. And now I am on my third day. The books were really bad, because they did not cover windows applications, only ten to twenty pages how to create forms.
|
| Simple question on Properties.Settings | 24 Aug 2007 22:57 GMT | 7 |
It seems I can't look at the Properties.Settings.Default.xxxx value in the immediate window while I'm in debug mode. If I try, I get the message: "'System.Windows.Forms.PropertyStore' does not contain a definition for 'Settings'"
|
| I need a simple cookie example in c# for WebApplication... | 24 Aug 2007 22:15 GMT | 1 |
I need to have a "remember my login" cookie if someone checks the checkbox. The checkbox's text is "Remember Me on this Computer" The login users name is their email (like):
|
| Icon Resource Problem | 24 Aug 2007 22:00 GMT | 4 |
In Visual Studio 6 you were able to create a separate icon for the application and the document type. The complied executable would then have two separate icons in the file. I have not been able to figure out how to do this with VS 2005 for a C#
|
| Web DropDownList set to next date | 24 Aug 2007 21:21 GMT | 3 |
I have an ASP.NET app with a DropDownList on the page, which is bound to values from a table. I have a Repeater control on the page whose displayed data is dependent on the DropDownList value selected by the user. (The DataTextField is a Datetime concatenated with a string).
|
| Can't debug windows service. | 24 Aug 2007 20:58 GMT | 2 |
I have created a windows service which works quite good. I am executing a stored procedure and check the status of few data. After installing, it works good. But, when I tried to debug the windows service by attaching the process from VS 2005, all the breakpoints
|
| Program not starting | 24 Aug 2007 20:56 GMT | 5 |
I have developed a program, that runs under .NET framework 2.0. On my own computer and all the other computers in my company, things run smoothly. My problem is, that I have installed it at one of our customers, and when I try to start the program, nothing happens. The program pops ...
|
| ASPNet C#.Net 2.0 IIS metabase path | 24 Aug 2007 20:45 GMT | 1 |
In my C#.Net 2.0, how do I get the metabase path in the IIS 6? Thanks for help. Jason
|
| Missing Icons in Treeview | 24 Aug 2007 20:24 GMT | 1 |
i have a strange behaviour in my treeview control. it shows no more my icons after i did translate my winform into other languages (localized).
|
| Update one item in a BindingList | 24 Aug 2007 20:18 GMT | 1 |
Please look at the code and the following question... public BindingList<MyStruct> myList ; foreach ( Object item in myList ) {
|