
May 19th, 2005, 02:08 PM
|
 |
Contributing User
|
|
|
|
|
ASP - Read Before Posting!!!
Many times people post questions without providing the necessary details someone would need to adequately assist them.
So below is an outline of what you should include when posting a question.
1) Is it a Windows Application, Web Application, Web Service, etc...
2) What language are you using? VB.NET, C#?
3) Are you connecting to a database?
4) If so, which one? MS SQL (If Version 6.5 please specify that because you can't connect to SQL 6.5 with the SqlConnection Class), Access, etc...
5) Provide details as to what you are trying to accomplish
Example: Verifcation to compare username and password in a form to values in a database.
6) Prior to posting any questions, please do a search first to verify that the question hasn't already been asked and answered before.
7) When posting code please place your code between {code} {/code} tags (Replacing {} with []).
Please DO NOT use colors in your code (except for comments), it makes the code hard to read.
|