Click here to Skip to main content
16,017,259 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys, i am totally new to asp.net or C#.. In a page i need to have a gridview, which at start will contain a single row. there are 3 columns (2 textbox and 1 label).
one of these textbox has autocomplete feature, so whn i write a item name in that textbox and in the other textbox put a quantity, i need to display the item's price from database * the quantity in the label. also i need to add another row and do the similar for that row also. at the end i need to display the sum of all the amounts that has been displayed in each rows in a label outside the gridview.
How do i do this?? i have been searching for around a week now, but still couldn't get it done.. please help..
Posted
Comments
[no name] 25-Jul-12 15:24pm    
Do you have a specific programming question? Everything you wrote is quite a bit of explanation that probably could not be easily answered in a forum post.
Aritra Nath 26-Jul-12 15:51pm    
ok here's a question.. how to i get the rowindex of the gridview from textchanged function??
Sergey Alexandrovich Kryukov 1-Mar-13 14:47pm    
Please stop posting non-answers as "solution". It can give you abuse reports which eventually may lead to cancellation of your CodeProject membership.
Comment on any posts, reply to available comments, or use "Improve question" (above).
Also, keep in mind that members only get notifications on the post sent in reply to there posts.
—SA

1 solution

If you're 'totally new' to both, then this is an insane task for you. You should learn C#, then if you already know HTML and SQL, learn ASP.NET. You've spent a week trying to solve a specific task ? It would go faster if you broke it down in to component steps and worked out how to do those. I hope no-one is waiting for you to complete this, if you spent a week trying to work out how to do one task ?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900