Forum: ASP.NET Jul 23rd, 2005 |
| Replies: 5 Views: 6,532 Hi Paladine,
I really like your tutorials because they are very straight forward and simple.
Have you ever wrote one on Role-base Security connect to Ms Access?
Are you planning to write one... |
Forum: C# Jul 13th, 2005 |
| Replies: 67 Views: 157,283 Hi Paladine,
As i've got an error '(Login.WebForm1.DBConnection(string, string)' now my code is work. Yeah! i've put "return true;" on the c# code.
Cheers,
Bee |
Forum: C# Jul 13th, 2005 |
| Replies: 67 Views: 157,283 I've got a full error when i change code "(Login.WebForm1.DBConnection(string, string): not all code paths return a value".
Do you have any idea?
Thanks,
Bee |
Forum: C# Jul 13th, 2005 |
| Replies: 67 Views: 157,283 Hi Paladine,
Thanks for your explanations. I've to change as your idea from "(objReader.GetValue(0) = 0)" to "(int)objReader.GetValue(0) = 0" as your idea it's still got error... |
Forum: C# Jul 12th, 2005 |
| Replies: 67 Views: 157,283 Hi Paladine,
Thank you so much for your explanations.
Why are you converting an int value to a string and comparing it to a string int?
- Sorry i'm poor experience about c# programing so some... |
Forum: C# Jul 12th, 2005 |
| Replies: 1 Views: 20,778 Hi Anyone,
I've made a web application, and now I want my web login by username and password as below but it's have got error('Login.WebForm1.DBConnection(string, string)': not all code paths... |
Forum: ASP.NET Jul 12th, 2005 |
| Replies: 151 Views: 185,204 Hi Paladine,
If you have to read mu post please go to this link http://www.daniweb.com/techtalkforums/thread24148.html
I've a problem when i try to work for AccessDB with c#.
thanks,
... |
Forum: C# Jul 12th, 2005 |
| Replies: 67 Views: 157,283 Hi Paladine,
I have to modify the c# code from the SQL server example to work for AccessDB
but it's doesn't work. Please see my code as below;
private bool DBConnection(string strUserName,... |