Testing Syntax Highlighter

SQL:
[code=sql]
select * from test
update test set a=’b’ where a=’a’
delete from test;
[/code]
C#:
[code=c#]
protected void Page_Load(object sender, EventArgs e)
{
// Connect to the Database
MySqlConnection myConnection = new MySqlConnection(ConfigurationSettings.AppSettings[“SQLConnectionString”]);
string SQL_QUERY = “SELECT * FROM table”;
MySqlCommand myCommand = new MySqlCommand(SQL_QUERY, myConnection);
myConnection.Open();
rptRSS.DataSource = myCommand.ExecuteReader(CommandBehavior.CloseConnection);
rptRSS.DataBind();
myConnection.Close();
}
[/code]
HTML:
[code=html]

1 / 2





?

?

+ wELCOMe + IE 6.0 +
1024×768

***

wEB lOg —->

***

cYCLISt lOg —->

***





















[/code]
XML:
[code=xml]
-
-
-
-
-
-
-
-










-





-
1
2006-03-20T14:40:21.6406250+08:00
a
a
a

-
2
2006-03-20T14:40:51.7500000+08:00
1
2
3

-
3
2006-03-20T14:55:35.8906250+08:00




-
4
2006-04-04T23:06:54.7031250+08:00
gf
sf
fasf

[/code]

Leave a Reply

Your email address will not be published. Required fields are marked *