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

ASP.NET

 
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 
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 
Well...If you are confident that its being passed into the Stored proc in British Format, then while retriveing it just use the ToString() method as ToString("dd-MM-yyyy"). It should get you the date in british format.

By the way, the code dt=DateTime.Parse(dtPicker.SelectedDate.ToString("dd-MM-yyyy");
WILL NOT work inside the Stored Proc as this is not a T-SQL statement. It works only inside .NET.
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 
AnswerRe: diff. amoung DataSet, DataView, Repeater Pin
Guffa2-May-06 2:13
Guffa2-May-06 2:13 
Questiondiff. amoung DataSet, DataList, Repeater Pin
raghuvarma2-May-06 1:52
raghuvarma2-May-06 1:52 
QuestionFolder Access rights Pin
Ziaous2-May-06 1:17
Ziaous2-May-06 1:17 

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.