Hi,
i have coded a simple page to take values from sql server 2000 to aspx page using VS.net. It works fine.... i.e. the datas are displayed in the datagrid. But when i use the SQLConnection, SQLDataAdapter object using the tools provided by the VS.NET and run the page it says tht it cannot login using the username provided for the sql server. But the same username and password works fine when i code it manually in VS.NET. Can anybody explain me why??? Whether i need to specify any property.