DocHub is an all-in-one PDF editor that lets you erase size in aspx, and much more. You can underline, blackout, or remove paperwork fragments, add text and pictures where you need them, and collect information and signatures. And since it runs on any web browser, you won’t need to update your device to access its powerful features, saving you money. With DocHub, a web browser is all it takes to process your aspx.
Sign in to our service and follow these instructions:
It couldn't be easier! Streamline your document processing now with DocHub!
hello welcome to Collegium technologies I am venket this is part 41 of asp.net preview tutorial in this video well discuss about inserting updating and deleting data using details view and object data source control in the previous session we discussed about doing exactly the same thing using sequel data source control in this video we will be using object data source control obviously we will have to use object data source control to perform insert update and delete then our employee data access layer should have those respective methods now if you remember in the previous sessions we have been building employee data access layer but this layer has got only methods to select employeeamp;#39;s data at the moment so obviously we need to add insert update and delete methods as well for our employee data access layer and to speed things up I have this code already type so let me copy and paste that within our employee data access layer class so the first method here is going to be insert