Click here to Skip to main content
15,906,558 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Determining i a file is an image Pin
Paddy Boyd2-May-06 6:24
Paddy Boyd2-May-06 6:24 
GeneralRe: Determining i a file is an image Pin
Ista2-May-06 9:56
Ista2-May-06 9:56 
AnswerRe: Determining i a file is an image Pin
Guffa2-May-06 7:19
Guffa2-May-06 7:19 
GeneralRe: Determining i a file is an image Pin
Ista2-May-06 9:57
Ista2-May-06 9:57 
AnswerRe: Determining i a file is an image Pin
Josh Smith2-May-06 9:13
Josh Smith2-May-06 9:13 
GeneralRe: Determining i a file is an image Pin
Ista2-May-06 9:54
Ista2-May-06 9:54 
QuestionDatepicker problem Pin
macca242-May-06 4:49
macca242-May-06 4:49 
AnswerRe: Datepicker problem Pin
Siva Subramanian2-May-06 5:09
Siva Subramanian2-May-06 5:09 
Simple. Its getting converted to the american format of storing dates. The solution is very simple. Just before writing to the Database, make sure that you pass it as a DateTime variable using some syntax like,

DateTime dt=DateTime.Parse(dtPicker.SelectedDate.ToString("dd-MM-yyyy");

Hence even if a value such as 02/05/2006 is stored in the database as 05/02/2006, while retrieving it will still get you 02/05/2006 once you get it with the same format as dt.ToString("dd-MM-yyyy");

GeneralRe: Datepicker problem Pin
macca242-May-06 5:31
macca242-May-06 5:31 
GeneralRe: Datepicker problem Pin
J4amieC2-May-06 5:53
J4amieC2-May-06 5:53 
GeneralRe: Datepicker problem Pin
Siva Subramanian2-May-06 6:24
Siva Subramanian2-May-06 6:24 
QuestionDataGrid Pin
Siva Subramanian2-May-06 4:31
Siva Subramanian2-May-06 4:31 
AnswerRe: DataGrid Pin
sathish s2-May-06 19:49
sathish s2-May-06 19:49 
QuestionProblem with showing image pop out on mouseover.. Pin
MudkiSekhon2-May-06 4:05
MudkiSekhon2-May-06 4:05 
QuestionAdding Controls to a Panel Vertically Pin
hasanali002-May-06 2:37
hasanali002-May-06 2:37 
AnswerRe: Adding Controls to a Panel Vertically Pin
hasanali002-May-06 23:28
hasanali002-May-06 23:28 
QuestionDropdownlist Pin
jaikrishna2-May-06 2:28
jaikrishna2-May-06 2:28 
AnswerRe: Dropdownlist Pin
Paddy Boyd2-May-06 2:42
Paddy Boyd2-May-06 2:42 
GeneralRe: Dropdownlist Pin
jaikrishna2-May-06 22:58
jaikrishna2-May-06 22:58 
GeneralRe: Dropdownlist Pin
Paddy Boyd2-May-06 23:03
Paddy Boyd2-May-06 23:03 
Questionplz solve my Prob Pin
Balavardhan2-May-06 2:06
Balavardhan2-May-06 2:06 
AnswerRe: plz solve my Prob Pin
Paddy Boyd2-May-06 2:44
Paddy Boyd2-May-06 2:44 
Questionhow to upload folder from client to server Pin
hemaneelagiri2-May-06 1:58
hemaneelagiri2-May-06 1:58 
AnswerRe: how to upload folder from client to server Pin
CWIZO2-May-06 2:50
CWIZO2-May-06 2:50 
Questiondiff. amoung DataSet, DataView, Repeater Pin
raghuvarma2-May-06 1:53
raghuvarma2-May-06 1:53 

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.