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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Need help with Regular Expression13 Jun 2007 16:51 GMT1
How do I set this expression up for either IS NULL or IS NOT NULL?
I am trying to check to see if an incoming string has either of the two
values.
new Regex(@"^([^<>=]*)\s*IS NULL\s*\s*IS NOT NULL\s*)$",
how to find out number of bytes in a string13 Jun 2007 16:50 GMT4
How would I go abouts finding out how many bytes a string has. ( I
want to do this so that I can set the datatype on the database
approriately.)
Thanks
getting the value of a selected/unselected item in a checkboxlist13 Jun 2007 16:01 GMT4
I am having a bit of a problem getting the current value of the checkbox
list.
I have tried using the selected value as I thought that would give me the
current value of the check box but it appears to be giving me the first
Accessing the base constructor of a derived class13 Jun 2007 15:33 GMT2
Hi,
   I want to be able to make a Master constructor for a class which all overloads of the class constructor would call and thus if I have minor changes to something I only need to make them in the Master and not in each instance, but this does not seem to be allowed. Is there ...
multiple email adressees with system.web.mail13 Jun 2007 15:11 GMT2
We are using system.web.mail with .Net 1.1 (.Net 2.00 under development) and
some of our users are reporting that having multiple names in the 'to' field
for sending emails (using smtpmail) causes the email not to be sent. Email
server software is Exchange SP2, but other users ...
Create new object on the fly from another object type13 Jun 2007 14:44 GMT1
  I don't know if this is possible but a just want to know if it is.
I want to create a new object on the fly from another object with the
same properties but all properties was another type like String.
Example :
Can I insert an image any location on RichTextBox or PictureBox ?13 Jun 2007 14:30 GMT1
I want to insert an image any location (x, y) on RichTextBox or PictureBox
(or any on component supported drawing too).
Can I do this? or How can I do this, please show me a way ?
Thank you
fill three combo boxes13 Jun 2007 12:53 GMT2
I have a list of about 50 text items (strings) that I would like to add to
about 5 combo boxes at various times depending on if a user clicks on the OK
button.
I have tried to code an example such as:
What am I doing wrong?13 Jun 2007 12:51 GMT1
I'm at my wits-end here. I'm a beginner with ASP/C# (using .NET 2003)
and I'm trying to post variables from a classic ASP form to a ASP.NET
form. The Classic ASP form was scripted with VBScript whereas the
ASP.NET page is scripted with C#.
Database Conn13 Jun 2007 12:49 GMT1
I want to binding stored Procedure To Table Using Asp.net2.0
regular expressions - "this expression causes side effects and will not be be evaluated"13 Jun 2007 11:53 GMT2
hi group,
When I was trying to do a match on
Regex.isMatch("$test",@"^\$")
this seems to return "this expression causes side effects and will not
HtmlEncode13 Jun 2007 10:58 GMT1
in an application I am writing I have to process some text files which
contain various data. Some of this data are text strings which have been
encoded with HtmlEncode (I think it is HttpServerUtility.HtmlEncode which
has been used).
The problem in WMI access to remote server with Windows Credentials13 Jun 2007 10:24 GMT2
Can anybody help to solve the following problem?
My Windows Service trying to access remote machine to get WindowsDirectory
Property over Win32_OperatingSystem WMI class. Both servers are in the same
Active Directory domain, so I create special active directory user and
XSD problem13 Jun 2007 09:14 GMT2
I have been supplied an xsd file.
This represents a message I must send a client.
My approach to build the message is as follows:
DataSet ds = new DataSet();
Pausing an execution of a program13 Jun 2007 08:43 GMT12
Can anyone help me with the following issue:
How can I pause the execution of a program until a given file is
created (by another process) in a specified directory?
Any ideas would be highly appreciated.
 
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.