Click here to Skip to main content
15,899,679 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Java Script Pin
Ista3-Aug-06 3:00
Ista3-Aug-06 3:00 
QuestionNeed help Pin
slSoftware25-Jul-06 18:46
slSoftware25-Jul-06 18:46 
AnswerRe: Need help Pin
dansoft25-Jul-06 19:56
dansoft25-Jul-06 19:56 
AnswerRe: Need help Pin
minhpc_bk25-Jul-06 20:06
minhpc_bk25-Jul-06 20:06 
AnswerRe: Need help Pin
dansoft25-Jul-06 20:08
dansoft25-Jul-06 20:08 
AnswerRe: Need help Pin
l0kke26-Jul-06 3:14
l0kke26-Jul-06 3:14 
GeneralRe: Need help Pin
slSoftware26-Jul-06 18:43
slSoftware26-Jul-06 18:43 
GeneralRe: Need help Pin
l0kke30-Jul-06 0:55
l0kke30-Jul-06 0:55 
Problem is not in sql query (or stored procedure), problem is probably in SqlParameterCollection insert.Parameters, which you pass to your insert command.

Exception is raised when you try to assign a value to a insert.Parameters["@iniplace"].Value property.

Exception says that there is no "@iniplace" parameter.

You should check a place in your code, where you create insert.Parameters collection and check if you create parameter "@iniplace" correctly.

If you can paste a code, which creates this collection, maybe I can tell you what is wrong.

Pilo
Questionset timer interval by day,month Pin
mbbisht25-Jul-06 18:08
mbbisht25-Jul-06 18:08 
AnswerRe: set timer interval by day,month Pin
Ista27-Jul-06 4:31
Ista27-Jul-06 4:31 
AnswerRe: set timer interval by day,month Pin
Ista31-Jul-06 4:22
Ista31-Jul-06 4:22 
AnswerRe: set timer interval by day,month Pin
Ista1-Aug-06 1:18
Ista1-Aug-06 1:18 
QuestionASP.Net Login Controls without Providers Pin
Clickok25-Jul-06 13:04
Clickok25-Jul-06 13:04 
AnswerRe: ASP.Net Login Controls without Providers Pin
minhpc_bk25-Jul-06 15:30
minhpc_bk25-Jul-06 15:30 
QuestionQuestion about "aspnet_regiis -c" Pin
Marcus J. Smith25-Jul-06 11:03
professionalMarcus J. Smith25-Jul-06 11:03 
QuestionJavascript and Datagrid Pin
samuari25-Jul-06 9:44
samuari25-Jul-06 9:44 
AnswerRe: Javascript and Datagrid Pin
Ista27-Jul-06 4:36
Ista27-Jul-06 4:36 
Question.aspx upload Pin
kirthikirthi25-Jul-06 9:02
kirthikirthi25-Jul-06 9:02 
AnswerRe: .aspx upload Pin
Guffa25-Jul-06 11:12
Guffa25-Jul-06 11:12 
GeneralRe: .aspx upload Pin
kirthikirthi25-Jul-06 11:23
kirthikirthi25-Jul-06 11:23 
AnswerRe: .aspx upload Pin
Guffa25-Jul-06 20:38
Guffa25-Jul-06 20:38 
GeneralRe: .aspx upload Pin
Amit Agarrwal25-Jul-06 20:48
Amit Agarrwal25-Jul-06 20:48 
QuestionError Handling with customErrors tag Pin
mrinmayeek25-Jul-06 8:41
mrinmayeek25-Jul-06 8:41 
Questionadded dynamic row with textbox to gridview but missing viewstate on postback Pin
silverfox_118825-Jul-06 8:15
silverfox_118825-Jul-06 8:15 
AnswerRe: added dynamic row with textbox to gridview but missing viewstate on postback Pin
ToddHileHoffer25-Jul-06 9:50
ToddHileHoffer25-Jul-06 9:50 

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.