[ASP.net] Loading

Source: Internet
Author: User
The method is simple. Let's take a look at the code!
It is packaged into a control. Download address:
Http://upserver4.ys168.com/ys168up/D1/YY1.aspx? F = signature
The following is the source code:
==========================================
Using System;
Namespace HDControl
{
/// <Summary>
/// Summary description for Loading.
/// </Summary>
Public class Loading
{
Private System. Web. UI. Page Sender;
Private string strImagePath;
Public object Page
{
Get
{
Return Sender;
}
Set
{
Sender = (System. Web. UI. Page) value;
}
}
Public string ImageMapth
{
Get
{
Return strImagePath;
}
Set
{
StrImagePath = value;
}
}
Public Loading ()
{
//
}
Public Loading (object sender)
{
Page = sender;
}
Public Loading (object sender, string ImageMapth)
{
Page = sender;
This. strImagePath = ImageMapth;
}
/// <Summary>
/// Load script to page
/// </Summary>
Public void Load ()
{
If (! This. Sender. IsClientScriptBlockRegistered ("startScript "))
{
This. Sender. RegisterClientScriptBlock ("startScript", this. Start ());
This. Sender. RegisterStartupScript ("endScript", this. End ());
}
}
/// <Summary>
/// Script start.
/// </Summary>
/// <Returns> </returns>
Private string Start ()
{
String strStyle = "BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none ";
System. Text. StringBuilder strScript = new System. Text. StringBuilder ();
StrScript. Append ("<div id =" loading "> ");
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.