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

  • Home
  • SEARCH
  • 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 4060074
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T15:17:30+00:00 2026-05-20T15:17:30+00:00

i am using this way to bind ASP.NET GridView Without postback. i want to

  • 0

i am using this way to bind ASP.NET GridView Without postback.
i want to know what are the problems of this way?
what are the alternative ways?
here is my code :

 <input id="btnLoadDIV" type="button" value="button" />
                  <div id="somediv">
        </div>
 <script>
   $(document).ready(function () {
            $("#btnLoadDIV").click(function (e) {
                e.preventDefault();
                  var url;
            url = "test.aspx?type=test1";
            $("#somediv").load(url);
            });
        });
     </script>

Test.aspx BehindCode Code :

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        If Request.QueryString("type") = "test1" Then
bindgrid()
End If
End Sub

Test.Aspx markup code :

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <asp:GridView ID="GridView1" runat="server">
    </asp:GridView>
    </form>
</body>
</html>

thanks. regards.

  • 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-20T15:17:31+00:00Added an answer on May 20, 2026 at 3:17 pm

    Some basic things you ought to be aware of:

    1. The page will fully execute it’s life cycle even if only part of the page is being updated.

    2. Grid views have a horrible footprint and I haven’t used them in a long time because of it.

    Potential alternatives:

    1. Use a generic handler (.ashx) for running your ajax requests.
    2. If you really want to use ajax on a grid view you might want to read this: http://mattberseth.com/blog/2007/05/7_simple_steps_to_ajaxenable_y.html
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Actually, I'm using this way. Do you have a better way? private bool AcceptJson(HttpRequest
Python has this wonderful way of handling string substitutions using dictionaries: >>> 'The %(site)s
Is there any way to clean up this type of loop using LINQ? List<Car>
This recent question about sorting randomly using C# got me thinking about the way
Using PHP, what's the fastest way to convert a string like this: 123 to
Is there any smart way to do this? If using Linq2Nhibernate , you really
I'm trying to bind an ASP.net DropDownList to the results of an entity framework
I have been using telerik extensions for an asp.net mvc project, more specifically the
I'm trying to migrate to ASP.Net MVC 2 and meet some issues. Here is
We are using asp.net ajax 1.1 (and can't upgrade to latest for internal known

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.