Hi,
How to insert data into SQL database and display it in radgrid at client side .
As I'm new to script and telerik , pls provide sample code for the following scenario
1) A dropdown with ProductName as text, and Product id as value
2) A Qty textbox.
3) A Radbutton (ADD ). When the user select the products, & enter the qty. and by clicking the ADD the data has to be update on the grid / or on the sql database.
Pls provide sample code
ProductID numeric
ProductName nvarchar(50)
Qty numeric
How to insert data into SQL database and display it in radgrid at client side .
As I'm new to script and telerik , pls provide sample code for the following scenario
1) A dropdown with ProductName as text, and Product id as value
2) A Qty textbox.
3) A Radbutton (ADD ). When the user select the products, & enter the qty. and by clicking the ADD the data has to be update on the grid / or on the sql database.
Pls provide sample code
ProductID numeric
ProductName nvarchar(50)
Qty numeric