i want to show all databases that are installed on my sql server .. on an asp.net page .
how i can do that ?
then after selecting a database i want to show a list of all tables in that databas...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23809089.html
Summary:
Say I have a page called issueReport.aspx page, i pass a URL that has fields Comments1, Comments2, and Comments3. Comments2 is derived from selections from a limitless ListBox. Then al...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_2.0/Q_23855467.h...
I am a very beginner and been thrown into a weekend project. I have a database created in MSSQL which I need to interface to with a form. I need the ability to edit, save or submit field entries....
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2422...
I need to extend the timeout for the login method built in to Visual Studio.
i have forms to fill in within the member pages, and the login session is timing out before they are complet and save...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_24854472.html
Greetings,
The code in the snippet below is called during Form load to populate a DataGridView and attach event handlers.
I have no problem verifying cell contents as the user makes changes. ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23974553.html
I want to retrieve a record from mssql using asp.net (codebehind in c#).
The flow should be like following:
I enter a username in a text box and click on the search button.
This will retrieve ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23655522.html
Greetings. In doing some playing / learning in a database project (c# SQL Project) I have created a couple assemblies that I can not figure out how to drop. When I run:
DROP ASSEMBLY [SqlClass...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2411...