hi
I am making a web form in whose name is order.aspx in which user have to add his details .like name contact no etc. but my problem is there are products which i have listed in combo box . if user select any one item from it it shows its quantity .after selecting he quantity the details of product must be displayed in grid view below .then if user select second product it should do the same grid view must add the second product details to it and so on.
1. On Dropdown SelectedIndexChanged Show quantity
2. On quantity TextChanged event show GridView
3. On submit button save data
there is another query my text box should acept only numbers wt should i do.
can u give eg of above result of drop down and rest tow others.
1. You need to use AJAX filter textbox extender for only numbers
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/FilteredTextBox/FilteredTextBox.aspx
2. What example you need?
eg on this
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.