blah blah blah is here! blah blah » Close

0
votes
3 answers

I can't seem to watch these variables while debugging? (The name 'variable name' does not exists in this context)

While debugging... cellAnums, cellBnums, intCellA apprently `do not exists in this context' ? [code] static void orderEachSheetbyInterface() { var cellAnums = ""; var cellBnums = "& ...

0
votes
1 answers

help with course work

I'm a second year university student sound computing. one of my courses Application and Web Development require a piece of course work to be developed in C# and asp.net. I'm currently struggling realy badly and need some help. was wondering ...

1
votes
1 answers

Storing combobox items created at the runtime and reusing the stored value

Hi guys, I'm pretty new to C# and .NET. I have created a method within a 'combobox1' which will create multiple comboboxes at the runtime of the program depending on the combobox1 selected item. So I have a control 'combobox1' with it ...

0
votes
0 answers

Error on saving second record in a c# form

I have a small application, i can save the first record, no issues, but i am continuing on the same form and enter the next record, gives me error "The transaction is either not associated with the current connection or has been comple ...

Feedback