How i can made system analiess to my web site or my project ex DB how i can make tables and conect between two table how?????
Loading
How i can made system analiess to my web site or my project ex DB how i can make tables and conect between two table how?????
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vijaya KadiyalaPosted Apr 8, 2008, 11:45 AM
Hi,
are you asking "XML transformation using Xslt in C#"?
Thanks -- Vj
http://dotnetvj.blogspot.com
dadi mixPosted Mar 19, 2008, 8:19 PM
Transform changes name of the attribute and elements,
value of attribute..........
......
Can anyone show me some examples?
Thanks Dadi.
f ffffffffffPosted Aug 11, 2007, 3:02 PM
Munir ShaikhPosted Aug 10, 2007, 11:20 AM
Hi,
For creating tables yor have to have either Ms-Access or Sql Server 2000/2005
Here is example with MS-Access
If you are new then have this sample code here
<%@ Import Namespace="System.Data.OleDb" %>
Create a DataReader
<%@ Import Namespace="System.Data.OleDb" %>
Bind to a Repeater Control
<%@ Import Namespace="System.Data.OleDb" %>