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

ASP.NET

 
AnswerRe: getting finish time of flash file Pin
Perspx29-Aug-08 2:10
Perspx29-Aug-08 2:10 
QuestionIs there any way to update global resource value Pin
mithun narayanan29-Aug-08 1:10
mithun narayanan29-Aug-08 1:10 
Questionhow to getObject of usercontrol class in app_code--->XYX.Cs file Pin
Hemant_ec4829-Aug-08 1:00
Hemant_ec4829-Aug-08 1:00 
Questionwhile uploading Photo,not seen in IE7 but seen in IE6 Pin
Learning IT29-Aug-08 0:59
Learning IT29-Aug-08 0:59 
AnswerRe: while uploading Photo,not seen in IE7 but seen in IE6 Pin
The Web Developer29-Aug-08 1:42
The Web Developer29-Aug-08 1:42 
GeneralRe: while uploading Photo,not seen in IE7 but seen in IE6 Pin
Learning IT29-Aug-08 22:31
Learning IT29-Aug-08 22:31 
QuestionWeb Service URL rewriting Pin
Tiger45629-Aug-08 0:42
Tiger45629-Aug-08 0:42 
Questionstoring datetime in sql from asp.net Pin
Learning IT29-Aug-08 0:07
Learning IT29-Aug-08 0:07 
i am using datetime control to store datetime in sql,the format which i am using is creating problem in other systems but that was running perfectly in my system,what do i do?

in aspx file datetime control is this-:

<br />
<script type="text/javascript" language="javascript" src="../Accessories/CalendarControl.js"></script><br />
<br />
 <link href="../Accessories/CalendarControl.css" rel="stylesheet" type="text/css" /><br />
<br />
<br />
 <asp:textbox id="txt_dt" text="<%# Eval("Revised_Date") %>" onfocus="showCalendarControl(this);" runat="server" xmlns:asp="#unknown"></asp:textbox><br />
   <br />
<br />


in cs file date is send to sql like this-:
using System.Globalization;

IFormatProvider culture = new CultureInfo("fr-FR", true);
   
DateTime dt = Convert.ToDateTime((DateTime.Parse((txt_dt.Text).ToString(), culture, DateTimeStyles.NoCurrentDateDefault)).ToString("MM/dd/yyyy"));


Maniiiiiiiiiiiiiii

AnswerRe: storing datetime in sql from asp.net Pin
Manas Bhardwaj29-Aug-08 0:35
professionalManas Bhardwaj29-Aug-08 0:35 
GeneralRe: storing datetime in sql from asp.net Pin
Learning IT29-Aug-08 0:46
Learning IT29-Aug-08 0:46 
AnswerRe: storing datetime in sql from asp.net Pin
Learning IT29-Aug-08 1:14
Learning IT29-Aug-08 1:14 
Questionlistview check box change event Pin
Member 387988128-Aug-08 23:41
Member 387988128-Aug-08 23:41 
AnswerRe: listview check box change event Pin
Icarus12329-Aug-08 0:32
Icarus12329-Aug-08 0:32 
GeneralRe: listview check box change event Pin
Member 387988129-Aug-08 0:39
Member 387988129-Aug-08 0:39 
GeneralRe: listview check box change event Pin
Icarus12329-Aug-08 1:00
Icarus12329-Aug-08 1:00 
GeneralRe: listview check box change event Pin
Member 387988129-Aug-08 1:45
Member 387988129-Aug-08 1:45 
Questiongetting full path name using FileUpload control's FileName property Pin
kvsreedhar28-Aug-08 23:40
kvsreedhar28-Aug-08 23:40 
QuestionGoogle [modified] Pin
Icarus12328-Aug-08 23:23
Icarus12328-Aug-08 23:23 
AnswerRe: Google Pin
Manas Bhardwaj29-Aug-08 0:34
professionalManas Bhardwaj29-Aug-08 0:34 
AnswerRe: Google Pin
eyeseetee29-Aug-08 0:57
eyeseetee29-Aug-08 0:57 
GeneralRe: Google Pin
Icarus12329-Aug-08 1:07
Icarus12329-Aug-08 1:07 
GeneralRe: Google Pin
J4amieC29-Aug-08 2:15
J4amieC29-Aug-08 2:15 
AnswerRe: Google Pin
Abhishek Sur29-Aug-08 1:14
professionalAbhishek Sur29-Aug-08 1:14 
GeneralRe: Google Pin
Icarus12329-Aug-08 1:19
Icarus12329-Aug-08 1:19 
GeneralRe: Google Pin
Abhishek Sur29-Aug-08 2:14
professionalAbhishek Sur29-Aug-08 2:14 

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.