- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
11 Posted Topics
I am trying to populate a drop downlist on my page with data in flightnum from the table Air_Flight, my dropdownlist keeps having System.Data.Datarow in the dropdownlist. Im pretty sure im one line of code away from getting the actual values in the dropdownlist, I am just not sure which …
So I am new to C#, and I am trying to to figure out what the problem is with my code. I know this works in VB.Net just not sure why it doesn't in C# [CODE] private Connection myConnection = new Connection(); private SqlConnection mySqlConnection = new SqlConnection(myConnection.connectionString); [/CODE] I …
I have seen a few of these threads but none have been able to help me. The error is : fld_CPRDiscount is neither a DataColumn nor a DataRelation for table Table. Here is my SQL Code: [CODE] tbl_BidQuotas.fld_RespondentsNeeded AS fld_Needed, ISNULL(((tbl_BidQuotas.fld_CostPerRecruit) - Convert(money,(tbl_BidQuotas.fld_CostPerRecruit * tbl_Bids.fld_RecruitingDiscount))), 0) AS 'fld_CPRDiscount', [/CODE] my …
I am doing a response.write to write javascript to the page from the code behind. What I dont understand is why it is enlarging my text in the Table Headers? Has anyone had this problem before? Or know what to do?
I am building an application in which sends an outside server data, it then shoots back data which pertains to what I sent. The problem that I am having is that the maximum amount of bytes tha will come back is 8001. The program works fine as long as the …
I am a beginner at this stuff so its probably something easy im asking. However I am trying to pass an array of data to a function and I keep getting this error: missing ) after argument list [IMG]http://astro.temple.edu/~tua11553/error.bmp[/IMG] The "7 For All Mankind Relaxed Vintage Honululu Denim" is one …
I have table in which is created dynamically, the table has a drop down list. When I click the drop down list it posts back and the focus is set back to the top of the page. How can I set the focus to the drop down list that was …
My problem is that I am not receiving all of the data that I should be. I am only receiving 7 records rather then receiving 12. Is there a time limit that a socket can recieve for? Is there something else that could be my problem that I would not …
Im getting a NullReferenceException when I goto add a product to my cart, i get the error when i come to this part [CODE]cart.AddProduct(productnumber, name, price, prodQty, knobColor, finishColor)[/CODE] I use extremely similar code in another one of my projects and do not come across this problem, I have also …
I am new to SQL and I am making an asp.net page in which is a small airline service for a project for scool. For one of my tables I have: AccountID, CustomerName, FrequentFlierMiles, FrequentFliernum for my column names. The acount AccountID column can not have duplicated values and FrequentFliernum …
I am trying to write a program that reads in a text file and prints out how many # of each letter shows up for example if my text files is "Good food" there will be 2- d, 1- f, 1 -g, 4- 0. The problem that I am having …
The End.
firebirds98