Click here to Skip to main content
15,923,689 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem in Runtime format cell Pin
Imran Khan Pathan22-Nov-07 19:44
Imran Khan Pathan22-Nov-07 19:44 
GeneralI have already checked all posibilities Still the same problem Pin
Sun Rays22-Nov-07 19:45
Sun Rays22-Nov-07 19:45 
AnswerRe: Problem in Runtime format cell Pin
N a v a n e e t h22-Nov-07 20:00
N a v a n e e t h22-Nov-07 20:00 
GeneralRe: Problem in Runtime format cell Pin
Sun Rays22-Nov-07 20:04
Sun Rays22-Nov-07 20:04 
Questionalert in asp.net Pin
Milind Panchal22-Nov-07 19:16
Milind Panchal22-Nov-07 19:16 
AnswerRe: alert in asp.net Pin
Michael Sync22-Nov-07 19:21
Michael Sync22-Nov-07 19:21 
AnswerRe: alert in asp.net Pin
Vasudevan Deepak Kumar22-Nov-07 19:22
Vasudevan Deepak Kumar22-Nov-07 19:22 
QuestionHow to set date format in itemtemplate? [modified] Pin
samerh22-Nov-07 19:07
samerh22-Nov-07 19:07 
Hi all,
I need to set the date format of item template column in grid view 2.0 to dd/MM/yyyy. i need this format to appear always dispite what the user put the system date. i have used the following code in global.asax, but still is changing when the user changes the system date format.
<br />
    Protected Sub Application_Start(ByVal sender As Object, ByVal e As System.EventArgs)<br />
        Dim ci As System.Globalization.CultureInfo = System.Threading.Thread.CurrentThread.CurrentCulture.Clone()<br />
        ci.DateTimeFormat.LongTimePattern = "dd/MM/yyyy"<br />
        ci.DateTimeFormat.FullDateTimePattern = "dd/MM/yyyy"<br />
        ci.DateTimeFormat.ShortDatePattern = "dd/MM/yyyy"<br />
        System.Threading.Thread.CurrentThread.CurrentCulture = ci<br />
    End Sub<br />

Also in item template i have put the format :

Text='<%# Bind("cCloseDate"), "{0Big Grin | :-D }" %>'

Any ideas why????



-- modified at 1:15 Friday 23rd November, 2007
AnswerRe: How to set date format in itemtemplate? Pin
Vasudevan Deepak Kumar22-Nov-07 19:25
Vasudevan Deepak Kumar22-Nov-07 19:25 
GeneralRe: How to set date format in itemtemplate? Pin
samerh22-Nov-07 19:38
samerh22-Nov-07 19:38 
QuestionHow to Change label text in Master Page Pin
Rinki Mukheraji22-Nov-07 18:41
Rinki Mukheraji22-Nov-07 18:41 
AnswerRe: How to Change label text in Master Page Pin
Sun Rays22-Nov-07 18:55
Sun Rays22-Nov-07 18:55 
AnswerRe: How to Change label text in Master Page Pin
Rinki Mukheraji22-Nov-07 19:38
Rinki Mukheraji22-Nov-07 19:38 
AnswerRe: How to Change label text in Master Page Pin
Vasudevan Deepak Kumar22-Nov-07 19:47
Vasudevan Deepak Kumar22-Nov-07 19:47 
AnswerRe: How to Change label text in Master Page Pin
N a v a n e e t h22-Nov-07 19:53
N a v a n e e t h22-Nov-07 19:53 
QuestionHow to make password field textbox.....???? Pin
ankur010122-Nov-07 18:36
ankur010122-Nov-07 18:36 
AnswerRe: How to make password field textbox.....???? Pin
AS@1322-Nov-07 18:57
AS@1322-Nov-07 18:57 
AnswerRe: How to make password field textbox.....???? Pin
Sun Rays22-Nov-07 18:57
Sun Rays22-Nov-07 18:57 
AnswerRe: How to make password field textbox.....???? Pin
Vasudevan Deepak Kumar22-Nov-07 19:11
Vasudevan Deepak Kumar22-Nov-07 19:11 
QuestionReports Pin
Deepak the Cool22-Nov-07 18:28
Deepak the Cool22-Nov-07 18:28 
AnswerRe: Reports Pin
Vasudevan Deepak Kumar22-Nov-07 19:26
Vasudevan Deepak Kumar22-Nov-07 19:26 
GeneralRe: Reports Pin
Deepak the Cool22-Nov-07 19:45
Deepak the Cool22-Nov-07 19:45 
GeneralRe: Reports Pin
Vasudevan Deepak Kumar22-Nov-07 20:36
Vasudevan Deepak Kumar22-Nov-07 20:36 
GeneralRe: Reports Pin
Deepak the Cool22-Nov-07 20:54
Deepak the Cool22-Nov-07 20:54 
QuestionRow Delete In GridView Pin
Rinki Mukheraji22-Nov-07 18:23
Rinki Mukheraji22-Nov-07 18:23 

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.