Click here to Skip to main content
15,908,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP.NET 2.0 button click to perform 2 actions (client side e-mail then redirect to another page) Pin
bubberz14-Feb-07 6:31
bubberz14-Feb-07 6:31 
AnswerRe: ASP.NET 2.0 button click to perform 2 actions (client side e-mail then redirect to another page) Pin
Jesse Squire14-Feb-07 7:34
Jesse Squire14-Feb-07 7:34 
GeneralRe: ASP.NET 2.0 button click to perform 2 actions (client side e-mail then redirect to another page) Pin
Neeraj Arora14-Feb-07 17:23
Neeraj Arora14-Feb-07 17:23 
QuestionNo data being returned by the stored procedure. Pin
Quecumber25614-Feb-07 3:59
Quecumber25614-Feb-07 3:59 
AnswerRe: No data being returned by the stored procedure. Pin
Jesse Squire14-Feb-07 4:10
Jesse Squire14-Feb-07 4:10 
GeneralRe: No data being returned by the stored procedure. Pin
Quecumber25614-Feb-07 4:24
Quecumber25614-Feb-07 4:24 
AnswerRe: Now I getting a different error. Pin
Quecumber25614-Feb-07 5:00
Quecumber25614-Feb-07 5:00 
GeneralRe: Now I getting a different error. Pin
Colin Angus Mackay14-Feb-07 5:13
Colin Angus Mackay14-Feb-07 5:13 
I'm guessing you haven't told the parameters the expected size of the result, and it has defaulted to zero. In your stored proc you declare the various parameters with a size (e.g. @myParam VARCHAR(25)) add that information to the parameter definition.

Or better yet, ditch this and use ExecuteDataReader and get the data out that way (i.e. remove all but the input parameters). Using output parameters is okay for one or two values, but this is a wee bit much.


GeneralRe: Now I getting a different error. Pin
Quecumber25614-Feb-07 6:06
Quecumber25614-Feb-07 6:06 
GeneralRe: Now I getting a different error. Pin
Bassam Saoud14-Feb-07 5:17
Bassam Saoud14-Feb-07 5:17 
GeneralRe: Now I getting a different error. Pin
Quecumber25614-Feb-07 6:06
Quecumber25614-Feb-07 6:06 
QuestionAdd new cell in htmltable control Pin
Mohammed Elkholy14-Feb-07 3:41
Mohammed Elkholy14-Feb-07 3:41 
AnswerRe: Add new cell in htmltable control Pin
badgrs14-Feb-07 3:47
badgrs14-Feb-07 3:47 
AnswerRe: Add new cell in htmltable control Pin
tarasp14-Feb-07 4:17
tarasp14-Feb-07 4:17 
GeneralRe: Add new cell in htmltable control Pin
Mohammed Elkholy14-Feb-07 4:22
Mohammed Elkholy14-Feb-07 4:22 
GeneralRe: Add new cell in htmltable control Pin
badgrs14-Feb-07 4:47
badgrs14-Feb-07 4:47 
Questionhow to change the webservice Pin
srinandan..14-Feb-07 3:27
srinandan..14-Feb-07 3:27 
AnswerRe: how to change the webservice Pin
Jesse Squire14-Feb-07 3:54
Jesse Squire14-Feb-07 3:54 
QuestionUpdate Progress Is A Bitch And I want to slay it Pin
Sam Heller14-Feb-07 3:20
Sam Heller14-Feb-07 3:20 
QuestionDisplay a single quote in a GridView's ToolTip Pin
-Dr_X-14-Feb-07 3:11
-Dr_X-14-Feb-07 3:11 
AnswerRe: Display a single quote in a GridView's ToolTip Pin
andyharman14-Feb-07 3:25
professionalandyharman14-Feb-07 3:25 
GeneralRe: Display a single quote in a GridView's ToolTip Pin
-Dr_X-14-Feb-07 3:31
-Dr_X-14-Feb-07 3:31 
GeneralRe: Display a single quote in a GridView's ToolTip Pin
badgrs14-Feb-07 3:43
badgrs14-Feb-07 3:43 
GeneralRe: Display a single quote in a GridView's ToolTip Pin
-Dr_X-14-Feb-07 3:47
-Dr_X-14-Feb-07 3:47 
AnswerRe: Display a single quote in a GridView's ToolTip Pin
DavidNohejl14-Feb-07 4:23
DavidNohejl14-Feb-07 4:23 

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.