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# / November 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Private constructor idiom08 Nov 2007 15:28 GMT6
I'm converting a piece of c++ code to C#. There's one part I'm having a
problem with.
There is a class A which can be created only by calling a class factory
method on object B. Things won't work correctly if the application
Adding validation in Property08 Nov 2007 14:54 GMT4
I am using following code to validate the value that is being assigned
via property. But it is not working:
----------------------------------------
public string vProductName
XPathNavigator.Select08 Nov 2007 13:35 GMT1
I am trying to execute the following xpath query against my
XmlDocument.
//*[not(*)][count(ancestor::node())=max(//*[not(*)]/
count(ancestor::node()))]
Page p = new Page();08 Nov 2007 13:28 GMT1
i want create a aspx object page for manipulate it.
like :
Page p = new Page();
p.LoadPage("~/mypage.aspx");
Sending Email08 Nov 2007 12:57 GMT2
I am using the following code to try and send an email message through
my ISP. I get an exception "An existing connection was forcibly closed
by the remote host". Any ideas why?
using System;
Return image link with webservice08 Nov 2007 12:45 GMT3
How can I return image link with webservice that I could see it in web page?
The image is on my hard disk and <img src="c:\pictures\test.jpg" /> does not
work.
If I use <img src=http://My comuter/Virtual directory/test.jpg /> it's
a reflection question08 Nov 2007 11:40 GMT1
I want to write a code (by reflection ) to get the all button controls on a
mdi form. my sample code for that :
---------------------------------
FieldInfo[] fieldInfo = this.GetType().GetFields(BindingFlags.NonPublic |
Way to interface with Dataset through ODBC or OLE?08 Nov 2007 11:18 GMT4
Hi, all,
I'm somewhat stumped on a sticky problem - I've got a Dataset that I'd
like to be able to send through an ODBC or OLE connection, so a client
accessing it on the other end would be completely abstracted from any
Cast to long08 Nov 2007 11:02 GMT1
I am using C# 2005 with Access XP.
I have a column with a LONG INTEGER data type. I have a class which
has a property:
---------------------------------------------------
How do I check if a directory exists within another directory08 Nov 2007 10:47 GMT1
How do I check if a directory exists within another directory?
For example
C:/aaa C:/Aaa = true
C:/aaa/ C:/Aaa/bb = true
MultiThreading and Dual Core08 Nov 2007 10:07 GMT4
In a multi-threaded app on a dual core machine, is it possible to
know on which cpu a particular thread is currently executing on?
thanks,
Arun
CRAXDRT Crystal Report 1108 Nov 2007 08:04 GMT1
I am using an external .rpt report with one parm from C#  (.net. Standard Edition)
Just want to call and print the report. Need to pass parm value
from vb.net. Using CRAXDRT (CR11). When I use
dcparamatid.AddCurrentValue and then check if current value is set I
Learning Generics & Generic Collections?08 Nov 2007 07:28 GMT5
I have to master these relatively new constructs. I'm looking around and
asking you too for your suggested learning resource(s).
Cast problem08 Nov 2007 05:29 GMT1
I have a public variable in a class of type 'int'. I want to assign a
text box value to it, but it is giving problem. I attempted following
code:
NewGroup.GroupID = (int) txtGroupID.Text;
Working with VERY LARGE numbers08 Nov 2007 01:08 GMT9
I have working on a system in which I have to manipulate *very* big numbers.
Like
32368060745625089670148189374568111100874165870871388541651800834565616109380834613212956588769877
They may be upto 10000 digits long.
 
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.