Click here to Skip to main content
15,897,273 members
Home / Discussions / Database
   

Database

 
GeneralRe: Remote Sql server access Pin
Hesham Amin18-Jun-05 6:11
Hesham Amin18-Jun-05 6:11 
GeneralRe: Remote Sql server access Pin
Luis Alonso Ramos18-Jun-05 6:14
Luis Alonso Ramos18-Jun-05 6:14 
GeneralFirst available number Pin
gharryh18-Jun-05 0:10
gharryh18-Jun-05 0:10 
GeneralRe: First available number Pin
Hesham Amin18-Jun-05 3:55
Hesham Amin18-Jun-05 3:55 
GeneralRe: First available number Pin
gharryh18-Jun-05 23:01
gharryh18-Jun-05 23:01 
GeneralRe: First available number Pin
Colin Angus Mackay18-Jun-05 23:46
Colin Angus Mackay18-Jun-05 23:46 
GeneralRe: First available number Pin
gharryh20-Jun-05 7:32
gharryh20-Jun-05 7:32 
GeneralRe: First available number Pin
Colin Angus Mackay20-Jun-05 10:36
Colin Angus Mackay20-Jun-05 10:36 
Your variable name was lblCount. It uses Hungarian Notation - that is a way of writing into the variable name the type information. (e.g. the lbl prefix suggests that the variable refers to a Label object.) It was common in languages such as C++. Some ex-C++ programmers continue using it, although the Microsoft guidelines for writing software in .NET applications suggest that you don't use it.

Typically people now only use hugarian notation for user controls so they can differentiate easily between a variable that references the control, and some variable that is being used to hold a value from the control. For example:
lblCount is the control
count is a value that represents a property of the control (typically the Text property). Normally, this is used when extracting the value from the control, or when a value is being generated for the control.

Does this help?


My: Blog | Photos
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More


GeneralWeird problem Pin
Yulianto.17-Jun-05 18:45
Yulianto.17-Jun-05 18:45 
GeneralFinding if date is between two other dates Pin
Luis Alonso Ramos17-Jun-05 14:37
Luis Alonso Ramos17-Jun-05 14:37 
GeneralRe: Finding if date is between two other dates Pin
Richard Deeming20-Jun-05 8:32
mveRichard Deeming20-Jun-05 8:32 
GeneralRe: Finding if date is between two other dates Pin
Luis Alonso Ramos20-Jun-05 18:01
Luis Alonso Ramos20-Jun-05 18:01 
GeneralUrgent help Please - UPDATE error message - Parameter[0]’Airport’has no default value. Pin
jetski441917-Jun-05 10:44
jetski441917-Jun-05 10:44 
GeneralRe: Urgent help Please - UPDATE error message - Parameter[0]’Airport’has no default value. Pin
Colin Angus Mackay17-Jun-05 12:23
Colin Angus Mackay17-Jun-05 12:23 
GeneralRe: Urgent help Please - UPDATE error message - Parameter[0]’Airport’has no default value. Pin
jetski441917-Jun-05 18:37
jetski441917-Jun-05 18:37 
GeneralAdd a timer to webform Pin
NewbieDave17-Jun-05 10:25
NewbieDave17-Jun-05 10:25 
GeneralRe: Add a timer to webform Pin
Colin Angus Mackay17-Jun-05 12:25
Colin Angus Mackay17-Jun-05 12:25 
GeneralMy Article Updated Pin
Ahmed Erarslan17-Jun-05 9:05
Ahmed Erarslan17-Jun-05 9:05 
QuestionCan i include the same columns in unique and non-unique indexes!! Pin
under281116-Jun-05 23:44
under281116-Jun-05 23:44 
AnswerRe: Can i include the same columns in unique and non-unique indexes!! Pin
Colin Angus Mackay17-Jun-05 0:25
Colin Angus Mackay17-Jun-05 0:25 
GeneralRe: Can i include the same columns in unique and non-unique indexes!! Pin
under281117-Jun-05 21:36
under281117-Jun-05 21:36 
GeneralStrong passwords Pin
Brendan Vogt16-Jun-05 21:26
Brendan Vogt16-Jun-05 21:26 
GeneralRe: Strong passwords Pin
Colin Angus Mackay16-Jun-05 22:41
Colin Angus Mackay16-Jun-05 22:41 
GeneralAlter Table with constraint Pin
.NetRams16-Jun-05 19:10
.NetRams16-Jun-05 19:10 
GeneralRe: Alter Table with constraint Pin
Colin Angus Mackay16-Jun-05 22:43
Colin Angus Mackay16-Jun-05 22:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.