A
askr
I need to create a ASP.NET Web Page with a Pivot Table using VB.NET,
which reads data from a Query/View/Stored Procedure from a SQL Server
2000 Database.
Can anyone please give me an example of the above. I have seen some
examples of such an implementation but in all the examples, the
Connection String is exposed when we view the source of the page,
which I do not want to expost. I would like to control the connection
and content through the Code Behind Page. I beleive this can be done
through the Interop Assemblies.
Pl. Help
which reads data from a Query/View/Stored Procedure from a SQL Server
2000 Database.
Can anyone please give me an example of the above. I have seen some
examples of such an implementation but in all the examples, the
Connection String is exposed when we view the source of the page,
which I do not want to expost. I would like to control the connection
and content through the Code Behind Page. I beleive this can be done
through the Interop Assemblies.
Pl. Help