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
remainders of large floating point numbers24 Oct 2007 09:44 GMT1
Hi Lazyweb,
This is probably something I should have remembered from college.
On 'calc.exe'
( ( 10^15 - 0.1 ) % 2) = 1.9
AJAX and security24 Oct 2007 07:30 GMT2
Hi, I am playing around with AJAX and I was wondering about security
of the webservice which is used to populated dropdown boxes etc.
Obviously, like any webservice I place online security is an issue as
I do not want anyone downloading a dataset containing all my clients
Cast to Int and Decimal24 Oct 2007 07:20 GMT1
I want to Cast the following code lines.
[Cast To Int]
Product.ProductID = dvProduct[0]["ProductID"].ToString();
[Cast To Decimal]
Future of C#24 Oct 2007 07:17 GMT63
If Microsoft turn F# into a product and place it alongside C# and VB, will
many people migrate from C# to F#?
Signature

Dr Jon D Harrop, Flying Frog Consultancy

Mailing lists24 Oct 2007 05:50 GMT2
  I wonder whether any good mailing lists for C# and dotnet
technologies exist or not.
 Do you follow any mailing lists for dotnet ?
Thanks
System.IO.FileNotFoundException: The specified module could not be24 Oct 2007 05:33 GMT2
I have a remoting application that was developed on a Windows XP SP2 machine
with VS2005 SP1. I finally got everything deployed using Wix 3.0, and it
works great. Problem is, when I install the msi on a W23 server SP2, I get
the following error:
Scanning hard drive24 Oct 2007 02:17 GMT23
I am writing an app that scans hard drives and logs info
about every fine on the drive.
The first iteration of my code used a class and a generic list
to store the data and rhis took 13min on my 60 GB drive.
Inherits="WebApplication.Global"24 Oct 2007 01:28 GMT4
My Web application is developed in C# Visual Studio 2005 Professional.
After deploying the application to the production server I am getting the
following error:
<%@ Application Codebehind="Global.asax.cs" Inherits="WebApplication.Global"
Anonymous Method / no type / no return24 Oct 2007 00:21 GMT2
Is there any general purpose delegate that will allow me to call a method
anonymously. The delegate does not pass any data as part of the method
signature and has a void return. Data is passed as part of the method body.
I am thinking something along the line of Action<null>. ...
Textbox Sum24 Oct 2007 00:14 GMT5
I have a windows form bound to 2 tables.  Main table is orders for one
customer, second table is for line items related to one customer's
order.  The second table is bound to datagridview where I have created
local column (Sub-Total) to multiply unitprice by quantity.  I want to
RequiredFieldvalidator displays error too early23 Oct 2007 22:49 GMT1
I have a RequiredFieldValidator that displays the text "Required field" for
a textbox. The problem is, that the text "Required field" is displayed
BEFORE the user presses the button to accept the form. Why does this occure?
Must be some setting I've missed, cause in other forms ...
Q: Release a class from memory (NewBee quiz)23 Oct 2007 22:34 GMT1
I have a class like this
Class MyClass
{
   Public MyClass()
C# instead of Visual Basic23 Oct 2007 22:06 GMT3
Do any of you know when C# is expected to replace Visual Baisc 6.0
(VBA), for applications such as Access?
Thanks,
Barry.
programming with windows CE???23 Oct 2007 21:58 GMT1
A few quick Q about windows CE.
What development tools does one need to dev applications with
windows CE? I was looking at the price breakout of Windows CE;
the price for dev tools was ~1000$, but I couldn't figure out
AscW Equivalent23 Oct 2007 21:49 GMT6
VB has the AscW function. There is no corresponding C# function. How can I do
this in C#? I do not want to reference the Microsoft.VisualBasic namespace
for just this function.
 
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.