You should be able to do this simply by dragging on a SQLDataSource control on your page and configuring it to use SQLServer and then providing the connection string to the SQL Server 2000 database you would like to connect to.
Then you can use any of the databound controls such as gridview or detailsview to bind to the SQLDataSource.
How to connect to msqlServer 2000 ?
Yosi345
You should be able to do this simply by dragging on a SQLDataSource control on your page and configuring it to use SQLServer and then providing the connection string to the SQL Server 2000 database you would like to connect to.
Then you can use any of the databound controls such as gridview or detailsview to bind to the SQLDataSource.
Omar (msft)
Sooraj B
If you want to connect to SQLServer look up ADO and SqlConnection.
Other wise please expand on your question.
Regards