Click here to Skip to main content
15,913,027 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: range in excel workbook Pin
playout22-Aug-06 9:54
playout22-Aug-06 9:54 
GeneralRe: range in excel workbook Pin
Mike Ellison22-Aug-06 10:42
Mike Ellison22-Aug-06 10:42 
QuestionCentralised Coding of a menu [modified] Pin
JGOnline21-Aug-06 8:01
JGOnline21-Aug-06 8:01 
QuestionASP object data source? Pin
Solly7421-Aug-06 7:44
Solly7421-Aug-06 7:44 
AnswerRe: ASP object data source? Pin
Grapes-R-Fun21-Aug-06 15:47
Grapes-R-Fun21-Aug-06 15:47 
AnswerRe: ASP object data source? Pin
minhpc_bk21-Aug-06 16:13
minhpc_bk21-Aug-06 16:13 
QuestionDisplay curr in EUR in DataGrid for en-GB culture [modified] Pin
Josh Blair21-Aug-06 7:25
Josh Blair21-Aug-06 7:25 
AnswerRe: Display curr in EUR in DataGrid for en-GB culture Pin
minhpc_bk21-Aug-06 16:09
minhpc_bk21-Aug-06 16:09 
Hi there,
According to the official recommedation, the currency symbol comes before the money amount with no space in between, however it may vary from nations to nations. You can read more about this from the links:

http://ec.europa.eu/economy_finance/euro/our_currency_en.htm[^]
http://en.wikipedia.org/wiki/Euro#The_currency_sign_.E2.82.AC[^]

And the default currency symbol of the en-GB cutlure is the £, not the €, so to use the euro symbol, you'll have a couple of options to do:
+ Change the currency symbol in the Regional setting in the control panel.
+ Change the currency symbol at runtime using the CurrencySymbol property of the NumberFormatInfo object.
+ Hard code the currency symbol when you do the number formatting.

GeneralRe: Display curr in EUR in DataGrid for en-GB culture Pin
Josh Blair22-Aug-06 0:32
Josh Blair22-Aug-06 0:32 
Questiontextbox /calender Pin
omi9821-Aug-06 7:23
omi9821-Aug-06 7:23 
AnswerRe: textbox /calender Pin
Mike Ellison21-Aug-06 8:30
Mike Ellison21-Aug-06 8:30 
AnswerRe: textbox /calender [modified] Pin
postmaster@programmingknowledge.com21-Aug-06 9:58
postmaster@programmingknowledge.com21-Aug-06 9:58 
QuestionEmbed Javascript File Pin
Lash2021-Aug-06 6:05
Lash2021-Aug-06 6:05 
AnswerRe: Embed Javascript File Pin
Mike Ellison21-Aug-06 6:39
Mike Ellison21-Aug-06 6:39 
QuestionASCX files and variables Pin
JGOnline21-Aug-06 5:13
JGOnline21-Aug-06 5:13 
AnswerRe: ASCX files and variables Pin
ToddHileHoffer21-Aug-06 6:58
ToddHileHoffer21-Aug-06 6:58 
Questiondatabinding a dropdown list in asp.net and c# Pin
gbabu1721-Aug-06 5:07
gbabu1721-Aug-06 5:07 
AnswerRe: databinding a dropdown list in asp.net and c# Pin
ToddHileHoffer21-Aug-06 5:16
ToddHileHoffer21-Aug-06 5:16 
GeneralRe: databinding a dropdown list in asp.net and c# Pin
gbabu1721-Aug-06 5:44
gbabu1721-Aug-06 5:44 
AnswerRe: databinding a dropdown list in asp.net and c# Pin
Sidonath21-Aug-06 5:33
Sidonath21-Aug-06 5:33 
GeneralRe: databinding a dropdown list in asp.net and c# Pin
gbabu1721-Aug-06 5:47
gbabu1721-Aug-06 5:47 
QuestionNeed for a pager class Pin
devboycpp21-Aug-06 4:24
devboycpp21-Aug-06 4:24 
AnswerRe: Need for a pager class Pin
eggsovereasy21-Aug-06 8:17
eggsovereasy21-Aug-06 8:17 
QuestionRe: Need for a pager class Pin
devboycpp21-Aug-06 22:22
devboycpp21-Aug-06 22:22 
QuestionHow do i get the ID of a user control using javascript??? Pin
Sivaprasad C21-Aug-06 3:59
Sivaprasad C21-Aug-06 3:59 

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.