i gave one dropdown which name is ddlproduct and one textbox name txtqunatity
when the ddlproduct.selectedvalue and txtquantity send to database then it return some msg
but to that return only when ddlprodcut set to postback=true but i want to do this on when the value is insert in textbox then it return the result

Imran BashirPosted Aug 1, 2016, 5:30 AM
Praveen Kumar Sreeram
thanks. if set the textbox to postback then where i have to paste the code to for check in database .in page load event here is the code which im using inImran BashirPosted Aug 1, 2016, 5:25 AM
Vishal Jadav
thanks. i have a stock table in database and dropdown list show the product and textbox for quantity when the user enter the quantity then it select the product in dropdown then check in database if the product available or not so that is why im using this ..but every time i have to select the product again to check the may be low quantity available or not so that is why i want to do this action on textbox not on dropdown. kindly guide me or give me a some referenceVishal JadavPosted Aug 1, 2016, 3:25 AM
Ashiwani SharmaPosted Aug 1, 2016, 3:21 AM
Praveen SreeramPosted Jul 31, 2016, 9:56 PM