Click here to Skip to main content
15,892,927 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: dropdownlist validation problem when autopostback=true Pin
Baran M17-Jun-09 0:58
Baran M17-Jun-09 0:58 
AnswerRe: dropdownlist validation problem when autopostback=true Pin
pbp_5717-Jun-09 1:42
pbp_5717-Jun-09 1:42 
Questionmd5 decryption Pin
Kissy1617-Jun-09 0:06
Kissy1617-Jun-09 0:06 
AnswerRe: md5 decryption Pin
Aman Bhullar17-Jun-09 0:28
Aman Bhullar17-Jun-09 0:28 
GeneralRe: md5 decryption Pin
Kissy1617-Jun-09 0:46
Kissy1617-Jun-09 0:46 
AnswerRe: md5 decryption Pin
himanshu256117-Jun-09 0:43
himanshu256117-Jun-09 0:43 
AnswerRe: md5 decryption Pin
Vasudevan Deepak Kumar17-Jun-09 1:31
Vasudevan Deepak Kumar17-Jun-09 1:31 
Questionnot getting value in request.cookies("lang") Pin
anbusenthil17-Jun-09 0:00
anbusenthil17-Jun-09 0:00 
not getting value in request.cookies("lang")

Protected Sub LnkEng1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles LnkEng1.Click
            Dim appCookie As New HttpCookie("lang")

            Thread.CurrentThread.CurrentCulture = New CultureInfo("es-ES")
            LoadStrings(Thread.CurrentThread.CurrentCulture)
         here i am getting value "es-ES"   <-----------Response.Cookies("lang").Value = thread.CurrentThread.CurrentCulture.ToString
            appCookie.Expires = DateTime.MaxValue
            Response.Cookies.Add(appCookie)



but in immediate window   i am not getting the value for request.cookies("lang")


pls help

tanx
Questionhow to generate verification code Pin
janani1316-Jun-09 23:40
janani1316-Jun-09 23:40 
AnswerRe: how to generate verification code Pin
himanshu256117-Jun-09 0:05
himanshu256117-Jun-09 0:05 
QuestionHow to insert values from Text area to database Pin
shijivijayan16-Jun-09 23:16
shijivijayan16-Jun-09 23:16 
AnswerRe: How to insert values from Text area to database Pin
himanshu256117-Jun-09 0:00
himanshu256117-Jun-09 0:00 
GeneralRe: How to insert values from Text area to database Pin
shijivijayan17-Jun-09 0:04
shijivijayan17-Jun-09 0:04 
GeneralRe: How to insert values from Text area to database Pin
himanshu256117-Jun-09 0:24
himanshu256117-Jun-09 0:24 
GeneralRe: How to insert values from Text area to database Pin
shijivijayan17-Jun-09 0:44
shijivijayan17-Jun-09 0:44 
AnswerRe: How to insert values from Text area to database Pin
Baran M17-Jun-09 0:09
Baran M17-Jun-09 0:09 
QuestionFormview update problem [modified] Pin
yorockk16-Jun-09 22:57
yorockk16-Jun-09 22:57 
AnswerRe: Formview update problem Pin
Herman<T>.Instance17-Jun-09 0:00
Herman<T>.Instance17-Jun-09 0:00 
GeneralRe: Formview update problem Pin
yorockk17-Jun-09 5:37
yorockk17-Jun-09 5:37 
GeneralRe: Formview update problem Pin
yorockk17-Jun-09 23:33
yorockk17-Jun-09 23:33 
GeneralRe: Formview update problem Pin
yorockk21-Jun-09 5:20
yorockk21-Jun-09 5:20 
GeneralRe: Formview update problem Pin
yorockk6-Jul-09 8:38
yorockk6-Jul-09 8:38 
Questionhow to implement webparts personalization Pin
lakshmichawala16-Jun-09 22:51
lakshmichawala16-Jun-09 22:51 
AnswerRe: how to implement webparts personalization Pin
Abhijit Jana16-Jun-09 23:00
professionalAbhijit Jana16-Jun-09 23:00 
GeneralRe: how to implement webparts personalization Pin
lakshmichawala16-Jun-09 23:05
lakshmichawala16-Jun-09 23:05 

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.