Click here to Skip to main content
15,920,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: CalendarExtender popup appearing when Enter key is pressed Pin
Ankur\m/6-Sep-10 21:10
professionalAnkur\m/6-Sep-10 21:10 
GeneralRe: CalendarExtender popup appearing when Enter key is pressed Pin
dev_asp_shreshtha6-Sep-10 21:55
dev_asp_shreshtha6-Sep-10 21:55 
GeneralRe: CalendarExtender popup appearing when Enter key is pressed Pin
Ankur\m/6-Sep-10 23:14
professionalAnkur\m/6-Sep-10 23:14 
GeneralRe: CalendarExtender popup appearing when Enter key is pressed Pin
Ankur\m/20-Jan-11 18:16
professionalAnkur\m/20-Jan-11 18:16 
AnswerRe: CalendarExtender popup appearing when Enter key is pressed Pin
Not Active6-Sep-10 2:56
mentorNot Active6-Sep-10 2:56 
Questionweather service Pin
moein.serpico5-Sep-10 23:05
moein.serpico5-Sep-10 23:05 
AnswerRe: weather service Pin
Sandeep Mewara5-Sep-10 23:33
mveSandeep Mewara5-Sep-10 23:33 
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 

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.