Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.50/5 (4 votes)
See more:
Hi,

purchase party name _____________
Mobile no. ______________

Then We insert Item whose we have purchase. in this section below.

Item Section
---------------------------------------------------------
Item Qty Price Amount
---------------------------------------------------------
1.
2.
3.
4.
no. of n items
---------------------------------------------------------

I want to create Item section as it is like as per given
secondly user can insert no. of item

please give example of this
and solve this Que

Thanks
Twinkle
Posted
Updated 5-Oct-10 19:08pm
v2
Comments
Pavel Yermalovich 5-Oct-10 7:01am    
It's quite difficult to understand what you want to implement. Try to give detailed explanation.
Sandeep Mewara 5-Oct-10 17:05pm    
Any effort?
Ankur\m/ 6-Oct-10 5:25am    
I have left a comment to your query. Please check.
(I am not sure if you get notified for the comment that I made to my answer in reply to your question. So this message).

1 solution

You will need data bound controls for this requirement.
Search Google for the same. Read the articles/tutorials/examples.
Then try implementing it. Get back if you have specific issues.
 
Share this answer
 
Comments
jindi123 6-Oct-10 2:29am    
you have suitable example for this .
Ankur\m/ 6-Oct-10 2:57am    
I told you, search Google for 'data bound controls asp.net'. You will find your answer.
jindi123 6-Oct-10 3:52am    
hi ankur please check this link

http://www.solaraccounts.co.uk/help/images/purchase-invoice.png
jindi123 6-Oct-10 3:53am    
i want this in asp.net .
main item insertion
Ankur\m/ 6-Oct-10 5:23am    
Do you have to develop a web application for this? This one looks like a Windows application.
If you want a web application,
-Use a "GridView" for data display part (Qty, Description, Account, etc). You may also add select/edit/delete options to the GridView if needed.
-The values for suppliers, Document Type and VAT treatment will be filled in a "DropDownlist". It is also a data bound control and the value & text can be bound to database.
-To show other values (from database) TextBoxes are used.

I will try to find a simple article which shows similar example.
I must also tell you that these are basic things which you should know if you are developing a web application. I suggest you to read more about asp.net before you start developing.
Hope this helps!

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