Click here to Skip to main content
15,900,907 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Send mail, How do I change the FROM address to a friendly name Pin
N a v a n e e t h8-Dec-08 23:58
N a v a n e e t h8-Dec-08 23:58 
GeneralRe: Send mail, How do I change the FROM address to a friendly name Pin
amit sahu209-Dec-08 0:16
amit sahu209-Dec-08 0:16 
AnswerRe: Send mail, How do I change the FROM address to a friendly name Pin
Abhijit Jana9-Dec-08 0:13
professionalAbhijit Jana9-Dec-08 0:13 
AnswerRe: Send mail, How do I change the FROM address to a friendly name Pin
Brij9-Dec-08 0:14
mentorBrij9-Dec-08 0:14 
QuestionDateTime formats in GridView based on Cultural settings Pin
Shivan Nandan8-Dec-08 23:15
Shivan Nandan8-Dec-08 23:15 
AnswerRe: DateTime formats in GridView based on Cultural settings Pin
Christian Graus8-Dec-08 23:22
protectorChristian Graus8-Dec-08 23:22 
AnswerRe: DateTime formats in GridView based on Cultural settings Pin
N a v a n e e t h8-Dec-08 23:32
N a v a n e e t h8-Dec-08 23:32 
GeneralRe: DateTime formats in GridView based on Cultural settings Pin
Shivan Nandan12-Dec-08 18:12
Shivan Nandan12-Dec-08 18:12 
Dear friend,
Thanks for your response.

I am not using dt.tostring() method. My code is given below

DataSet ds = new DataSet();

ds = obj.GetData();

gvList.DataSource = ds;
gvList.DataBind();


The "ds" contains records and one of the field will be a datetime type. So I want that datetime field value to be displayed according to the cultural settings. Also gvList's Autogenerate colums is true.

Shivanandan C V

QuestionCheck-box and web-page problems Pin
Tryongliph8-Dec-08 23:10
Tryongliph8-Dec-08 23:10 
AnswerRe: Check-box and web-page problems Pin
Christian Graus8-Dec-08 23:20
protectorChristian Graus8-Dec-08 23:20 
GeneralRe: Check-box and web-page problems Pin
Tryongliph15-Dec-08 22:11
Tryongliph15-Dec-08 22:11 
AnswerRe: Check-box and web-page problems Pin
Brij8-Dec-08 23:21
mentorBrij8-Dec-08 23:21 
Questionchange the confirm button Pin
nithydurai8-Dec-08 23:07
nithydurai8-Dec-08 23:07 
AnswerRe: change the confirm button Pin
N a v a n e e t h8-Dec-08 23:20
N a v a n e e t h8-Dec-08 23:20 
AnswerRe: change the confirm button Pin
Christian Graus8-Dec-08 23:21
protectorChristian Graus8-Dec-08 23:21 
AnswerRe: change the confirm button Pin
Brij9-Dec-08 0:54
mentorBrij9-Dec-08 0:54 
QuestionCharacters before @ Pin
saurabh mohal8-Dec-08 22:40
saurabh mohal8-Dec-08 22:40 
AnswerRe: Characters before @ Pin
Christian Graus8-Dec-08 22:44
protectorChristian Graus8-Dec-08 22:44 
GeneralRe: Characters before @ Pin
saurabh mohal8-Dec-08 22:46
saurabh mohal8-Dec-08 22:46 
GeneralRe: Characters before @ Pin
ChandraRam8-Dec-08 22:58
ChandraRam8-Dec-08 22:58 
GeneralRe: Characters before @ Pin
Christian Graus8-Dec-08 23:01
protectorChristian Graus8-Dec-08 23:01 
AnswerRe: Characters before @ Pin
Brij8-Dec-08 22:51
mentorBrij8-Dec-08 22:51 
AnswerRe: Characters before @ Pin
Abhijit Jana8-Dec-08 22:56
professionalAbhijit Jana8-Dec-08 22:56 
AnswerRe: Characters before @ Pin
Blue_Boy9-Dec-08 1:37
Blue_Boy9-Dec-08 1:37 
QuestionSearching for a simple newsletter module Pin
zoltan558-Dec-08 22:18
zoltan558-Dec-08 22:18 

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.