Click here to Skip to main content
15,900,378 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Can we use vsflexgrid into asp.net Pin
Raveendar Reddy18-Aug-09 22:58
Raveendar Reddy18-Aug-09 22:58 
QuestionAjax ModalPopUpExtender not working in Firefox Pin
Usharva16-Jun-09 19:43
Usharva16-Jun-09 19:43 
Questionasp:calender [modified] Pin
abc_fm16-Jun-09 19:23
abc_fm16-Jun-09 19:23 
AnswerRe: asp:calender Pin
Baran M16-Jun-09 20:50
Baran M16-Jun-09 20:50 
AnswerRe: asp:calender Pin
Abhijit Jana16-Jun-09 21:51
professionalAbhijit Jana16-Jun-09 21:51 
AnswerRe: asp:calender Pin
Baran M16-Jun-09 23:27
Baran M16-Jun-09 23:27 
Questionhow to store culture info into a cookie Pin
anbusenthil16-Jun-09 19:17
anbusenthil16-Jun-09 19:17 
AnswerRe: how to store culture info into a cookie Pin
Naji El Kotob1-Oct-09 3:41
Naji El Kotob1-Oct-09 3:41 
Hi,

If I understood you right, you are working on multi-language website, and you need to save the lang of user based on his/her selection. To use cookie, simply go to this website http://msdn.microsoft.com/en-us/library/system.web.httpcookie.aspx[^] but to work effectively you need to load the value from a cookie e.g. en-US at session startup (use global.asax) if there is no cookie, assign a default value, and use session and "overrides sub InitializeCulture" event to assign lang to Thread.CurrentThread.CurrentUICulture/CurrentCulture if session expired, reload the value from cookie again...

hope this will help you and others.
regards,
NajiCo

NajiCo http://www.InsideVB.NET[^]

It's nice 2b important, but it's more important 2b nice...
http://www.facebook.com/group.php?gid=5932660937[^]

QuestionDon't asp.net TextBox Textmode=Multiline and MaxLength work together? Pin
CrazyCoder2616-Jun-09 19:11
CrazyCoder2616-Jun-09 19:11 
AnswerRe: Don't asp.net TextBox Textmode=Multiline and MaxLength work together? Pin
K030616-Jun-09 19:15
K030616-Jun-09 19:15 
GeneralRe: Don't asp.net TextBox Textmode=Multiline and MaxLength work together? Pin
Baran M16-Jun-09 20:51
Baran M16-Jun-09 20:51 
QuestionHelp I need to transfer my dotnetnuke site to a new server Pin
avedis21316-Jun-09 14:52
avedis21316-Jun-09 14:52 
AnswerRe: Help I need to transfer my dotnetnuke site to a new server Pin
Christian Graus16-Jun-09 16:11
protectorChristian Graus16-Jun-09 16:11 
GeneralRe: Help I need to transfer my dotnetnuke site to a new server Pin
avedis21316-Jun-09 16:16
avedis21316-Jun-09 16:16 
GeneralRe: Help I need to transfer my dotnetnuke site to a new server Pin
Christian Graus16-Jun-09 16:31
protectorChristian Graus16-Jun-09 16:31 
GeneralRe: Help I need to transfer my dotnetnuke site to a new server Pin
avedis21316-Jun-09 16:46
avedis21316-Jun-09 16:46 
GeneralRe: Help I need to transfer my dotnetnuke site to a new server Pin
Christian Graus16-Jun-09 17:02
protectorChristian Graus16-Jun-09 17:02 
QuestionHow to append static text to a bound field? [modified] Pin
KreativeKai16-Jun-09 8:53
professionalKreativeKai16-Jun-09 8:53 
AnswerRe: How to append static text to a bound field? Pin
Christian Graus16-Jun-09 16:13
protectorChristian Graus16-Jun-09 16:13 
GeneralRe: How to append static text to a bound field? Pin
KreativeKai17-Jun-09 1:49
professionalKreativeKai17-Jun-09 1:49 
QuestionMaster/Details Gridview Pin
ffowler16-Jun-09 4:28
ffowler16-Jun-09 4:28 
AnswerRe: Master/Details Gridview Pin
ffowler16-Jun-09 5:35
ffowler16-Jun-09 5:35 
GeneralRe: Master/Details Gridview Pin
El_Programmer16-Jun-09 6:19
El_Programmer16-Jun-09 6:19 
QuestionASP.net with C# Pin
Teesha00916-Jun-09 4:19
Teesha00916-Jun-09 4:19 
AnswerRe: ASP.net with C# Pin
Abhijit Jana16-Jun-09 4:35
professionalAbhijit Jana16-Jun-09 4:35 

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.