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# / July 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
refelection (property)21 Jul 2008 11:50 GMT2
I want to get a property object using reflection by passing the string
name of this property.
I tried :
Type objType = asm.GetType(variableName);
about .NET versions21 Jul 2008 10:16 GMT7
I just wonder what do I miss if I only have VS2005 without having
.NET 1.1 installed ?
According to Jon Skeet he said that it makes sense to have both 1.1 and 2.0
installed.
[Remoting] IPAddress of connected client21 Jul 2008 08:57 GMT3
How can I get IP address of client, which sends request to server via .net
remoting?
Regards,
Kate
VS2005 Resource Editor - How to make new line from string resource?21 Jul 2008 08:41 GMT9
I understand that the\n and \r only means something to the C# compiler so
when retrieving a line like "Hello\r\nWorld" from a resource file (localized
form or self made resource file), it prints the text as just like it was
written.
RegExp21 Jul 2008 06:51 GMT3
I am an amateur at best with regexp. I am trying to search for a string
like:
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPD..." />
Within an html document and get the value of  value="xxx".
Event handler or method overriding21 Jul 2008 04:17 GMT1
When you create a new C# project, Visual Studio creates a main form
for you. If you double click it, the Visual Studio automatically adds
an event handler for the form's Load event. Then you can insert codes
into that method. But, you can also override the form's OnLoad method
Passing derived object of generic class to another class21 Jul 2008 01:27 GMT8
Hey everyone --
Curious about some strange behaviour I'm seeing that seems to be
related to my lack of understanding on how generics work in C#. Here's
some simplified code (sorry for strange formatting) to show what my
sharing objects between .net applications20 Jul 2008 22:48 GMT7
I need to reuse the object from one .net application in another .net
application. So far I was able to do it as long as both .exe files were in
the same folder.  How can I place them in different folders and make sure
that one application finds another at runtime?
How to use Switch Statement with RadioButtons20 Jul 2008 22:32 GMT7
I would like to know how to implement several Radiobuttons using the Switch
statement instead of If/Else conditional statement. For instance, if I have
the following:
if (RadioButton1.Checked = true)
Versions of .Net20 Jul 2008 21:14 GMT8
How to know versions of .Net runtime installed on a PC?
What versions of .Net automatically installed when installing VS2005 or
VS2008?
How get specific element in XMLDocument?20 Jul 2008 20:57 GMT2
This XML works fine:
XmlNodeList _XmlNodeList = _XmlDocument.GetElementsByTagName("Path");
However, I want only the particular "Path" element that is nested here:
DeploymentData/AvailableTemplates/FormatTemplate/BackgroundUrl/Path
UnauthorizedAccessException in Windows Vista20 Jul 2008 16:50 GMT2
I developed a self updating application (Windows Forms). When there is a new
version, I have to copy it to the directory that it was previously installed.
If the application is installed in another directory outside "\Program
Files", it is working well.
data structure20 Jul 2008 14:07 GMT3
I would like to use a two ways data structure. Such as hash table that
will provide me a mapping but to both sides and not only one side as it
is in hash table. Is there such data structure in c#?
Thank u!
HttpPost20 Jul 2008 07:31 GMT5
I'm writing an app that needs to send info to a client by their specs,
m_request= "https://website.com/app?xml=xml_file&xmlString=<?xml
version='1.0' encoding='utf-8' ?>xmlfilecontentset...etc</endfile>"
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(m_request);
XML Deserialization Question20 Jul 2008 02:35 GMT2
Lets say I have an xml document that reads:
<Book>
   <ID>
      <Title>SomeTitle</Title>
 
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.