I wanted to create a generic control that would allow me to pass in a table name and connection then display the data in a grid possibly. I am guessing I might want to bind it to an ultradatasource? Not sure, but I also want the ability to add/update/delete a row from the grid and database. I am not sure how to approach this problem. Any ideas greatly apreciated.
Hi Tony,
Your question is a bit vague. You could acheive this using a Preset. You can do into the grid designer and set up a Preset with the propertie syou want on the grid, like AllowUpdate, AllowDelete, AllowAddNew, etc. Then load that preset into any grid you want.