DbCombo

Written by Rick Barber


Continued from page 1

Atrepparttar top ofrepparttar 133388 page where you are going to use DbCombo, you need to addrepparttar 133389 following lines:

<%@ Register TagPrefix="DbCombo" Namespace="Cambro.Web.DbCombo" Assembly="Cambro.Web.DbCombo" %> <%@ Import Namespace="System.Data.OleDb" %> <%@ Import Namespace="System.Data.SqlClient" %> <%@ Import Namespace="System.Data" %>

Addrepparttar 133390 following betweenrepparttar 133391 tags ofrepparttar 133392 page to add a Server Method. Make sure you changerepparttar 133393 connection string and query to reflect your settings as indicated inrepparttar 133394 comments below.

Addrepparttar 133406 following to place an instance of DbCombo wherever you desire onrepparttar 133407 page: Note: Since this is an ASP.Net component it needs to be inside of a

tag.

You now have a functioning DbCombo control on your page. You should installrepparttar 133408 latest version on your development machine to test with before uploading it to a live production server. You can getrepparttar 133409 latest here: http://www.dbcombo.com/download.aspx. The download includes over 15 various demos and tutorials along with a comprehensive help file and a user manual. The manual is thorough and includes code samples in VB.Net and C# to get you up to speed quickly.

Rick Barber is a support specialist with ORCS Web, Inc. - a company that provides managed hosting services for clients who develop and deploy their applications on Microsoft Windows platforms.

Rick Barber is a support specialist with ORCS Web, Inc. - a company that provides managed hosting services for clients who develop and deploy their applications on Microsoft Windows platforms.


Change Password for SQL Server User

Written by David Weber


Continued from page 1

sp_password 'currentPSWD', 'newPSWD'

Be sure to use a strong password, "newPSWD" is just an example. I always like to test any change like this right away. For a quick test to confirm thatrepparttar new password is working, close Query Analyzer and then re-connect withrepparttar 133387 new password. That is all there is to it, except for changing your connections string. It is obvious, but still critical to remember to changerepparttar 133388 password in your connection string if this SQL Username is used in your code. Oncerepparttar 133389 password has been changed and tested with Query Analyzer, updaterepparttar 133390 connection string withrepparttar 133391 new password and test that e verything still works correctly, and you're done.

David Weber is a support specialist with ORCS Web, Inc. - a company that provides managed hosting services for clients who develop and deploy their applications on Microsoft Windows platforms.

David Weber is a support specialist with ORCS Web, Inc. - a company that provides managed hosting services for clients who develop and deploy their applications on Microsoft Windows platforms.


    <Back to Page 1
 
ImproveHomeLife.com © 2005
Terms of Use