Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / October 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Show photo on ASP05 Oct 2007 09:56 GMT6
I have an .NET ASP web application to show a photo depending on the person
selected. I used the url tag pointing to a file local to the server. All
works fine when running from the IDE. Problem: when I deploy it, I got a
permission error when creating the file. Question: where do ...
ApplicationSettingsBase, Shared between Machines?05 Oct 2007 09:04 GMT1
I am trying to work with the Settings in .NET 2.0.
I have a few settings in the VS2005 generated ApplicationSettingsBase
class (Properties.Settings.settings). These settings are marked as
user scope. I would like to share those user-defined settings between
ContextMenuStrip owner05 Oct 2007 08:51 GMT1
In my program I dynamically create treeViews and dynamically add nodes to them.
To each node I attach ContextMenuStrip  which suppose allow delete selected
node
e.t.c.
C# books05 Oct 2007 07:39 GMT12
Can anyone suggest me few good books on c# ?
TIA,
Srinivas
replace values05 Oct 2007 06:48 GMT19
I'm using 2 integer numbers X and Y.
I would like to replace there values(Y=X, X=Y) but without using any other
variables or functions.
Hrcko
Ideas for a C# development project?05 Oct 2007 06:22 GMT14
Hi, I'm looking for ideas for a C#.Net Windows application project.
I've been programming for 20+ years and consider myself pretty
capable.  I'd like to take on developing a significant C# Windows app
as a way of refining my knowledge of C#.Net.  I'd like to spend my
DateTime Just Month and Year05 Oct 2007 04:49 GMT2
I am using the DateTime.Parse method to parse user entered dates. The dates
can be just the year, Month-year and Month-day-year in a variety of formats
in a variety of cultures. I immediately parse out the year case since I can
determine that very easily (ie it is 4 digits) and ...
GetNodeAt problem05 Oct 2007 04:22 GMT1
tvNodes is a treeview. In one program using exactly the same code, it
provides a selectednode object correctly, however in another using same
code it cannot detect which item is under the cursor.
Any idea why this should not work - I have checked out properties/events
type of expression in C# 2.0?05 Oct 2007 03:49 GMT5
In C# 2.0, given an arbitrary expression and the types of the
variables referenced in it, how do I find the expression type?  For
example,
   int x;
GetType().ToString()05 Oct 2007 02:52 GMT6
When I run this program:
static void Main(string[] args)
{
   SortedDictionary<string, List<DateTime>> complex =
Uploading a File05 Oct 2007 02:02 GMT2
Hey! im working in ASP.net, SQL server with C# as language!
The user is supposed to upload a file, either in .pdf or .doc format and
that file should be stored in the SQL server database...
I have no idea how to do that, could anyone drop me a hint or something? I
Spot the bug (three line program) and a question on how to order execution flow in a OOP05 Oct 2007 01:13 GMT23
Spot the bug (hint:  case sensitive).
Gave me an infinite loop, and drove me nuts (lost over an hour finding
it).  This sort of stuff should IMO be caught by the compiler.
/*
graphics help05 Oct 2007 00:45 GMT3
I need some help. I have an app that talks to a sonar board via the
serial port. In my sp_DataReceived I gather all the data and put it
into arrays. Then I want to draw the data in a pictureBox. I wrote a
function called Draw_sonar2 that does all the drawing. It usually
Why simple properties?05 Oct 2007 00:10 GMT22
I can understand why properties are neat if you want to limit access
(only get, no set), or you want to do some bookkeeping or sanity
checking on values (in set) or if you want to change the underlying
type without changing the property type etc.
from the outside looking in04 Oct 2007 21:03 GMT1
hey all,
there are some times on our asp.net apps when people on the outside of the
network can't see the app and those of us inside the network can see the app
just fine.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.