Click here to Skip to main content
15,898,826 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How can I get an attribute of a DropDownList item using javascript? Pin
Martin_27-Jun-07 3:24
Martin_27-Jun-07 3:24 
GeneralRe: How can I get an attribute of a DropDownList item using javascript? Pin
kubben27-Jun-07 3:27
kubben27-Jun-07 3:27 
QuestionSending Data Pin
boyindie26-Jun-07 5:03
boyindie26-Jun-07 5:03 
AnswerRe: Sending Data Pin
Not Active26-Jun-07 5:09
mentorNot Active26-Jun-07 5:09 
AnswerRe: Sending Data Pin
Fred_Smith26-Jun-07 5:18
Fred_Smith26-Jun-07 5:18 
GeneralRe: Sending Data Pin
boyindie26-Jun-07 6:01
boyindie26-Jun-07 6:01 
GeneralRe: Sending Data Pin
Fred_Smith26-Jun-07 6:09
Fred_Smith26-Jun-07 6:09 
GeneralRe: Sending Data Pin
boyindie26-Jun-07 6:28
boyindie26-Jun-07 6:28 
on debugging it says that my parameter thats being passed to the stored procedure isn't defined, which i don't understand as i have it defined within the procedure.

This is the code from my procedure

CREATE DEFINER=`myusername`@`localhost` PROCEDURE `InsertMessage`(IN param1 VARCHAR(50), IN param2
VARCHAR(50))
BEGIN
INSERT INTO names(firstName, lastname)
VALUES(param1,param2);
END
GeneralRe: Sending Data Pin
Fred_Smith26-Jun-07 6:53
Fred_Smith26-Jun-07 6:53 
QuestionExport & Import Pin
Sinchan Nikam26-Jun-07 4:01
Sinchan Nikam26-Jun-07 4:01 
AnswerRe: Export & Import Pin
Not Active26-Jun-07 5:05
mentorNot Active26-Jun-07 5:05 
Questionauto response of mails. Pin
hkchauhan26-Jun-07 3:40
hkchauhan26-Jun-07 3:40 
AnswerRe: auto response of mails. Pin
Not Active26-Jun-07 5:01
mentorNot Active26-Jun-07 5:01 
AnswerRe: auto response of mails. Pin
Venkatesh Mookkan26-Jun-07 18:16
Venkatesh Mookkan26-Jun-07 18:16 
Questionform EncType="Multipart/Form-Data" Pin
Brendan Vogt26-Jun-07 3:31
Brendan Vogt26-Jun-07 3:31 
AnswerRe: form EncType="Multipart/Form-Data" Pin
Viral Upadhyay26-Jun-07 3:45
Viral Upadhyay26-Jun-07 3:45 
QuestionSQL Query in Multi-line TextBox in Web form Pin
Blumen26-Jun-07 3:28
Blumen26-Jun-07 3:28 
AnswerRe: SQL Query in Multi-line TextBox in Web form Pin
Viral Upadhyay26-Jun-07 3:41
Viral Upadhyay26-Jun-07 3:41 
GeneralRe: SQL Query in Multi-line TextBox in Web form Pin
Blumen26-Jun-07 19:11
Blumen26-Jun-07 19:11 
GeneralRe: SQL Query in Multi-line TextBox in Web form Pin
Viral Upadhyay26-Jun-07 20:30
Viral Upadhyay26-Jun-07 20:30 
Questionregular expression Pin
ritu432126-Jun-07 2:54
ritu432126-Jun-07 2:54 
AnswerRe: regular expression Pin
Brendan Vogt26-Jun-07 3:36
Brendan Vogt26-Jun-07 3:36 
GeneralRe: regular expression Pin
martin_hughes26-Jun-07 4:31
martin_hughes26-Jun-07 4:31 
Questionhow to keep content in center of the page Pin
Bajrang Singh26-Jun-07 2:47
Bajrang Singh26-Jun-07 2:47 
AnswerRe: how to keep content in center of the page Pin
Manas Bhardwaj26-Jun-07 3:12
professionalManas Bhardwaj26-Jun-07 3:12 

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.