Click here to Skip to main content
15,891,423 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: C# getting Text Box Value of a DEEPLY nested Control Pin
Steve Crochet20-Oct-09 13:11
Steve Crochet20-Oct-09 13:11 
GeneralRe: C# getting Text Box Value of a DEEPLY nested Control Pin
Christian Graus20-Oct-09 13:21
protectorChristian Graus20-Oct-09 13:21 
QuestionGridview Checkbox Not Updating on RowCommand Pin
janetb9920-Oct-09 7:29
janetb9920-Oct-09 7:29 
AnswerRe: Gridview Checkbox Not Updating on RowCommand Pin
janetb9920-Oct-09 11:08
janetb9920-Oct-09 11:08 
QuestionASP.NET - Scrollable Panel and Placing ListView in that Pin
Venkat NP20-Oct-09 5:58
Venkat NP20-Oct-09 5:58 
AnswerRe: ASP.NET - Scrollable Panel and Placing ListView in that Pin
Not Active20-Oct-09 8:07
mentorNot Active20-Oct-09 8:07 
Questionstartdate in dropdownlist Pin
m@dhu20-Oct-09 3:49
m@dhu20-Oct-09 3:49 
AnswerRe: startdate in dropdownlist Pin
Abhijit Jana20-Oct-09 4:00
professionalAbhijit Jana20-Oct-09 4:00 
madhukk wrote:
cmd.Parameters.Add("@startdate", SqlDbType.SmallDateTime.ToString()).Value = final;


Try This .
DateTime MyDateTime;
 MyDateTime = new DateTime();
 MyDateTime = DateTime.ParseExact(final , "yyyy-MM-dd",
                                  null);

cmd.Parameters.Add("@startdate",MyDateTime ); 


Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.

GeneralRe: startdate in dropdownlist Pin
m@dhu20-Oct-09 4:15
m@dhu20-Oct-09 4:15 
GeneralRe: startdate in dropdownlist Pin
Richard MacCutchan20-Oct-09 4:19
mveRichard MacCutchan20-Oct-09 4:19 
GeneralRe: startdate in dropdownlist Pin
Abhijit Jana20-Oct-09 4:44
professionalAbhijit Jana20-Oct-09 4:44 
GeneralRe: startdate in dropdownlist Pin
m@dhu20-Oct-09 19:45
m@dhu20-Oct-09 19:45 
GeneralRe: startdate in dropdownlist Pin
Abhijit Jana20-Oct-09 20:03
professionalAbhijit Jana20-Oct-09 20:03 
GeneralRe: startdate in dropdownlist Pin
Nisha Agrawal20-Oct-09 20:25
Nisha Agrawal20-Oct-09 20:25 
GeneralRe: startdate in dropdownlist Pin
Abhijit Jana20-Oct-09 21:27
professionalAbhijit Jana20-Oct-09 21:27 
GeneralRe: startdate in dropdownlist Pin
Richard MacCutchan21-Oct-09 0:13
mveRichard MacCutchan21-Oct-09 0:13 
GeneralRe: startdate in dropdownlist Pin
m@dhu20-Oct-09 21:29
m@dhu20-Oct-09 21:29 
GeneralRe: startdate in dropdownlist Pin
Abhijit Jana20-Oct-09 21:35
professionalAbhijit Jana20-Oct-09 21:35 
AnswerRe: startdate in dropdownlist Pin
J4amieC20-Oct-09 4:03
J4amieC20-Oct-09 4:03 
GeneralRe: startdate in dropdownlist Pin
Richard MacCutchan21-Oct-09 0:11
mveRichard MacCutchan21-Oct-09 0:11 
QuestionDisplay the link and content in my site using RSS Pin
yesu prakash20-Oct-09 2:12
yesu prakash20-Oct-09 2:12 
AnswerRe: Display the link and content in my site using RSS Pin
Abhijit Jana20-Oct-09 3:34
professionalAbhijit Jana20-Oct-09 3:34 
GeneralRe: Display the link and content in my site using RSS Pin
yesu prakash20-Oct-09 17:50
yesu prakash20-Oct-09 17:50 
GeneralRe: Display the link and content in my site using RSS Pin
Abhijit Jana20-Oct-09 20:22
professionalAbhijit Jana20-Oct-09 20:22 
GeneralRe: Display the link and content in my site using RSS Pin
yesu prakash20-Oct-09 20:45
yesu prakash20-Oct-09 20:45 

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.