Use AJAX technology to write a mini wall Web control

Source: Internet
Author: User
Tags eval net access database
ajax|web| Control


Beginner Ajax Soon, I write a small thing to make a study diary
Message board pictures are as follows:

Sample address: http://www.8dao.net/miniguest/


First, the Access database is used for ease of movement.
Database is simple, table guest, field has Id,name,content

To implement Ajax, it is convenient to use ASP.net Ajax 1.0 bate, which can be downloaded in http://ajax.asp.net.
When installed, open VS2005, create a new asp.net AJAX Enabled Web site project
To add a Web user control minigb.ascx inside, the control code is as follows:

<%@ control language= "C #" Classname= "MINIGB"%>
<%@ Import namespace= "System.Data.OleDb"%>
<%@ Import namespace= "System.Data"%>

<%# DataBinder.Eval (Container.DataItem, "name")%> said:
<%# DataBinder.Eval (Container.DataItem," content ")%>

This completes the control and then calls the control on the page, and the page that calls the control must have a ScriptManager control to use.

This control can be modified as an article comment control, plus a: more ... , the comment is available by the article ID.


Beginner Ajax, do an application, as a learning log. Also hope to teach more.
Http://www.cnblogs.com/aowind/archive/2006/11/21/567157.html




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.