| Thread | Last Post | Replies |
|
| A web site running need cs source file | 27 Dec 2007 00:56 GMT | 2 |
I have a web site project using C#. If I release the web site in the VS2005, all works well except that DLL file name has some strange, name APP_Code_erwer234.dll. And erwer234 is a random string. Every time after released, it will become APP_Code_dfdfgr3334.dll, In this
|
| Socket class disadvantages | 27 Dec 2007 00:32 GMT | 2 |
I have a question related to Socket class. What are the advantages / disadvantages of using Socket class comparing to TcpClient and HttpWebRequest Regards
|
| Best way to check if string is numeric | 27 Dec 2007 00:18 GMT | 16 |
I have a string field and a decimal fields and was wondering what the best way to check for numeric is? I have to do something like: If (myAmount is numeric)
|
| Display ASP .NET Error in JavaScript Alert Window. | 26 Dec 2007 21:06 GMT | 4 |
I am going through an effort to standardize web applications for my company. We are trying to figure out the best practices for security, error handling, etc. I've just done a large amount of work to figure out the built-in ASP .NET security features (which was fairly easy to
|
| Create MIME Filter for IE wtih C#? | 26 Dec 2007 18:49 GMT | 10 |
Anyone ever done it? I basically need to create an app similar to a profanity filter... when a certain word in HTML appears, it gets replaced before the user sees it. The only resources I can find from Microsoft are written in C++ and are very vague (implement this
|
| passing a form to a constructor. | 26 Dec 2007 16:42 GMT | 3 |
I want to be able to access the control members of a form from within a class. So i designed my constructor something like this Form1 parentForm; ClassName ( Form1 frm )
|
| Sleep thread from Main thread | 26 Dec 2007 15:37 GMT | 5 |
I am having an application which inserts some data into a table. While inserting table rows, I want to check CPU percentage and if it is >90% then I want to sleep insertion for some time and then again resume it.
|
| Refactoring Collections | 26 Dec 2007 14:17 GMT | 6 |
Maybe I'm missing a code snippet or something, but there doesn't seem to be a way in VS2005 to create a class that is a collection of another class. Something that was very easy to do in the old VB6 Class Builder. I've tried using the Class Designer but while it handles many of ...
|
| System.Globalization | 26 Dec 2007 13:37 GMT | 1 |
I have a third-party DateTime control, documentation not available. I want to show dates in format dd-MM-yyyy format in it even if the system regional settings changes. I want it to be fixed to this format. This control takes values same as the original dtPicker, but
|
| Windows Service unable to start at sytem restart! | 26 Dec 2007 10:00 GMT | 9 |
I have made a windows service which is configured to start automatically at the system startup under the USER account type. The service is working perfectly fine when I try to start it manually, but it is unable to start automatically at system restart and following
|
| How to get Selected Text in webbrowser control | 26 Dec 2007 08:56 GMT | 2 |
I am using .NET 2.0, windows aplication. I am trying to get or recognize selected text from WebBrowser control but I can't! Is it possible and how to do it?
|
| Identifying value change and update | 26 Dec 2007 08:45 GMT | 1 |
On my Windows Form, I have ten text boxes. I also have a DataGridView. When a user clicks a row on the DataGridView, the column values get displayed on their respective text boxes and are available for user to edit or delete that record.
|
| C# 1.1 DataGrid question | 26 Dec 2007 08:36 GMT | 1 |
In my C# 1.1 windows form project, I have a form Form1 which has a DataGrid DataGrid1. In the DataGrid1, I have 3 columns, they are Unit, UnitPrice, TotalPrice. What I want is in this DataGrid, if a user modify the Unit or UnitPrice,
|
| how to create a dropdownlist and find index by value? | 26 Dec 2007 07:11 GMT | 2 |
I want to create a dropdownlistbox in my windows form with name value pair. but I need to initialize its initial selected value to a value from database for the record. I was going to just use the listbox and find in the view source the record
|
| clear screen from c# | 26 Dec 2007 01:13 GMT | 6 |
How to clear the screen in the console application in Microsoft Visual C #. NET 2003. http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas discount
|