Click here to Skip to main content
15,899,026 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Ajax controls adding to project Pin
Sapan Roy20-Jun-07 1:00
Sapan Roy20-Jun-07 1:00 
GeneralRe: Ajax controls adding to project Pin
kumarjammula20-Jun-07 1:37
kumarjammula20-Jun-07 1:37 
QuestionCrystal report printing in VS but not in IIS Pin
danmbuen220-Jun-07 0:16
danmbuen220-Jun-07 0:16 
QuestionRe: Crystal report printing in VS but not in IIS Pin
Sylvester george20-Jun-07 3:13
Sylvester george20-Jun-07 3:13 
AnswerRe: Crystal report printing in VS but not in IIS Pin
danmbuen220-Jun-07 14:03
danmbuen220-Jun-07 14:03 
Questionhow to decrypt cookie Pin
deepalititi19-Jun-07 23:56
deepalititi19-Jun-07 23:56 
Answer<font color=teal>Re: how to decrypt cookie </font> Pin
Sylvester george20-Jun-07 0:02
Sylvester george20-Jun-07 0:02 
GeneralRe: Re: how to decrypt cookie Pin
deepalititi20-Jun-07 0:15
deepalititi20-Jun-07 0:15 
I have tried to get back cookie's value in logon button and it is giving me perfect value but same is not working at page load event.
The added code in logon button's click event

Dim cookie As HttpCookie
cookie = Request.Cookies.Get("myCookie")
Dim user() As Byte
user = Encoding.Unicode.GetBytes(Cookie.Values("user"))
Dim DecryptedStrAsByt() As Byte
DecryptedStrAsByt = rsa.Decrypt(user, False)

Dim DecryptedStrAsString = System.Text.Encoding.Unicode.GetString(DecryptedStrAsByt)
Response.Write(DecryptedStrAsString)
and it is giving perfect value. but above code is giving me error at page load why?
GeneralRe: Re: how to decrypt cookie Pin
Sylvester george20-Jun-07 0:18
Sylvester george20-Jun-07 0:18 
GeneralRe: Re: how to decrypt cookie Pin
deepalititi20-Jun-07 0:27
deepalititi20-Jun-07 0:27 
Questionhow to a column at the footer using a webgrid Pin
ballameharmurali19-Jun-07 23:45
ballameharmurali19-Jun-07 23:45 
AnswerRe: how to a column at the footer using a webgrid Pin
Sandeep Akhare20-Jun-07 0:20
Sandeep Akhare20-Jun-07 0:20 
GeneralRe: how to a column at the footer using a webgrid Pin
ballameharmurali20-Jun-07 0:25
ballameharmurali20-Jun-07 0:25 
Questionreplacing text in a text file on server... Pin
rashadaliarshad19-Jun-07 23:08
rashadaliarshad19-Jun-07 23:08 
AnswerRe: replacing text in a text file on server... Pin
Sandeep Akhare19-Jun-07 23:29
Sandeep Akhare19-Jun-07 23:29 
AnswerRe: replacing text in a text file on server... Pin
Tarik Guney19-Jun-07 23:31
Tarik Guney19-Jun-07 23:31 
QuestionChange the language Pin
srinandan..19-Jun-07 22:44
srinandan..19-Jun-07 22:44 
AnswerRe: Change the language Pin
Chetan Ranpariya19-Jun-07 22:50
Chetan Ranpariya19-Jun-07 22:50 
GeneralRe: Change the language Pin
srinandan..19-Jun-07 23:01
srinandan..19-Jun-07 23:01 
GeneralRe: Change the language Pin
Chetan Ranpariya19-Jun-07 23:07
Chetan Ranpariya19-Jun-07 23:07 
GeneralRe: Change the language Pin
srinandan..19-Jun-07 23:27
srinandan..19-Jun-07 23:27 
GeneralRe: Change the language Pin
Chetan Ranpariya20-Jun-07 0:04
Chetan Ranpariya20-Jun-07 0:04 
GeneralRe: Change the language [modified] Pin
Sylvester george20-Jun-07 0:59
Sylvester george20-Jun-07 0:59 
GeneralRe: Change the language Pin
srinandan..20-Jun-07 1:16
srinandan..20-Jun-07 1:16 
QuestionServer Error in '/' Application. Pin
Brendan Vogt19-Jun-07 22:32
Brendan Vogt19-Jun-07 22:32 

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.