Hi all,
I am having an aspx page to purchase an item.
it contains 4 fields..
1.purchase id(textbox)
2.product id(dropdownlist )
3.dateofpurchas e(textbox)
4.number of items purchased(textb ox)
if the product id is not available, there is a button in the page to redirect the control to another page to enter the new product details...
in tht page i have to give product id for the new product.. and other details about new product.
After entering all the details about a product i have to click on a button which redirects the control to the previous page(purchase).
i need to get the product id if the new product as the selected item when i load into the purchase page..
Please help me...
regards,
Mathew
I am having an aspx page to purchase an item.
it contains 4 fields..
1.purchase id(textbox)
2.product id(dropdownlist )
3.dateofpurchas e(textbox)
4.number of items purchased(textb ox)
if the product id is not available, there is a button in the page to redirect the control to another page to enter the new product details...
in tht page i have to give product id for the new product.. and other details about new product.
After entering all the details about a product i have to click on a button which redirects the control to the previous page(purchase).
i need to get the product id if the new product as the selected item when i load into the purchase page..
Please help me...
regards,
Mathew
Comment