[DotNetDevelopment] Re: Please help i m not able to update the record

2008-12-08 Thread Cerebrus
You don't look that busy to me. Else you wouldn't be posting inane messages like this one. On Dec 8, 10:16 am, khan abuzaid noorulhaque [EMAIL PROTECTED] wrote: Assalamualikum I am busy for my Mca sem I exam  preparation Regards Abuzaid

[DotNetDevelopment] Re: Please help i m not able to update the record

2008-12-08 Thread dheeraj mittal
change your field name password is a keyword.. dheeraj mittal On Sat, Dec 6, 2008 at 8:49 AM, khan abuzaid noorulhaque [EMAIL PROTECTED] wrote: assalamualikum I have read you problem in C# First open Connection then execute the query string updatePassword = Update LoginTable

[DotNetDevelopment] Re: Please help i m not able to update the record

2008-12-07 Thread khan abuzaid noorulhaque
Assalamualikum I am busy for my Mca sem I exam preparation Regards Abuzaid On Fri, Dec 5, 2008 at 12:37 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks to all I solve the error On Dec 3, 7:37 pm, Mohammad Irshad Ali Ansari [EMAIL PROTECTED] wrote: hello, i have got one

[DotNetDevelopment] Re: Please help i m not able to update the record

2008-12-06 Thread Cerebrus
Dunno about the guys, but with the gals, I always try very hard, but it somehow never goes to the catch block. It's preordained to be the finally block with them. :P On Dec 4, 12:42 am, Brandon Betances [EMAIL PROTECTED] wrote: C, you'd be surprised at the amount of guys and gals that don't

[DotNetDevelopment] Re: Please help i m not able to update the record

2008-12-06 Thread Brandon Betances
lol yea thats about right. On Sat, Dec 6, 2008 at 2:42 PM, Cerebrus [EMAIL PROTECTED] wrote: Dunno about the guys, but with the gals, I always try very hard, but it somehow never goes to the catch block. It's preordained to be the finally block with them. :P On Dec 4, 12:42 am, Brandon

[DotNetDevelopment] Re: Please help i m not able to update the record

2008-12-05 Thread [EMAIL PROTECTED]
Thanks to all I solve the error On Dec 3, 7:37 pm, Mohammad Irshad Ali Ansari [EMAIL PROTECTED] wrote: hello, i have got one problem, i m not able to update the password or u can say that i m not able to change the password help please. and i m a beginner so please explain me what should

[DotNetDevelopment] Re: Please help i m not able to update the record

2008-12-04 Thread [EMAIL PROTECTED]
okay means i have to add the try catch block, i will and i m getting the error of syntax error in update statement On Dec 3, 11:14 pm, Cerebrus [EMAIL PROTECTED] wrote: Where is your try-catch-finally block ? What exception do you receive. not able to change the password doesn't really tell

[DotNetDevelopment] Re: Please help i m not able to update the record

2008-12-04 Thread Troy International
wat the error you got... On 12/4/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: okay means i have to add the try catch block, i will and i m getting the error of syntax error in update statement On Dec 3, 11:14 pm, Cerebrus [EMAIL PROTECTED] wrote: Where is your try-catch-finally block

[DotNetDevelopment] Re: Please help i m not able to update the record

2008-12-03 Thread Cerebrus
Where is your try-catch-finally block ? What exception do you receive. not able to change the password doesn't really tell us anything about the error your receive (if at all you do). On Dec 3, 7:37 pm, Mohammad Irshad Ali Ansari [EMAIL PROTECTED] wrote: hello, i have got one problem, i m not

[DotNetDevelopment] Re: Please help i m not able to update the record

2008-12-03 Thread Brandon Betances
C, you'd be surprised at the amount of guys and gals that don't include extensive exception handling in their code. That's a no-no to me. On Wed, Dec 3, 2008 at 1:14 PM, Cerebrus [EMAIL PROTECTED] wrote: Where is your try-catch-finally block ? What exception do you receive. not able to change