Click here to Skip to main content
15,867,453 members

Comments by Rob Branaghan (Top 134 by date)

Rob Branaghan 24-Feb-16 6:08am View    
Are you writing this program as a Console Program or a Win Forms program?
Rob Branaghan 24-Feb-16 6:06am View    
Hi, Looking at your code you are not using the Master Page correctly.

If you add a master page to your project, and then add a new page (using Master page) select your new master page, and paste the code into a content placeholder and try that.
Rob Branaghan 23-Dec-15 6:25am View    
Is the table users_login using TheAttempts as a varchar and not using an int? Because at a guess if theVal == "one", does that mean you have the same code except for setting "TheAttempts" to be "two"?
Also, it would be best to use "Using" Sql Connection and Command, otherwise you will have an open connection.
Rob Branaghan 4-Nov-14 7:03am View    
Are you populating your combobox dynamically?
If you have then I think you want to look at SelectedItem, rather than value?
Rob Branaghan 4-Nov-14 7:01am View    
What background code do you have? (The Default.aspx.cs file)
Because you will probably have some code for when the text has changed in the txtCustomer?