| Thread | Last Post | Replies |
|
| FTP loading in Windows Service | 25 Sep 2007 16:41 GMT | 5 |
I will try to explain the problem. I'm doing an asynchronous copy file from local station to my FTP according to the MSDN example: http://msdn2.microsoft.com/en-us/library/system.net.ftpwebrequest(VS.80).aspx
|
| date picker problem | 25 Sep 2007 16:07 GMT | 2 |
Thanks for u r early reply .if i use the server control every time the page wil be loaded so i want a HTML date control which doest have page load every time. thnks in advance
|
| In service, use string to refer to array I should use? | 25 Sep 2007 16:02 GMT | 2 |
I have a service which does posting of messages dependent on CSV input. Dependent on what the first line of the CSV is different fields must be extracted and placed into a message. I would like to do it in the following manner:
|
| Accessing invisible control in Javascript | 25 Sep 2007 15:52 GMT | 1 |
I have below label which is invisible when the page loads. <asp:Label ID="lblTest" runat="server" Visible="false" Text="Test"></ asp:Label> Now if I want to make this label visible on the web page, I used
|
| ASP.NET and Excel automation | 25 Sep 2007 15:30 GMT | 1 |
Hey Guys, I have an online system which use Excel 2003 to generate a report. the system has been developed on .NET 1.1 platform and the operating system are either windows XP or windows 2003.
|
| Is [protected and/or internal] to be avoided? | 25 Sep 2007 15:24 GMT | 21 |
Just getting into OOP here... I remember reading somewhere that having protected and/or internal member variables is to generally be avoided or potentially a "bad thing" because having such members violates the OOP principle of encapsulation. The way it
|
| lock used in thread and by event | 25 Sep 2007 15:20 GMT | 9 |
I have a application with two threads. I have also a resoure that is synchronized by lock. When testing locks before this App I noticed that if one threaded application for test purposes
|
| Passing values between pages | 25 Sep 2007 14:05 GMT | 5 |
In my Aspx.cs page in Page_load event I have for example: String x; x = "10"; How can I use the x value in a javascript function in the Aspx page?
|
| Which class should handle this method? | 25 Sep 2007 14:01 GMT | 4 |
Say I have a class called Invoice. An invoice consists of a header and detail lines. In my class called Invoice I have a member which is a object of a collection of DetailLines, defined as follows: public class Invoice
|
| String matching with wildcards | 25 Sep 2007 12:00 GMT | 1 |
It's no problem comparing two strings where one contains the "*" wildcard and find out if eg. "My*" or "*ring" matches "MyString". But how do you go about comparing two strings where one contains the "?" wildcard to find out that "My?ring" or "MyStrin?" actually matches ...
|
| Error in C# Designer for some forms | 25 Sep 2007 11:38 GMT | 1 |
Hai all, I am porting my application from Visual Studio 2003 to Visual Studio 2005.The application has windows forms, user controls and resource files.I can build the application and run the application without any errors.
|
| FindRows not working properly | 25 Sep 2007 11:13 GMT | 5 |
I've asked this before but no one believed me and everyone told me that I am doing something wrong. But here is the evidence happened on my local development box. Can someone explain this now?
|
| printing(newbie) | 25 Sep 2007 11:12 GMT | 1 |
I need to print a rectangle like this ****** * * * * * *
|
| FrontPage and c# | 25 Sep 2007 09:45 GMT | 1 |
Is it possible to (within my WinForm c# app.) to start an MS Frontpage 2003 and have it open a specific file when it opens? (like, start frontpage 2003, with the opening file that it opens be determined by the c# application?
|
| Server app can't handle 230+ clients | 25 Sep 2007 07:06 GMT | 2 |
Hi all, I am testing how well my server application is connecting to multiple clients and give and take some information. All actions(connect, accept, send, receive) are performed by async methods - BeginXXX() and callbacks - in
|