blah blah blah is here! blah blah » Close

0
votes
1 answers

Help with Form Calculations -- Not Working

Hello All, It's been a while since I started coding in C# so please bare with me. Here's the scenario: I have a form that has textbox fields such as "Qty, Price, and Total Amount". "Qty" needs to be multiplied t ...

0
votes
1 answers

How do you copy values between forms...

GlennP
296

Hi All, Quick stupid qestion but how do you get values back and forth between forms. I will create the form on a button click enter/caluate three values exit the form. I need then to send the values back to first form (which will be disa ...

0
votes
0 answers

Windows 7 Gadget Development C#4.0

Hi, does anyone know of any sites or tutorials that offer a PURE C# way of developing windows 7 Gadgets ? All the tutorials I find require you to import DLLs. If you do know of any PURE C# way. please send me the link. I am planning t ...

1
votes
1 answers

taking time in in 24 hour clock, converting to minutes

Hello All, I am working on a school assignment, a simple console program. I am to ask for input of time in 24 hour time, and convert to minutes(then do some calculations). I am stuck. I was told I could use modulus function to do thi ...

0
votes
1 answers

Inserting data from text box

Hi All, I am trying to insert data in one of the tables using SQL Server. Below is the sql command: string insertSQL = "Insert into CUSTOMERS (" + " CUSTOMER_NAME" + ") VALUES ...

1
votes
1 answers

Send Mail via SMTP and GMail

I've been trying to get my application to send automated email by using a gmail account set up for the purpose, using SMTP. This is an account using Google Apps email, which uses the same servers as gmail for SMTP. I have already enabled ...

1
votes
0 answers

inserting data in multiple tables

Dear ALL, I have an issue with SQL queries but it is directly related to ADO.NET objects for our ASP page. I am using C# to create a customer service portal to track telephone calls from our customers. I am creating the database using sq ...

1
votes
2 answers

C# overloads

foamy
2120

Hi all, I'm trying to make some overloads of some of my methods in my "toolbox" library. I have a method called ProcCheck that I want to be able to use with these overloads: [code] public static bool ProcCheck(string proces ...

1
votes
2 answers

Creating a dynamic page without calling the page just the parameter

I wish to create like a sub-folder to the site that each sub-folder represent is checked with the database and if found loads the page "www.debugging.com/center.aspx?id=test" but with different content. For Example: Collapse ...

0
votes
0 answers

Importing software?

I need software that imports data (CSV, text, .dat) into a DB when given a way of defining the schema/metadata file. (how the data is interpreted) Any software out there exist already? Many Thanks Paul

1
votes
2 answers

Look for a way to optimize with RegExp, HttpWebRequest using C# 4.0

Hi, you could say I've just started playing around. My idea here is I want to be able to use the "define:" function in Google searchers from any of my applications. example : type "define:Test" into google and you woul ...

0
votes
1 answers

write a program in c# to display prime numbers till the number entered by user.

write a program in c# to display prime numbers till the number entered by user.

0
votes
0 answers

Failed to load viewstate! Bug that cannot be debugged !! :D

Its to do with creating dynamic controls here can anybody out there help at all before I go crazy? Crash occurs on postback. (lines of code causing issue in [b]bold[/b] [code]public partial class _Default : System.Web.UI.Page ...

1
votes
2 answers

C# HttpWebRequest timeout

foamy
2120

Hi all, I made this method to automatically check if a website is up or not. It runs every minute from a Console app and for the first few minutes it seems to work. After that I start getting "The operation has timed out" error ...

0
votes
0 answers

printing a tabpage content

hi guys! i properly set all the controls value in my tabPage in a tabControl in c#, now i want to print the entire tabPage content. if u guide me with some details(code example) it will be my pleasure thanks

Feedback