| Thread | Last Post | Replies |
|
| Where can i find Vs.net 2005 Source file ?? | 13 Sep 2005 00:41 GMT | 1 |
i'm learning about some controls of Vs.net 2005 . but finding some source code of 2005 is very difficult.. Where can i find Vs.net 2005 Source file or example ...?? i think upgrading vs.net 2003 project is different from 2005 project coding
|
| Reading all the files from a folder | 13 Sep 2005 00:09 GMT | 1 |
I want to collect all the information about files inside folder on server. I am using web application Any help?
|
| how to convert DateTime in short date and short time | 13 Sep 2005 00:07 GMT | 3 |
I want to save my data into MS Access database Table which consist of some fields with short date and short time formats. I try to save data in to the said table and I am getting error that my SQL statment is not correct.
|
| Finding selected item in a combobox | 12 Sep 2005 23:53 GMT | 2 |
I have a combobox who's data source i set to an array of objects (call it MyObject). these objects have get properties: key, value, descr. i set ValueMember to "key", DisplayMember to "descr", and datasource to the array of MyObjects.
|
| system.web not showing all classes | 12 Sep 2005 23:48 GMT | 1 |
why is it there only 3 classes in this namespace in one of my projects are: aspnethostingPermission aspnethostingPermission.level aspnethostingPermission.Attribute
|
| Simple question regarding If and bools.... just to clear any doubts I have! | 12 Sep 2005 23:26 GMT | 2 |
I'm having doubts as to how the compiler interprets this If statement: bool bIsTrue = true; if (! bIsTrue) {
|
| Type Conversion to Original Type | 12 Sep 2005 22:47 GMT | 2 |
I have a class library, lets call it ClassLib, which contains an abstract class, lets call it Entity, that acts as sort of a marker. I have a web service that consumes the ClassLib to make use of the Entity abstract class. The web service has a class, lets call it MyEntity that
|
| Rationale for CS0536? | 12 Sep 2005 22:23 GMT | 12 |
I'm still new to C# so maybe someone can explain me the rationale for CS0536: 'someClass' does not implement interface member 'some.Interface.Member()'. 'someClass.Member()' is either static, not public, or has the wrong return type.
|
| Network Share Drives | 12 Sep 2005 22:08 GMT | 6 |
How can i look for network share folders and copy a text file to it? I've been looking into how i can do this in the documention but with no luck. I found a little on of the web but i dont understand it, it seems to import mpr.dll and make the use of c++ calls. Can this be just ...
|
| A Generic Generics Problem | 12 Sep 2005 21:45 GMT | 4 |
Here is the problem I came across experimenting with Generics. I would like to write a class or a struct adding integer to any other, initially undefined *numeric type*. So, my struct would look more or less like:
|
| Display an image whos image path is stored in a SQL DB | 12 Sep 2005 20:49 GMT | 2 |
I'm fairly new to asp.net. What is the syntax for the string to pull and image path from a DB and display that image based on the given path? I am trying to stay away from actually storing images in my DB and want to just store their paths there. I'd appreciate any help anyone ...
|
| Google is now doing what I need to...No Border | 12 Sep 2005 20:34 GMT | 6 |
Some of you may now have the new "Google Talk" (Googles little chat screen). Very small, no borders does not look like IE at all. Looks very much like a Web Page though. How is that if everyone says Microsoft has teathered our creativity to
|
| PPPOE Connection in .NET how? | 12 Sep 2005 20:24 GMT | 1 |
Hy I was development a program and one of your functions are make a PPPOE connection, but I don't found any information about this in the internet, somepeople have some information for this process???
|
| Lost focus on form Resize event | 12 Sep 2005 20:18 GMT | 1 |
I have an MDI form in which i open some other forms. I dont want the Control Box (having minimize, restore/maximize and close button) Even though I have set the controlbox property of my child forms as
|
| Application.StartupPath equivalent for web? | 12 Sep 2005 19:54 GMT | 3 |
Is there an Application.StartupPath equivalent for web? I want to open a txt file myFile.txt and it will always be on the same dir the aspx will be, but I don't want to give it a fixed path. Thanks.
|