G
Guest
Hi All,
In one of my web form we are using datagrid server control. There are 5 columns (Sr.No,ProductID,ProductName,Quantity,Rate) in the gird. In footer or edit template I used textbox and dropdownbox controls.
What I want if user put some values in textbox (for ex. ProductID), ProductName automatic select in next column or if user select ProductName from DropDownlist ,the ProductID automatic display in Textbox. Productlist is bind with products table. I also set AutopostBack=True for both the controls. I want this functionality work with both the cases (Footer/Edit).
So how can I trap this event in datagrid.
Please help me.
Thanks in advance
Amit Pardeshi
In one of my web form we are using datagrid server control. There are 5 columns (Sr.No,ProductID,ProductName,Quantity,Rate) in the gird. In footer or edit template I used textbox and dropdownbox controls.
What I want if user put some values in textbox (for ex. ProductID), ProductName automatic select in next column or if user select ProductName from DropDownlist ,the ProductID automatic display in Textbox. Productlist is bind with products table. I also set AutopostBack=True for both the controls. I want this functionality work with both the cases (Footer/Edit).
So how can I trap this event in datagrid.
Please help me.
Thanks in advance
Amit Pardeshi