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

ASP.NET

 
AnswerRe: aspnet_wp.exe consume al memory, then it's too slow on runtime Pin
Kannan Ar23-Feb-10 17:31
professionalKannan Ar23-Feb-10 17:31 
GeneralRe: aspnet_wp.exe consume al memory, then it's too slow on runtime Pin
yetrus24-Feb-10 0:31
yetrus24-Feb-10 0:31 
Questionlogin Pin
arkiboys23-Feb-10 11:22
arkiboys23-Feb-10 11:22 
AnswerRe: login Pin
Jörgen Andersson23-Feb-10 11:55
professionalJörgen Andersson23-Feb-10 11:55 
GeneralRe: login Pin
arkiboys23-Feb-10 12:40
arkiboys23-Feb-10 12:40 
GeneralRe: login Pin
Jörgen Andersson23-Feb-10 19:15
professionalJörgen Andersson23-Feb-10 19:15 
GeneralRe: login Pin
arkiboys24-Feb-10 11:33
arkiboys24-Feb-10 11:33 
QuestionConvert decimal number into Italian formate while export to excel. Pin
attalurisubbu23-Feb-10 8:47
attalurisubbu23-Feb-10 8:47 
Hi all,

As per the requirement my machine language settings are set to Italian language.

while generating reports in my application i am facing a problem that
i have a column called timespent lets say eg: 1.5 units

We are showing the report in excel formate.

Note:- In Italian formate "1.5" should be display as "1,5"
------

I am applying following style to out put record set of "TIME_SPENT" but i am getting the out put '1.5 but required Output is "1,5"

sbrHTML.Append("<style>.timespend { mso-number-format:@;} .premium { mso-number-format:$\\#\\,\\#\\#0\\.00;} .ogDate {mso-ignore:padding;mso-generic-font-family:auto;mso-font-charsetBlush | :O ;mso-number-format:yyyy-MM-dd;mso-background-source:auto;mso-pattern:auto;} </style>");

sbrHTML.Append("<td class=timeSpent>" + sqlDatareader["TIME_SPENT"].ToString() + "</td>");

out put:'1.5

Please can any can help on this.

Thanks in advance,

subbu.
AnswerRe: Convert decimal number into Italian formate while export to excel. Pin
Jörgen Andersson23-Feb-10 11:17
professionalJörgen Andersson23-Feb-10 11:17 
GeneralRe: Convert decimal number into Italian formate while export to excel. Pin
attalurisubbu24-Feb-10 3:21
attalurisubbu24-Feb-10 3:21 
GeneralRe: Convert decimal number into Italian formate while export to excel. Pin
Jörgen Andersson24-Feb-10 3:40
professionalJörgen Andersson24-Feb-10 3:40 
Questioncalling web method in asp.net web page Pin
dalila y23-Feb-10 8:43
dalila y23-Feb-10 8:43 
AnswerRe: calling web method in asp.net web page Pin
mrMercury23-Feb-10 8:48
mrMercury23-Feb-10 8:48 
AnswerRe: calling web method in asp.net web page Pin
Sandeep Mewara21-Mar-10 21:09
mveSandeep Mewara21-Mar-10 21:09 
QuestionLossing Sessions and static varaibles becoming null [modified] Pin
Satish - Developer23-Feb-10 3:02
Satish - Developer23-Feb-10 3:02 
AnswerRe: Lossing Sessions and static varaibles becoming null Pin
Parwej Ahamad23-Feb-10 4:58
professionalParwej Ahamad23-Feb-10 4:58 
GeneralRe: Lossing Sessions and static varaibles becoming null Pin
Satish - Developer23-Feb-10 20:39
Satish - Developer23-Feb-10 20:39 
QuestionOrder by Pin
Qasim198423-Feb-10 2:48
professionalQasim198423-Feb-10 2:48 
AnswerRe: Order by Pin
R. Giskard Reventlov23-Feb-10 5:09
R. Giskard Reventlov23-Feb-10 5:09 
GeneralRe: Order by Pin
Qasim198423-Feb-10 5:13
professionalQasim198423-Feb-10 5:13 
GeneralRe: Order by Pin
R. Giskard Reventlov23-Feb-10 5:24
R. Giskard Reventlov23-Feb-10 5:24 
GeneralRe: Order by Pin
Qasim198423-Feb-10 5:29
professionalQasim198423-Feb-10 5:29 
Questionjava date validation Pin
Member 395625723-Feb-10 2:22
Member 395625723-Feb-10 2:22 
AnswerRe: java date validation Pin
R. Giskard Reventlov23-Feb-10 2:27
R. Giskard Reventlov23-Feb-10 2:27 
Questionlogin control - aspnet_regsql.exe Pin
arkiboys23-Feb-10 1:49
arkiboys23-Feb-10 1:49 

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.