how to use ICALLBACK Function in ASP.NET2.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • seniteshmishra
    New Member
    • Jun 2007
    • 1

    how to use ICALLBACK Function in ASP.NET2.0

    Hi all,
    I want to know that how can i make a function in .cs file and run it by javascript.
    Means I want to fragmental refresh of page
  • TRScheel
    Recognized Expert Contributor
    • Apr 2007
    • 638

    #2
    Originally posted by seniteshmishra
    Hi all,
    I want to know that how can i make a function in .cs file and run it by javascript.
    Means I want to fragmental refresh of page
    I think you are going to have to elaborate on what exactly you are having issues with.

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Originally posted by seniteshmishra
      Hi all,
      I want to know that how can i make a function in .cs file and run it by javascript.
      Means I want to fragmental refresh of page
      I'm not sure what you mean either.

      I think you're going to want to look into Ajax.NET. Ajax allows you to send asynchronous calls to the server and so postbacks won't refresh the whole page.

      -Frinny

      Comment

      Working...