Tuesday, 10 September 2013

C# Partial-Page Update Sample Ajax Application

  • In the AJAX Extensions tab of the toolbox, double-click the ScriptManager control to add it to the page.
  • Drag an UpdatePanel control from the toolbox and drop it underneath the ScriptManager control.
  • Add those controls that you need to be partially updated.
More

No comments:

Create modal using HTML and CSS

<body>   <dialog id = "modal">      <div>        <h1>Title</h1>        <p>Sample Text</p...