Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
andy #1
strange behaviuor when assigning string
Hi
I have some strange behaviour that im looking for ideas on:
GetCountryCode returns a string from a stored procedure, standard stuff
strCult = Trim(ca.GetCountryCode(Userid))
ci = New CultureInfo(Trim(strCult))
Thread.CurrentThread.CurrentCulture = ci
if i debug in the environment the output of GetCountryCode is:
"sv-SE
"
Note the carridge return (maybe this is irrelevent)
If I set the same code manually it works:
ci = New CultureInfo("sv-SE")
Thread.CurrentThread.CurrentCulture = ci
Is there something basic im missing here that I cant see, there are
other ways around this but I would be really intrested to know what im
doing wrong when assigning this string
Any help appreciated
Andy
andy Guest
-
assigning an action to two keys
hello, I'm making a FPS control system, the movement looks about like this: if the keypressed = "w" then myModel.translate(0,2,0) end if and... -
ITemplate strange behaviuor
Hi all, I've found something strange that I cannot explain to myself. See the code below: public class MyControl : Control, INamingContainer... -
Assigning a var to a combo box?
Hi Everyone, I'm just learning Flash MX and am trying to create a form which emails the results... I found an easy template to use with php which... -
Assigning Numbers
I am relatively new to FM and am trying to figure out a solution to this problem; A database has x number of records all with the assigned number... -
assigning recordsource to tab
"Jim" <creveille@excite.com> wrote in message news:0a3d01c35527$a4d95d60$a601280a@phx.gbl... Using the Change event of the TabControl and...



Reply With Quote

