database connection between asp.net and sql server 2005
--------------------------------------------------------------------------------
I am new to Visual Studio 2005 and SQL Server 2005.
I have a question of database connection between these two.
My code is below:
In index.aspx:
<aspropDownLi st ID="cbopobcount ry" runat="server" Width="160px"...
User Profile
Collapse
-
database connection between asp.net and sql server 2005
-
database connection between asp.net and sql server 2005
I am new to Visual Studio 2005 and SQL Server 2005.
I have a question of database connection between these two.
My code is below:
In index.aspx:
<asp:DropDownLi st ID="cbopobcount ry" runat="server" Width="160px" DataSourceID="C ountry" ></asp:DropDownLis t>
<asp:SqlDataSou rce ID="Country" runat="server"
...
No activity results to display
Show More