Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5971467
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T20:31:13+00:00 2026-05-22T20:31:13+00:00

I am using Telerik controls in Visual Studio 2008, in RadGrid. I create a

  • 0

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!?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T20:31:14+00:00Added an answer on May 22, 2026 at 8:31 pm

    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.

    using (System.Data.SqlClient.SqlConnection con = new SqlConnection("YourConnection string")) { 
        con.Open(); 
        SqlCommand cmd = new SqlCommand(); 
        string expression = "Parameter value"; 
        cmd.CommandType = CommandType.StoredProcedure; 
        cmd.CommandText = "Your Stored Procedure"; 
        cmd.Parameters.Add("Your Parameter Name", 
                    SqlDbType.VarChar).Value = expression;    
        cmd.Connection = con; 
        using (IDataReader dr = cmd.ExecuteReader()) 
        { 
            if (dr.Read()) 
            { 
            } 
        } 
    }
    

    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 Layer

    Finally, You can call the Business Logic Layer objects in your Presentation layer

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently using Visual Studio 2008 to develop a hierarchical grid that displays
Currently using Telerik ASP .NET MVC Controls version 2011.2.712 Hello all, I am trying
I have develop small Asp.net MVC3 application using Telerik rad Controls with in that
I am using Telerik controls in my webforms and want to serialize object on
I'm using the Telerik RAD Controls RADEditor/WYSIWYG control as part of a Dynamic Data
I have an ASP.NET application using the Telerik Q1 2009 controls. I have a
Ive no problems using Javascript to read the rows of a telerik radgrid component
I am using Telerik controls in an ASP.NET Website. It takes time while sending
We're using the Telerik Rad Controls for ASP.Net Ajax on an ASP.Net MVC project.
We have two asp.net sites (based on episerver). Using Telerik Asp.net controls. We have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.