I have a aspx form used to make a new database record entry. After the push the Add button, I want to show the user effect that give impression of processing. Please show me directly on my form where to add such JQuery to perform this.
The effect I want is shown directly after the user click PosttheReply button, while all the form objects become disappeared.
The form markup code:
<%@ Page Title="" Language="VB" MasterPageFile="~/MasterPages/MasterPage.master" AutoEventWireup="false" CodeFile="ReplyPosting.aspx.vb" Inherits="NewPosting_ReplyPosting" MaintainScrollPositionOnPostback="true" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.OfficeCell
{
border: thin solid #000000;
background-colo ...
Go to the complete details ...