I am using Telerik controls in Visual Studio 2008, in RadGrid. I create a PopUp windows includes all the TextBoxes and controls that I need to use in database but how can I declare a function in order to insert, update and delete ? And where!?
Share
You can use Data Access Layer for Definition of the the function to send the request to database
If you want to use SQL Server. Following is the code.
You can also use Microsoft Enterprise Library
You can Use Business Logic Layer to call the database layer function and also can perform validations before sending the data to
Presentation LayerFinally, You can call the Business Logic Layer objects in your
Presentation layer