Click here to Skip to main content
15,888,351 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: C# web assembly Pin
Sandeep Mewara1-Jul-12 20:38
mveSandeep Mewara1-Jul-12 20:38 
QuestionC# app using iis Pin
classy_dog1-Jul-12 11:25
classy_dog1-Jul-12 11:25 
AnswerRe: C# app using iis Pin
Sandeep Mewara1-Jul-12 20:36
mveSandeep Mewara1-Jul-12 20:36 
GeneralHow to Create simple forum web site??? Pin
ICEFLOWER21-Jul-12 5:46
ICEFLOWER21-Jul-12 5:46 
AnswerRe: How to Create simple frume web site??? Pin
Parwej Ahamad1-Jul-12 6:26
professionalParwej Ahamad1-Jul-12 6:26 
GeneralRe: How to Create simple forum web site??? Pin
Sandeep Mewara1-Jul-12 20:46
mveSandeep Mewara1-Jul-12 20:46 
GeneralTry Codeplex Pin
David Mujica2-Jul-12 5:17
David Mujica2-Jul-12 5:17 
QuestionParameter 'xxxxx' not found in the collection Pin
Jassim Rahma1-Jul-12 4:09
Jassim Rahma1-Jul-12 4:09 
Hi,

I am getting the following error:
Parameter 'param_login_ip_address' not found in the collection.


but parameter was already submitted here:

C#
sql_command.Parameters.Add("param_login_ip_address", MySqlDbType.VarChar).Value = (string)Request.ServerVariables["REMOTE_ADDR"];


and it's already specified in the MySQL parameters as well:

SQL
IN `param_id_number` varchar(255),IN `param_login_password` varchar(255),IN `param_login_pin` varchar(255),IN `param_login_ip_address` varchar(255),IN `param_machine_name` varchar(255),IN `param_os_version` varchar(255)


then where is the problem please?
AnswerRe: Parameter 'xxxxx' not found in the collection Pin
Parwej Ahamad1-Jul-12 6:25
professionalParwej Ahamad1-Jul-12 6:25 
AnswerRe: Parameter 'xxxxx' not found in the collection Pin
jkirkerx2-Jul-12 10:44
professionaljkirkerx2-Jul-12 10:44 
GeneralRe: Parameter 'xxxxx' not found in the collection Pin
Jassim Rahma7-Jul-12 5:54
Jassim Rahma7-Jul-12 5:54 
GeneralRe: Parameter 'xxxxx' not found in the collection Pin
Jassim Rahma7-Jul-12 5:59
Jassim Rahma7-Jul-12 5:59 
GeneralRe: Parameter 'xxxxx' not found in the collection Pin
jkirkerx7-Jul-12 12:30
professionaljkirkerx7-Jul-12 12:30 
GeneralRe: Parameter 'xxxxx' not found in the collection Pin
Jassim Rahma8-Jul-12 4:19
Jassim Rahma8-Jul-12 4:19 
GeneralRe: Parameter 'xxxxx' not found in the collection Pin
Jassim Rahma8-Jul-12 4:25
Jassim Rahma8-Jul-12 4:25 
GeneralRe: Parameter 'xxxxx' not found in the collection Pin
Jassim Rahma8-Jul-12 4:41
Jassim Rahma8-Jul-12 4:41 
GeneralRe: Parameter 'xxxxx' not found in the collection Pin
jkirkerx8-Jul-12 10:31
professionaljkirkerx8-Jul-12 10:31 
GeneralRe: Parameter 'xxxxx' not found in the collection Pin
jkirkerx7-Jul-12 8:46
professionaljkirkerx7-Jul-12 8:46 
QuestionCombine the two columns as a single column in excel file and insert into database Pin
kumar.ranjith.k30-Jun-12 21:20
kumar.ranjith.k30-Jun-12 21:20 
Questionasp.net 2010 custom control Pin
classy_dog30-Jun-12 20:02
classy_dog30-Jun-12 20:02 
AnswerRe: asp.net 2010 custom control Pin
Sandeep Mewara30-Jun-12 23:30
mveSandeep Mewara30-Jun-12 23:30 
Questiondebug aspx pages directly Pin
dcof30-Jun-12 13:49
dcof30-Jun-12 13:49 
AnswerRe: debug aspx pages directly Pin
Sandeep Mewara30-Jun-12 23:25
mveSandeep Mewara30-Jun-12 23:25 
GeneralRe: debug aspx pages directly Pin
dcof1-Jul-12 5:45
dcof1-Jul-12 5:45 
GeneralRe: debug aspx pages directly Pin
David Mujica2-Jul-12 5:15
David Mujica2-Jul-12 5:15 

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.