Click here to Skip to main content
15,892,697 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: HttpContext.Current.Server.MapPath Pin
KishoreT17-Jun-10 2:02
KishoreT17-Jun-10 2:02 
QuestionAjaxPro and Actionchart issue? Pin
Jeneesh K. Velayudhan16-Jun-10 23:17
Jeneesh K. Velayudhan16-Jun-10 23:17 
QuestionASP.Net MVC 2.0 Sample Project Required Pin
Member 401661616-Jun-10 22:46
Member 401661616-Jun-10 22:46 
AnswerRe: ASP.Net MVC 2.0 Sample Project Required Pin
R. Giskard Reventlov16-Jun-10 23:12
R. Giskard Reventlov16-Jun-10 23:12 
Questionreturning null value from procedure Pin
developerit16-Jun-10 22:05
developerit16-Jun-10 22:05 
AnswerRe: returning null value from procedure Pin
Tej Aj17-Jun-10 0:52
Tej Aj17-Jun-10 0:52 
QuestionRe: returning null value from procedure Pin
shreekar17-Jun-10 1:54
shreekar17-Jun-10 1:54 
AnswerRe: returning null value from procedure Pin
T M Gray17-Jun-10 10:13
T M Gray17-Jun-10 10:13 
Is the data the same in the two systems? Are you sure the query returns anything?

From the documentation for ExecuteScalar:
The first column of the first row in the result set, or a null reference (Nothing in Visual Basic) if the result set is empty.

You could try getting rid of the output parameter and just using a SELECT instead of a SET and RETURN.

Also, look into @ strings rather than lots of concatenation.
QuestionUpdateprogress bar Pin
sjs4u16-Jun-10 21:39
sjs4u16-Jun-10 21:39 
AnswerRe: Updateprogress bar Pin
saini arun16-Jun-10 22:51
saini arun16-Jun-10 22:51 
QuestionGridview sorting Pin
Abbas_here16-Jun-10 21:13
Abbas_here16-Jun-10 21:13 
AnswerRe: Gridview sorting Pin
Manas Bhardwaj16-Jun-10 21:33
professionalManas Bhardwaj16-Jun-10 21:33 
GeneralRe: Gridview sorting Pin
Abbas_here17-Jun-10 0:53
Abbas_here17-Jun-10 0:53 
AnswerRe: Gridview sorting Pin
shreekar17-Jun-10 1:51
shreekar17-Jun-10 1:51 
GeneralRe: Gridview sorting Pin
Abbas_here17-Jun-10 3:33
Abbas_here17-Jun-10 3:33 
QuestionHow to rewrite the url ? Pin
Sudhanshu Mani Tripathi16-Jun-10 20:27
Sudhanshu Mani Tripathi16-Jun-10 20:27 
AnswerRe: How to rewrite the url ? Pin
Abhijit Jana16-Jun-10 20:50
professionalAbhijit Jana16-Jun-10 20:50 
GeneralRe: How to rewrite the url ? Pin
Sudhanshu Mani Tripathi17-Jun-10 3:03
Sudhanshu Mani Tripathi17-Jun-10 3:03 
AnswerRe: How to rewrite the url ? Pin
thatraja16-Jun-10 20:51
professionalthatraja16-Jun-10 20:51 
QuestionProblem in regular expression Pin
Rohit16db16-Jun-10 20:24
Rohit16db16-Jun-10 20:24 
AnswerRe: Problem in regular expression Pin
Abhijit Jana16-Jun-10 20:52
professionalAbhijit Jana16-Jun-10 20:52 
GeneralRe: Problem in regular expression Pin
Rohit16db16-Jun-10 21:04
Rohit16db16-Jun-10 21:04 
Questionajax for partial refresh of the page Pin
KishoreT16-Jun-10 20:17
KishoreT16-Jun-10 20:17 
AnswerRe: ajax for partial refresh of the page Pin
KingHau16-Jun-10 20:52
KingHau16-Jun-10 20:52 
AnswerRe: ajax for partial refresh of the page Pin
KishoreT16-Jun-10 23:35
KishoreT16-Jun-10 23:35 

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.