hI Guys,
I'm using a Javascript based grid called SlickGrid. On the rowclick event I get the id of the row. I now need to populate a formview in another panel based on that id. How can I achieve this?
Printable View
hI Guys,
I'm using a Javascript based grid called SlickGrid. On the rowclick event I get the id of the row. I now need to populate a formview in another panel based on that id. How can I achieve this?
What will you use?
sqldatasource, simple sql, DAL-objectdatasource?
Each method can accept an id to populate the formview.The idea is to bind the formview with a data method and it's the data method that will populate your formview.
If you want to do this manually on the formview then you have to call each control inside the formview and assign it a value.