blah blah blah is here! blah blah » Close

0
votes
1 answers

ASP.Net in VS2005 with Database and GridView

I went to the server explorer dragged and dropped a table onto the design for the asp page checked the edit checkbox and wow when I click on the edit command button on my webpage the corresponding row's text changes from being in a table to ...

0
votes
1 answers

Passing byRef DNE in Current Context Errors

using System; using System.Collections.Generic; using System.Text; namespace FinanceCalculator { class FinanceCalculator { public static void Main(string[] args) { // No class-wide variable allowed ...

0
votes
1 answers

Embedded Methods with Input Error

My code is below, the line with the error is commented. It says that the input is not in a correct format. Any help would be appreciated. using System; using System.Collections.Generic; using System.Text; namespace FinanceCalculator { ...

Feedback