Click here to Skip to main content
15,892,809 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionyoutube video in asp.net Pin
mylogics23-Apr-10 23:38
professionalmylogics23-Apr-10 23:38 
AnswerRe: youtube video in asp.net Pin
sashidhar24-Apr-10 1:05
sashidhar24-Apr-10 1:05 
QuestionGet DateTime according to country. Pin
Avinash_Mane23-Apr-10 23:23
Avinash_Mane23-Apr-10 23:23 
AnswerRe: Get DateTime according to country. Pin
Shahriar Iqbal Chowdhury/Galib23-Apr-10 23:36
professionalShahriar Iqbal Chowdhury/Galib23-Apr-10 23:36 
GeneralRe: Get DateTime according to country. Pin
Avinash_Mane23-Apr-10 23:45
Avinash_Mane23-Apr-10 23:45 
GeneralRe: Get DateTime according to country. Pin
Shahriar Iqbal Chowdhury/Galib23-Apr-10 23:53
professionalShahriar Iqbal Chowdhury/Galib23-Apr-10 23:53 
GeneralRe: Get DateTime according to country. Pin
Avinash_Mane24-Apr-10 0:31
Avinash_Mane24-Apr-10 0:31 
AnswerRe: Get DateTime according to country. Pin
sashidhar24-Apr-10 1:12
sashidhar24-Apr-10 1:12 
You can Convert the date time from us format to indian format by converting to utc and adding the hrs.
OR Use Javascript to get the client time
var localTime = new Date();
var hours = localTime .getHours();
var minutes = localTime .getMinutes();
var seconds = localTime .getSeconds();


I think It can be done using culture i never used it try the below link similar post..!

http://relatedterms.com/thread/1394580/Date%20%20%20Time%20issues%20with%20different%20timezones%20for%20server%20%20%20client[^]

LatestArticle :Log4Net

Why Do Some People Forget To Mark as Answer .If It Helps.

QuestionASP.Net Experts Pin
CrazyCoder2623-Apr-10 22:58
CrazyCoder2623-Apr-10 22:58 
QuestionDatabase connection in a Webservice Pin
_vijay23-Apr-10 21:40
_vijay23-Apr-10 21:40 
QuestionCrystal Report Printing From ASP.net web page. Pin
VikashGohil23-Apr-10 20:04
VikashGohil23-Apr-10 20:04 
AnswerRe: Crystal Report Printing From ASP.net web page. Pin
Abhijit Jana23-Apr-10 20:40
professionalAbhijit Jana23-Apr-10 20:40 
GeneralRe: Crystal Report Printing From ASP.net web page. Pin
VikashGohil25-Apr-10 20:16
VikashGohil25-Apr-10 20:16 
QuestionVertical gridveiw header text make header column width changed Pin
Andraw11123-Apr-10 9:54
Andraw11123-Apr-10 9:54 
AnswerRe: Vertical gridveiw header text make header column width changed Pin
T M Gray23-Apr-10 12:00
T M Gray23-Apr-10 12:00 
AnswerRe: Vertical gridveiw header text make header column width changed Pin
Abhijit Jana23-Apr-10 20:45
professionalAbhijit Jana23-Apr-10 20:45 
AnswerRe: Vertical gridveiw header text make header column width changed Pin
sashidhar24-Apr-10 1:15
sashidhar24-Apr-10 1:15 
Questionbinding a constant value to a asp.net hiddenfield Pin
Pratik Vasant Shah23-Apr-10 1:53
Pratik Vasant Shah23-Apr-10 1:53 
AnswerRe: binding a constant value to a asp.net hiddenfield Pin
Not Active23-Apr-10 2:15
mentorNot Active23-Apr-10 2:15 
AnswerRe: binding a constant value to a asp.net hiddenfield Pin
Shahriar Iqbal Chowdhury/Galib23-Apr-10 10:00
professionalShahriar Iqbal Chowdhury/Galib23-Apr-10 10:00 
GeneralRe: binding a constant value to a asp.net hiddenfield Pin
Pratik Vasant Shah25-Apr-10 21:22
Pratik Vasant Shah25-Apr-10 21:22 
Questionhelp on popup window Pin
S.Aijaz23-Apr-10 0:43
S.Aijaz23-Apr-10 0:43 
GeneralRe: help on popup window Pin
Arun Jacob23-Apr-10 1:07
Arun Jacob23-Apr-10 1:07 
GeneralRe: help on popup window Pin
S.Aijaz23-Apr-10 1:39
S.Aijaz23-Apr-10 1:39 
AnswerRe: help on popup window Pin
Brij23-Apr-10 1:14
mentorBrij23-Apr-10 1: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.