remember my friend. Its microsoft
J
javiersolis1983
@javiersolis1983
Posts
-
PC Requirement -
how to list all the databases in the availables SQL serverYou must reference the COM Library Microsoft SQLDMO, you must install client tools and SQL service pack 3a in your PC. With this library you can list al server, for each server the databases and for each database all the tables. And other stuffs.
-
Calling a button event from another page in c#yes. i think the same as colin. But if you want to do this you might declare the event of this button as public instead of private. But what you are trying to do isnt right.