2004年8月24日
2004年8月17日
use xslt to translate xml data, and use treeview to display it.
http://aspnet.4guysfromrolla.com/articles/051403-1.2.aspx
TreeView (@msdn)
2004年8月15日
2004年8月11日
XML sorting, paging, multilevel, etc.
http://www.screenbooks.net/jorr/js/
Creating a Pageable, Sortable DataGrid using ASP.NET
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/aspnet-pageablesortable.asp
2004年8月5日
there are some web sites related to http://geneticassociationdb.nih.gov/
http://www-alis.tokyo.jst.go.jp/HOWDY/
http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?CMD=search&DB=snp
http://hgvbase.cgb.ki.se/ (can't get final result 04/08/05)
2004年8月4日
You must install the .NET Framework Redistributable Package version 1.1 prior to installing the .NET Framework SDK.
2004年8月3日
use
http://eutils.ncbi.nlm.nih.gov/entrez/eutils/soap/eutils.wsdl
to check pubmed data
ex:
Feasibility of simplifying balloon mitral valvuloplasty by obviating left-sided cardiac catheterization using on-line guidance with transesophageal echocardiography.
PMID: 12796174
1. use run_eSearch
db=pubmed
term=Feasibility+of+simplifying+balloon+mitral+valvuloplasty
field=titl
you'll get PMID: 12796174
http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term=Feasibility+of+simplifying+balloon+mitral+valvuloplasty&field=titl
2.use run_eSummary
db=pubmedid=12796174
you'll get:
Feasibility of simplifying balloon mitral valvuloplasty by obviating left-sided cardiac catheterization using on-line guidance with transesophageal echocardiography.
http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=pubmed&id=12796174&retmode=xml