Click here to Skip to main content
15,917,473 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Reading from a 2003 word document & saving to sql table! Pin
sam L26-Nov-06 10:17
sam L26-Nov-06 10:17 
Question.ashx file Pin
Miszou25-Nov-06 9:16
Miszou25-Nov-06 9:16 
AnswerRe: .ashx file Pin
Not Active25-Nov-06 14:16
mentorNot Active25-Nov-06 14:16 
GeneralRe: .ashx file Pin
Miszou25-Nov-06 14:25
Miszou25-Nov-06 14:25 
Questionexternal search from site using google Pin
_tasleem25-Nov-06 8:22
_tasleem25-Nov-06 8:22 
QuestionPoint Of Sale Project Pin
Waskira25-Nov-06 7:12
Waskira25-Nov-06 7:12 
QuestionChanging the location of _viewState in the aspx page Pin
JohnyCoder25-Nov-06 7:04
JohnyCoder25-Nov-06 7:04 
AnswerRe: Changing the location of _viewState in the aspx page Pin
sam L25-Nov-06 20:53
sam L25-Nov-06 20:53 
You can either turn the view state off for a particular control, or even for the entire page...however that's not adviceable as you won't be able to keep the state of your other controls around across post back.

Now if you turn it off for the page, then when you go do source -> view, you are not going to see the view state field there. I am not sure why would you be concerned with where the view state shows up in your source...I mean if you are concerned with the date that you are storing in there being displayed, well its base 64 encoded so a reader can't just read it. However it's not encrypted or anything and there are base 64 decoders out there that can simply decode it for you.

I hope this helps.

Sam
GeneralRe: Changing the location of _viewState in the aspx page Pin
Fred_Smith25-Nov-06 22:36
Fred_Smith25-Nov-06 22:36 
GeneralRe: Changing the location of _viewState in the aspx page Pin
sam L26-Nov-06 9:09
sam L26-Nov-06 9:09 
GeneralRe: Changing the location of _viewState in the aspx page Pin
JohnyCoder26-Nov-06 5:09
JohnyCoder26-Nov-06 5:09 
GeneralRe: Changing the location of _viewState in the aspx page Pin
sam L26-Nov-06 9:10
sam L26-Nov-06 9:10 
GeneralRe: Changing the location of _viewState in the aspx page Pin
JohnyCoder26-Nov-06 15:22
JohnyCoder26-Nov-06 15:22 
GeneralRe: Changing the location of _viewState in the aspx page Pin
JohnyCoder27-Nov-06 6:22
JohnyCoder27-Nov-06 6:22 
QuestionAJAX How to start and where to start Pin
Nitin198125-Nov-06 6:40
Nitin198125-Nov-06 6:40 
AnswerRe: AJAX How to start and where to start Pin
Not Active25-Nov-06 14:23
mentorNot Active25-Nov-06 14:23 
GeneralRe: AJAX How to start and where to start Pin
Fred_Smith25-Nov-06 22:45
Fred_Smith25-Nov-06 22:45 
GeneralRe: AJAX How to start and where to start Pin
Nitin198126-Nov-06 6:37
Nitin198126-Nov-06 6:37 
QuestionSorting columns when displaying single column in datalist Pin
hasanali0025-Nov-06 5:33
hasanali0025-Nov-06 5:33 
QuestionUsing two pages Pin
Khan.Bangash25-Nov-06 1:52
Khan.Bangash25-Nov-06 1:52 
AnswerRe: Using two pages Pin
iamrashida8325-Nov-06 4:55
iamrashida8325-Nov-06 4:55 
GeneralRe: Using two pages Pin
Not Active25-Nov-06 14:20
mentorNot Active25-Nov-06 14:20 
Questionexpand Tree view Pin
Imran Khan Pathan25-Nov-06 1:13
Imran Khan Pathan25-Nov-06 1:13 
AnswerRe: expand Tree view Pin
iamrashida8325-Nov-06 5:04
iamrashida8325-Nov-06 5:04 
AnswerRe: expand Tree view Pin
Not Active25-Nov-06 14:18
mentorNot Active25-Nov-06 14:18 

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.