Click here to Skip to main content
16,009,112 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Probelm in ajax password strength control Pin
Baran M20-Jul-09 0:17
Baran M20-Jul-09 0:17 
QuestionFileUploading gives error on Production Server Pin
meeram39519-Jul-09 19:03
meeram39519-Jul-09 19:03 
AnswerRe: FileUploading gives error on Production Server Pin
Brij19-Jul-09 19:26
mentorBrij19-Jul-09 19:26 
GeneralRe: FileUploading gives error on Production Server Pin
meeram39519-Jul-09 19:37
meeram39519-Jul-09 19:37 
AnswerRe: FileUploading gives error on Production Server Pin
Abhijit Jana19-Jul-09 19:30
professionalAbhijit Jana19-Jul-09 19:30 
GeneralRe: FileUploading gives error on Production Server Pin
meeram39519-Jul-09 19:42
meeram39519-Jul-09 19:42 
GeneralRe: FileUploading gives error on Production Server Pin
Abhijit Jana19-Jul-09 19:47
professionalAbhijit Jana19-Jul-09 19:47 
AnswerRe: FileUploading gives error on Production Server Pin
N a v a n e e t h19-Jul-09 22:25
N a v a n e e t h19-Jul-09 22:25 
QuestionDataBinding: 'System.Data.DataRowView' does not contain a property with the name 'Coupon_Info'. Pin
haleemasher19-Jul-09 18:23
haleemasher19-Jul-09 18:23 
QuestionPOST and GET Method Pin
syaiful_8619-Jul-09 16:14
syaiful_8619-Jul-09 16:14 
AnswerRe: POST and GET Method Pin
Abhijit Jana19-Jul-09 18:09
professionalAbhijit Jana19-Jul-09 18:09 
GeneralRe: POST and GET Method Pin
syaiful_8622-Jul-09 14:28
syaiful_8622-Jul-09 14:28 
Questionhow do put java applet and slideshow in asp.net Pin
ashutosh_karna19-Jul-09 8:10
ashutosh_karna19-Jul-09 8:10 
AnswerRe: how do put java applet and slideshow in asp.net Pin
Abhijit Jana19-Jul-09 8:15
professionalAbhijit Jana19-Jul-09 8:15 
QuestionHow to save webpage to client machine in asp.net Pin
ashutosh_karna19-Jul-09 8:02
ashutosh_karna19-Jul-09 8:02 
AnswerRe: How to save webpage to client machine in asp.net Pin
Abhijit Jana19-Jul-09 8:20
professionalAbhijit Jana19-Jul-09 8:20 
GeneralRe: How to save webpage to client machine in asp.net Pin
ashutosh_karna19-Jul-09 8:32
ashutosh_karna19-Jul-09 8:32 
AnswerRe: How to save webpage to client machine in asp.net Pin
Christian Graus19-Jul-09 14:02
protectorChristian Graus19-Jul-09 14:02 
QuestionCalling Button_click event from Tab key_press event Pin
ashutosh_karna19-Jul-09 7:54
ashutosh_karna19-Jul-09 7:54 
AnswerRe: Calling Button_click event from Tab key_press event Pin
Christian Graus19-Jul-09 15:07
protectorChristian Graus19-Jul-09 15:07 
QuestionRegular Expression For RFC 3986 URI Pin
mj_developer19-Jul-09 4:30
mj_developer19-Jul-09 4:30 
AnswerRe: Regular Expression For RFC 3986 URI Pin
Abhijit Jana19-Jul-09 4:52
professionalAbhijit Jana19-Jul-09 4:52 
QuestionSqlCommands.ExecuteNonQuery always return -1 Pin
vnsraj18-Jul-09 21:30
vnsraj18-Jul-09 21:30 
AnswerRe: SqlCommands.ExecuteNonQuery always return -1 Pin
Parwej Ahamad18-Jul-09 22:25
professionalParwej Ahamad18-Jul-09 22:25 
For UPDATE, INSERT, and DELETE statements, the return value is the number of rows affected by the command. When a trigger exists on a table being inserted or updated, the return value includes the number of rows affected by both the insert or update operation and the number of rows affected by the trigger or triggers. For all other types of statements, the return value is -1. If a rollback occurs, the return value is also -1.

Anyways if you are able post here your piece of code and Sql statement then would be helpful to assist you.


GeneralRe: SqlCommands.ExecuteNonQuery always return -1 Pin
vnsraj18-Jul-09 23:25
vnsraj18-Jul-09 23:25 

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.