partial page refresh

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bijaysalotry
    New Member
    • Feb 2007
    • 4

    partial page refresh

    I have created a page which contains 2 grid and other controls.
    There is a button which is used to update one grid but on the basis of grid one which contains key column.page Default.aspx

    My problem is that i want that only grid 2 will be update which get data from another form that is pop up when i click ADD button about the this grid. This form contains one combo box, list box, save button and a grid.
    I have used datatable to store the selected contents selected by the user in this form (Page ADetails.aspx)

    Now i want to update that 2 grid(Page Default.aspx) from that datatable. but if i refresh whole page all the content of this page is refreshed but i want to update that 2 grid only from DataTable of ADetails.aspx page that i have stored in session variable.

    How can i do this plz give me solution for this problem sooooooon!!
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    What is your platform? If you are using .net 2 you can use atlas or ajax.

    Comment

    • bijaysalotry
      New Member
      • Feb 2007
      • 4

      #3
      Originally posted by kenobewan
      What is your platform? If you are using .net 2 you can use atlas or ajax.

      Using asp.net 2.0.
      Is this possible without using atlas or ajax. bcoz i won't work in ajax.
      thanks in advance

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        Originally posted by bijaysalotry
        Using asp.net 2.0.
        Is this possible without using atlas or ajax. bcoz i won't work in ajax.
        thanks in advance
        Ajax lets you do partial page updates.
        I don't think there is anything else out there that will help you do this.
        Atlas is a package put out by Microsoft that will let you use partial page updates and much more. The package has just be fully released asASP.NET Ajax.

        I really think it will help you.

        -Frinny

        Comment

        Working...