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

ASP.NET

 
QuestionGridview rowspan Pin
silverfox_118825-Jul-06 19:44
silverfox_118825-Jul-06 19:44 
AnswerRe: Gridview rowspan Pin
silverfox_118825-Jul-06 19:47
silverfox_118825-Jul-06 19:47 
GeneralRe: Gridview rowspan Pin
silverfox_11882-Aug-06 4:53
silverfox_11882-Aug-06 4:53 
QuestionDirectoryPath Pin
aaraaayen25-Jul-06 19:17
aaraaayen25-Jul-06 19:17 
AnswerRe: DirectoryPath Pin
Ista27-Jul-06 4:23
Ista27-Jul-06 4:23 
QuestionJava Script Pin
Uma Kameswari25-Jul-06 18:48
Uma Kameswari25-Jul-06 18:48 
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 
I have created asp page for submit user details to sql database,so i have create d the stored procedure for that one,when i run the programme it display error in below.Pls can anyone help to solve this problem Smile | :)

Server Error in '/ComplaintRegister/Homepage' Application.
An SqlParameter with ParameterName '@iniplace' is not contained by this SqlParameterCollection.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IndexOutOfRangeException: An SqlParameter with ParameterName '@iniplace' is not contained by this SqlParameterCollection.

Source Error:

Line 125: insert.Parameters["@fbdept"].Value=txtfbdept.Text.ToString();
Line 126: insert.Parameters["@inidate"].Value=txtinidate.Text.ToString();
Line 127: insert.Parameters["@iniplace"].Value=txtiniplace.Text.ToString();
Line 128: insert.Parameters["@bdstop"].Value=txtbdstop.Text.ToString();
Line 129: insert.Parameters["@fbdesc"].Value=txtfbdesc.Text.ToString();


Source File: c:\inetpub\wwwroot\complaintregister\homepage\complaintregister.aspx.cs Line: 127

Stack Trace:

[IndexOutOfRangeException: An SqlParameter with ParameterName '@iniplace' is not contained by this SqlParameterCollection.]
System.Data.SqlClient.SqlParameterCollection.RangeCheck(String parameterName)
System.Data.SqlClient.SqlParameterCollection.get_Item(String parameterName)
Homepage.Complaintdetails.btnok_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\complaintregister\homepage\complaintregister.aspx.cs:127
System.Web.UI.WebControls.Button.OnClick(EventArgs e)
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
System.Web.UI.Page.ProcessRequestMain()

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 
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 

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.