Click here to Skip to main content
15,893,381 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: cant access other classes in namespace Pin
iuliuz25-Apr-07 21:28
iuliuz25-Apr-07 21:28 
QuestionMembership Provider Help Needed Pin
Brendan Vogt25-Apr-07 3:04
Brendan Vogt25-Apr-07 3:04 
AnswerRe: Membership Provider Help Needed Pin
enjoycrack25-Apr-07 4:51
enjoycrack25-Apr-07 4:51 
QuestionDatabase Connection Error Pin
chaddolan25-Apr-07 3:01
chaddolan25-Apr-07 3:01 
AnswerRe: Database Connection Error Pin
enjoycrack25-Apr-07 4:48
enjoycrack25-Apr-07 4:48 
GeneralRe: Database Connection Error Pin
chaddolan26-Apr-07 2:10
chaddolan26-Apr-07 2:10 
QuestionQueryString Problems Pin
gus_br25-Apr-07 2:41
gus_br25-Apr-07 2:41 
AnswerRe: QueryString Problems Pin
Guffa25-Apr-07 7:07
Guffa25-Apr-07 7:07 
AFAIK, the settings that decide how the escaped codes in the request are decoded are:

:: The content-type setting in the html header, which probably comes from:
:: The content-type meta tag in the sending page.
:: The RequestEncoding setting in the web.config file.

Also, the escape function might not take into account the selected encoding for the page. Try the newer encodeURIComponent function instead.


---
single minded; short sighted; long gone;

GeneralRe: QueryString Problems Pin
gus_br25-Apr-07 7:57
gus_br25-Apr-07 7:57 
QuestionTimers in ASP.Net Pin
VIP-CoMmAnDo25-Apr-07 2:32
VIP-CoMmAnDo25-Apr-07 2:32 
AnswerRe: Timers in ASP.Net Pin
Arun.Immanuel25-Apr-07 2:38
Arun.Immanuel25-Apr-07 2:38 
AnswerRe: Timers in ASP.Net Pin
enjoycrack25-Apr-07 4:45
enjoycrack25-Apr-07 4:45 
QuestionDeployment Pin
.NET- India 25-Apr-07 2:12
.NET- India 25-Apr-07 2:12 
AnswerRe: Deployment Pin
N a v a n e e t h25-Apr-07 3:04
N a v a n e e t h25-Apr-07 3:04 
QuestionSplash Screen Pin
.NET- India 25-Apr-07 2:07
.NET- India 25-Apr-07 2:07 
AnswerRe: Splash Screen Pin
Yogi Pandey25-Apr-07 2:11
Yogi Pandey25-Apr-07 2:11 
GeneralRe: Splash Screen Pin
_mubashir25-Apr-07 4:09
_mubashir25-Apr-07 4:09 
AnswerRe: Splash Screen Pin
Kunal P25-Apr-07 6:12
Kunal P25-Apr-07 6:12 
AnswerRe: Splash Screen Pin
C.Sharp.Mage25-Apr-07 13:19
C.Sharp.Mage25-Apr-07 13:19 
QuestionHelp with DataReader Pin
kallileo25-Apr-07 1:51
kallileo25-Apr-07 1:51 
AnswerRe: Help with DataReader Pin
kubben25-Apr-07 2:01
kubben25-Apr-07 2:01 
AnswerRe: Help with DataReader Pin
Chetan Ranpariya25-Apr-07 2:14
Chetan Ranpariya25-Apr-07 2:14 
GeneralRe: Help with DataReader Pin
kallileo25-Apr-07 2:45
kallileo25-Apr-07 2:45 
GeneralRe: Help with DataReader Pin
Chetan Ranpariya25-Apr-07 23:12
Chetan Ranpariya25-Apr-07 23:12 
GeneralRe: Help with DataReader Pin
kallileo25-Apr-07 23:35
kallileo25-Apr-07 23: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.