Click here to Skip to main content
15,887,596 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSpecified argument was out of the range of valid values. Parameter name: value Pin
atifjatt5-Sep-10 21:44
atifjatt5-Sep-10 21:44 
AnswerRe: Specified argument was out of the range of valid values. Parameter name: value Pin
Sandeep Mewara5-Sep-10 23:35
mveSandeep Mewara5-Sep-10 23:35 
QuestionSiteMapPath not appear in pages which use master page Pin
Honeyboy_205-Sep-10 20:27
Honeyboy_205-Sep-10 20:27 
Questionvideo upload in ASP.NET Pin
Ahamed Azeem4-Sep-10 2:46
Ahamed Azeem4-Sep-10 2:46 
AnswerRe: video upload in ASP.NET Pin
Not Active4-Sep-10 3:17
mentorNot Active4-Sep-10 3:17 
Questiondatetime type field insert Pin
ptvce4-Sep-10 0:06
ptvce4-Sep-10 0:06 
AnswerRe: datetime type field insert Pin
Not Active4-Sep-10 3:14
mentorNot Active4-Sep-10 3:14 
AnswerRe: datetime type field insert Pin
Sandeep Mewara4-Sep-10 21:23
mveSandeep Mewara4-Sep-10 21:23 
ptvce wrote:
string insertCommand =
insert into Paper_Ajance (Paper_ID,Request,Paper_Date) values ('111','True',@MyParam);


For now, the first error in your code is - you have not put the insertCommand string in double quotes!
If you read forum guidelines properly, posting your code/question correctly would get you expected response.

Update your question, format it correctly, post error if you face it after using 'double quotes' around insert command string.

One more thing, do try to define the Parameter type as DateTime (assuming database too has a defined Datetime field)
QuestionSign out code for asp Pin
Member 19521183-Sep-10 23:03
Member 19521183-Sep-10 23:03 
AnswerRe: Sign out code for asp Pin
Not Active4-Sep-10 3:12
mentorNot Active4-Sep-10 3:12 
AnswerRe: Sign out code for asp Pin
Sandeep Mewara4-Sep-10 21:17
mveSandeep Mewara4-Sep-10 21:17 
QuestionSign out code for asp Pin
Member 19521183-Sep-10 23:02
Member 19521183-Sep-10 23:02 
AnswerRe: Sign out code for asp Pin
Smithers-Jones6-Sep-10 2:33
Smithers-Jones6-Sep-10 2:33 
GeneralRe: Sign out code for asp Pin
Not Active6-Sep-10 2:51
mentorNot Active6-Sep-10 2:51 
GeneralRe: Sign out code for asp Pin
Smithers-Jones6-Sep-10 3:34
Smithers-Jones6-Sep-10 3:34 
QuestionGridview row selection Pin
Member 42602703-Sep-10 18:52
Member 42602703-Sep-10 18:52 
AnswerRe: Gridview row selection Pin
raju melveetilpurayil4-Sep-10 7:54
professionalraju melveetilpurayil4-Sep-10 7:54 
Questiongetting html code in ascs.cs page Pin
Dhyanga3-Sep-10 7:18
Dhyanga3-Sep-10 7:18 
AnswerRe: getting html code in ascs.cs page Pin
Not Active3-Sep-10 8:17
mentorNot Active3-Sep-10 8:17 
GeneralRe: getting html code in ascs.cs page [modified] Pin
Dhyanga3-Sep-10 8:20
Dhyanga3-Sep-10 8:20 
GeneralRe: getting html code in ascs.cs page Pin
Expert Coming4-Sep-10 22:18
Expert Coming4-Sep-10 22:18 
GeneralRe: getting html code in ascs.cs page Pin
Dhyanga5-Sep-10 0:49
Dhyanga5-Sep-10 0:49 
QuestionProblem with Running Classic ASP page in VS2005 Pin
jintalPatel3-Sep-10 0:25
jintalPatel3-Sep-10 0:25 
AnswerRe: Problem with Running Classic ASP page in VS2005 Pin
Prosanta Kundu online3-Sep-10 2:26
Prosanta Kundu online3-Sep-10 2:26 
Questionopenfiledialog with filter property Pin
yogesh_kumar_agarwal2-Sep-10 19:56
yogesh_kumar_agarwal2-Sep-10 19:56 

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.