摘要:
近日在博客园上看到有朋友写的让Repeater实现多行多列的代码: public int i = 0; protected void Repeater1_ItemDataBound(object sender, RepeaterItemEventArgs e) { if (i % 3 == 0) { e.Item.Controls.Add(new LiteralControl("</TR... 阅读全文
摘要:
近日google网站提供了google language api 函数,用户只需调用其函数就可实现google网站上的翻译功能<%@ Page Language="C#" AutoEventWireup="true" CodeFile="fanyi.aspx.cs" Inherits="fanyi" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHT... 阅读全文