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

Is there any way to deploy an item without using this attribute ? I'm
I am using NHibernate and ninject in ASP.Net MVC, using this page as a
this might be a stupid question, but I'm using asp.net list control that creates
Actually, I'm using this way. Do you have a better way? private bool AcceptJson(HttpRequest
For example, your application is using this way for passing vars into your application
I've two programs I'm using in this way: $ c_program | python_program.py c_program prints
I am trying to trigger the onScroll event this way using prototype: Event.observe(document, 'scroll',
I am using this technique: is there a way to hold the values? -
I'm using the Python Shell in this way: >>> s = 'Ã' >>> s
Python has this wonderful way of handling string substitutions using dictionaries: >>> 'The %(site)s

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.