Please help on this
I have used this code in ms Access which uses on keypress function and it is working well. My problem is implementing in asp.net.
When the user searchs for a student it automatically populates the datagrid with any available student using the storedprocedure to search the sqlserver database.
I want all my Gridviews to be editatable to allow me enter the payment details.