http://www.codeproject.com/KB/aspnet/Encoding_in_ASPNET.aspx
On Tue, Sep 29, 2009 at 3:20 PM, Andrew Badera <[email protected]> wrote: > > "Character set encoding" > > Use the HTML entities instead. > > ∞ Andy Badera > ∞ +1 518-641-1280 > ∞ This email is: [ ] bloggable [x] ask first [ ] private > ∞ Google me: http://www.google.com/search?q=andrew%20badera > > > > On Tue, Sep 29, 2009 at 2:32 AM, jayason tv <[email protected]> wrote: > > Hi > > Thanks in advance .I need to add "<>\...@£$¥èéùìòÇØøÅå" " these charters > in > > my webconfig file as i am reading thses charters in my code(c#). I added > it > > as > > <appSettings> > > <add key="char" value="<>\...@£$¥èéùìòÇØøÅå"" /> > > </appSettings> > > I am not able to run my application . > > > > Thanks > > JAYASON > > >
