Dear Sir:
i need to use Allow Add New option in WebGrid 7.1 to make addition new row easer than building form for add parameters to WebGrid and Database>>
but after clicked add in the buttom of webgrid and filled all cells in added row , how i make save for each row.
i mean when user navigate to another row i need to send update filled informations that written in the added row that used add button in the webgrid.
or can any body help me what is the best way that i can use Add option in webGrid ?
my table :
Order_ID ------ > AutomaticNumber
Order_Date --------> DateTime
Project_ID ------------> Number
Name --------------------> String
after i clicked Add , row added in DataBase with Empty Parameters but i need to Add row with all parameters that i need not with Empty. ??? please help me.