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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Satellite Assemblies - de-DE vs de20 Feb 2007 06:08 GMT1
What determines if the Satellite assemblies should be in a dir "de-DE" or "de"
I built some satellite assembles with resource files resourcefile.de-DE.resx
and my app finds these in /de-DE but I also have a third party app satellite
assemblies and they must be in /de
retaining leading whitespace in text of an xml node20 Feb 2007 04:25 GMT4
when I run the following code the leading spaces of the "data" node
are removed. How do I retain whitespace?
   private void CreateBasicXmlDocument()
   {
does anyone see what is wrong with my .gif download logic? no matter what image url i try it downloads a junk file that can't be opened in any paint program.20 Feb 2007 04:01 GMT6
does anyone see what is wrong with my .gif download logic? no matter what
image url i try it downloads a junk file that can't be opened in any paint
program.
System.Net.WebRequest myRequest = System.Net.WebRequest.Create(url);
Adding reference of Excel COM won't work20 Feb 2007 02:45 GMT7
I have project that automate excel(using Excel COM) which works fine
in my home.
I took the project from my home to work and tried to build the project
but it won't built.
portals?20 Feb 2007 00:23 GMT2
1.what exactly portals are?
2.how to develop portlas basicaly?
3.how do the portals work?
4.how to develop a portal that stores files,retrieves the required file,updates the files,delete the contents of the file or add nmore contents into the file and the files that are ...
non-generic method20 Feb 2007 00:21 GMT1
I have a detailsview connected to a dataset on a aspx page. When I run the
page and try to do an update on the data I receive the following error,
ObjectDataSource 'UserInstall2' could not find a non-generic method 'Update'
list of all fields in dataset.
Central Illinois19 Feb 2007 22:21 GMT2
I am a .NET software developer who recently moved from Phoenix,
Arizona where there was a very active .NET User Group to Normal/
Bloomington, Illinois where there doesn't appear to be any Microsoft
Software Development related user groups. Do any of you live in
Create Printer Friendly using HTML19 Feb 2007 22:01 GMT1
I am trying to create a Printer Friendly document from my windows
application using HTML.  I am have been looking around the internet
for something that can place me in the right direction.  If anyone
knows of how to start creating a document like this please let me
help deployment error19 Feb 2007 21:46 GMT2
I am trying to deploy a c# application that contains a crystal report viewer
to another machine.  However when I build the applicaiton it says that
Property "keycode" is non-nullable
Any help would be appreciated
How can i access com port in c# ?19 Feb 2007 21:30 GMT1
How can i access the com port and send data to it if I have a mobile
phone connected to it?
Are there any classes for it ? Please refer some link.
Need help.
Unable to write data to the transport connection19 Feb 2007 21:04 GMT3
I'm trying to upload a file programatically and occasionally I get the
following error message.
Unable to write data to the transport connection: An established connection
was aborted by the software in your host machine.
XML Comments XML to HTML document19 Feb 2007 19:56 GMT3
In VS2005, is there a way to convert the XML documentation file into HTML,
like VS2003's Tools + Build Comment Web Pages?
Is there another way (without writing the XSLT) to achieve this?
Transparent user control not redrawing properly19 Feb 2007 19:48 GMT4
I have a completely user-drawn user control in which I enabled transparency
(follownig suggestions at
http://www.c-sharpcorner.com/UploadFile/Nildo%20Soares%20de%20Araujo/Transparent
Controls11152005074108AM/TransparentControls.aspx
)
The user control does not contain any other ...
converting string to method, templates question19 Feb 2007 19:04 GMT6
Problem:
I am looking to reduce my code size because I have many very simliar
functions e.g.:
 private uint GenerateAcquisitionID(AcquisitionType[] c)
ThreadPool query19 Feb 2007 19:00 GMT2
I start a thread like this:
ThreadPool.QueueUserWorkItem(new WaitCallback(Receive), this);
private static void Receive(object obj)
{
 
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.