blah blah blah is here! blah blah » Close

0
votes
0 answers

Split but not always

I want to manually read in a CSV file and use the split to load it into a data table. However, I need to not Split if it is within "". There may be an easier way to do it (if so please let me know) but I'm reading the CSV files ...

0
votes
0 answers

VB + Excel interaction help

Hi guys. I am hoping someone would be able to help me with this project I am working on. I have an excel file that my vb project reads and writes to. The text from textbox1.text is stored to this excel file in cell(1,1). 1) How can I ...

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
1 answers

how to make editable one of my readonly datagridview columns

salam guyz! i made my datagridview readonly through its readonly property now i want to make one of those columns editable from the datagridview.if any body can help me with some details it will be my pleasure... thanks khoda hafiz ...

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 ...

0
votes
1 answers

ASP.NET insertion and joining between tables

I have the following tables: 1.) PRODUCT_INFORMATION: "ID", "CUST_ID", "DISTR_ID", "PROD_ID", "CNC_ID" 2.) CUSTOMERS: "ID", "CUSTOMER_NAME" 3.) DISTRIBUTORS: &qu ...

0
votes
0 answers

Help with Windows Service Desktop interaction in Windows 7

I have created a Windows service using csharp that takes a screenshot every 30 seconds of the PC monitor and is working quite well on WinXP. Now my problem is that when running on Windows 7 it only takes a screenshot with black screen. When ...

1
votes
4 answers

C#: PC & Pocket PC communication/synchronize

I am developing a ppc application that needs to synchronize its database .sdf with some other sql data staying in a server. Ok the sdf i think is nice for having a database in a ppc but is really slow, specially in the insert... and with ac ...

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
1 answers

How safe is the asp.net authentication token? Can it be hacked?

Rick_A
539

When using forms authentication, it generates a ticket that is stored in a cookie on the clients web browser. This ticket also has the userID or username of the currently logged in user, all encrypted ofcourse. How easy/hard is it to de ...

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 ...

Feedback