Click here to Skip to main content
15,886,799 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: HyperLink in GridView Pin
Mohammed Elkholy11-Feb-07 20:31
Mohammed Elkholy11-Feb-07 20:31 
QuestionView State "32 bit encoded" Pin
DavidsMaguire11-Feb-07 0:14
DavidsMaguire11-Feb-07 0:14 
AnswerRe: View State "32 bit encoded" Pin
Colin Angus Mackay11-Feb-07 0:29
Colin Angus Mackay11-Feb-07 0:29 
GeneralRe: View State "32 bit encoded" Pin
DavidsMaguire11-Feb-07 0:45
DavidsMaguire11-Feb-07 0:45 
GeneralRe: View State "32 bit encoded" Pin
Colin Angus Mackay11-Feb-07 3:38
Colin Angus Mackay11-Feb-07 3:38 
GeneralRe: View State "32 bit encoded" Pin
Guffa11-Feb-07 14:24
Guffa11-Feb-07 14:24 
GeneralRe: View State "32 bit encoded" Pin
DavidsMaguire11-Feb-07 22:00
DavidsMaguire11-Feb-07 22:00 
GeneralRe: View State "32 bit encoded" Pin
Colin Angus Mackay12-Feb-07 1:57
Colin Angus Mackay12-Feb-07 1:57 
DavidsMaguire wrote:
any way .. i mean why specifically view state is base64 encoded ??


I'm guessing because that is how binary data is typically encoded when transmitted through protocols such as HTTP. It is reasonably efficient and isn't subject to odd encoding problems if the text changes code pages and so on. (it only uses 0-9, a-z, A-Z and a few other symbols)


DavidsMaguire wrote:
and if there an example about how the encoding goes ??


You'll probably get a better and more comprehensive answer here: http://en.wikipedia.org/wiki/Base64[^]

There are methods in the .NET framework to convert between base 64 and binary already, so it isn't something you'll need to write yourself. See the methods on the Convert class[^]


Questiononmouseover Javascript event Pin
Blue_Boy11-Feb-07 0:11
Blue_Boy11-Feb-07 0:11 
AnswerRe: onmouseover Javascript event Pin
Guffa11-Feb-07 0:20
Guffa11-Feb-07 0:20 
GeneralRe: onmouseover Javascript event Pin
Blue_Boy11-Feb-07 0:24
Blue_Boy11-Feb-07 0:24 
AnswerRe: onmouseover Javascript event Pin
Guffa11-Feb-07 11:23
Guffa11-Feb-07 11:23 
QuestionWeb.Config error Pin
obarahmeh10-Feb-07 23:58
obarahmeh10-Feb-07 23:58 
AnswerRe: Web.Config error Pin
BORN...again!11-Feb-07 13:45
BORN...again!11-Feb-07 13:45 
Questionkeeping track of clicked node in tree view to get data From SQL server accordingly Pin
EEmaan10-Feb-07 23:38
EEmaan10-Feb-07 23:38 
Questionhelp in keeping track of clicked node in tree view to get data From SQL server accordingly Pin
EEmaan10-Feb-07 23:34
EEmaan10-Feb-07 23:34 
QuestionServerside Testing Pin
Brendan Vogt10-Feb-07 18:35
Brendan Vogt10-Feb-07 18:35 
Questionwebservice response giving problem [modified] Pin
keroed_edmond10-Feb-07 11:21
keroed_edmond10-Feb-07 11:21 
QuestionNew to ASP.Net Pin
Member 344923110-Feb-07 8:46
Member 344923110-Feb-07 8:46 
AnswerRe: New to ASP.Net Pin
Guffa10-Feb-07 8:51
Guffa10-Feb-07 8:51 
QuestionWhat is a good way to send reminders??? Pin
code-frog10-Feb-07 4:05
professionalcode-frog10-Feb-07 4:05 
AnswerRe: What is a good way to send reminders??? Pin
Jon Sagara10-Feb-07 4:17
Jon Sagara10-Feb-07 4:17 
GeneralRe: What is a good way to send reminders??? Pin
code-frog10-Feb-07 7:09
professionalcode-frog10-Feb-07 7:09 
GeneralRe: What is a good way to send reminders??? Pin
Jon Sagara10-Feb-07 20:13
Jon Sagara10-Feb-07 20:13 
AnswerRe: What is a good way to send reminders??? Pin
Bassam Saoud10-Feb-07 7:46
Bassam Saoud10-Feb-07 7:46 

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.