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