Click here to Skip to main content
15,909,741 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Very slow postback Pin
DoctorMick23-Apr-09 2:25
DoctorMick23-Apr-09 2:25 
GeneralRe: Very slow postback Pin
Girish48123-Apr-09 2:32
Girish48123-Apr-09 2:32 
GeneralRe: Very slow postback Pin
RonRasmussen23-Apr-09 3:16
RonRasmussen23-Apr-09 3:16 
AnswerRe: Very slow postback Pin
ToddHileHoffer23-Apr-09 4:54
ToddHileHoffer23-Apr-09 4:54 
QuestionCreating Link Array using Asp.Net Pin
smartsabbas5223-Apr-09 0:29
smartsabbas5223-Apr-09 0:29 
AnswerRe: Creating Link Array using Asp.Net Pin
Christian Graus23-Apr-09 0:45
protectorChristian Graus23-Apr-09 0:45 
QuestionSMS Gateways Pin
Nyoti Rukadikar23-Apr-09 0:15
Nyoti Rukadikar23-Apr-09 0:15 
Questionencoding Pin
samerh23-Apr-09 0:14
samerh23-Apr-09 0:14 
Hi
In asp.net website when writting inside textboxes html tags or single cote an error is generated " potentially dangerous Request.Form value was detected from the client ".
I used to put in page directive of master page validaterequest=false and everything is ok.

I have met someone who told me that this is not secure and can cause sql injection (but iam using stored procedures) or script injection.

I have also read about enabling "Debug=true" directive at the top of the file that generated the error

I also know that we can encode our text values and save them in sql as encoded using Server.HtmlEncode(txtName.Text));
but do i have in this case to write Server.HtmlEncode and decode when reading for every textbox i have and does it have any influence on loading time, does it take time????

plz advice and thanks
AnswerRe: encoding Pin
G. K. Singh23-Apr-09 2:13
G. K. Singh23-Apr-09 2:13 
QuestionAccess input hidden value of a usercontrol in another usercontrol Pin
Technobizz22-Apr-09 23:29
Technobizz22-Apr-09 23:29 
AnswerRe: Access input hidden value of a usercontrol in another usercontrol Pin
Nyoti Rukadikar23-Apr-09 1:26
Nyoti Rukadikar23-Apr-09 1:26 
GeneralRe: Access input hidden value of a usercontrol in another usercontrol Pin
Technobizz23-Apr-09 2:42
Technobizz23-Apr-09 2:42 
GeneralRe: Access input hidden value of a usercontrol in another usercontrol Pin
Nyoti Rukadikar23-Apr-09 3:01
Nyoti Rukadikar23-Apr-09 3:01 
GeneralRe: Access input hidden value of a usercontrol in another usercontrol Pin
Technobizz23-Apr-09 3:43
Technobizz23-Apr-09 3:43 
GeneralRe: Access input hidden value of a usercontrol in another usercontrol Pin
Nyoti Rukadikar23-Apr-09 4:18
Nyoti Rukadikar23-Apr-09 4:18 
GeneralRe: Access input hidden value of a usercontrol in another usercontrol Pin
Technobizz23-Apr-09 8:36
Technobizz23-Apr-09 8:36 
QuestionDevelop Library like SCRIBD or Google Books Pin
abthea22-Apr-09 23:27
abthea22-Apr-09 23:27 
AnswerRe: Develop Library like SCRIBD or Google Books Pin
Ashfield23-Apr-09 1:52
Ashfield23-Apr-09 1:52 
QuestionGet online users count and registered users count ( How wrong is my logic ? #1 ) Pin
Hristiyan22-Apr-09 23:06
Hristiyan22-Apr-09 23:06 
AnswerRe: Get online users count and registered users count ( How wrong is my logic ? #1 ) Pin
SeMartens23-Apr-09 0:33
SeMartens23-Apr-09 0:33 
GeneralRe: Get online users count and registered users count ( How wrong is my logic ? #1 ) Pin
Hristiyan23-Apr-09 1:43
Hristiyan23-Apr-09 1:43 
GeneralRe: Get online users count and registered users count ( How wrong is my logic ? #1 ) Pin
SeMartens23-Apr-09 2:53
SeMartens23-Apr-09 2:53 
GeneralRe: Get online users count and registered users count ( How wrong is my logic ? #1 ) Pin
Hristiyan23-Apr-09 3:28
Hristiyan23-Apr-09 3:28 
GeneralRe: Get online users count and registered users count ( How wrong is my logic ? #1 ) Pin
SeMartens23-Apr-09 3:33
SeMartens23-Apr-09 3:33 
QuestionFirst time starting with HTTPS hosting Pin
Nadia Monalisa22-Apr-09 22:44
Nadia Monalisa22-Apr-09 22:44 

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.