Click here to Skip to main content
15,916,091 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: encoding Pin
G. K. Singh23-Apr-09 2:13
G. K. Singh23-Apr-09 2:13 
first thing using validaterequest=false is not secure is right. It may cause of script injection but sql injection can be used. Server.HtmlEncode will protect you for script injection. about the loading time you can check your self as:
add:
<system.web>
<trace> enabled="true"
mostRecent="true"
requestLimit="50" />


In your web.config file and...
Then open trace.axd file by write in end of your url like:

http://www.codeproject.com/script/Forums/Edit.aspx/trace.axd

Gaurav Kumar Singh
Consultant (Asp.net)

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 
QuestionHow to ReFresh a user Control Pin
Vimalsoft(Pty) Ltd22-Apr-09 22:26
professionalVimalsoft(Pty) Ltd22-Apr-09 22:26 

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.