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

ASP.NET

 
QuestionNeed a small Help. [modified] Pin
Nanda_MR3-Apr-09 19:29
Nanda_MR3-Apr-09 19:29 
AnswerRe: Need a small Help. Pin
Christian Graus3-Apr-09 23:12
protectorChristian Graus3-Apr-09 23:12 
QuestionTyped DataSet Issue... Pin
Illegal Operation3-Apr-09 12:18
Illegal Operation3-Apr-09 12:18 
QuestionHow to create a nice Order page? Pin
Dirso3-Apr-09 10:06
Dirso3-Apr-09 10:06 
AnswerRe: How to create a nice Order page? Pin
Yusuf3-Apr-09 11:35
Yusuf3-Apr-09 11:35 
Questionhow can i able to obtain the file size of uploaded file Pin
Alok Sharma ji3-Apr-09 7:04
Alok Sharma ji3-Apr-09 7:04 
AnswerRe: how can i able to obtain the file size of uploaded file Pin
ToddHileHoffer3-Apr-09 7:14
ToddHileHoffer3-Apr-09 7:14 
Questionhaving problem on sending html expression Pin
Alok Sharma ji3-Apr-09 6:44
Alok Sharma ji3-Apr-09 6:44 
hi!! i am using a 3rd party dll in my project to html messaging like this message board in codeproject or a scrap like thing in orkut.
but every time when i pressed the send button of message it gives me error and message is not stored in db.
the error type is:

Description: Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted. This value may indicate an attempt to compromise the security of your application, such as a cross-site scripting attack. You can disable request validation by setting validateRequest=false in the Page directive or in the  configuration section. However, it is strongly recommended that your application explicitly check all inputs in this case. 

A potentially dangerous Request.Form value was detected from the client (ctl00$ContentPlaceHolder2$TextBox22="dfg<br>").

Exception Details: System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (ctl00$ContentPlaceHolder2$TextBox22="dfg<br>").


Stack Trace:

[HttpRequestValidationException (0x80004005): A potentially dangerous Request.Form value was detected from the client (ctl00$ContentPlaceHolder2$TextBox22="dfg<br>").]
   System.Web.HttpRequest.ValidateString(String s, String valueName, String collectionName) +3307682
   System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, String collectionName) +108
   System.Web.HttpRequest.get_Form() +119
   System.Web.HttpRequest.get_HasForm() +3309630
   System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +45
   System.Web.UI.Page.DeterminePostBackMode() +65
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7350
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +213
   System.Web.UI.Page.ProcessRequest() +86
   System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18
   System.Web.UI.Page.ProcessRequest(HttpContext context) +49
   ASP.messages_aspx.ProcessRequest(HttpContext context) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\alok\deb20b3e\4118a126\App_Web_gd1it9hc.2.cs:0
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +358
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64


how to solve this.
AnswerRe: having problem on sending html expression Pin
ToddHileHoffer3-Apr-09 7:12
ToddHileHoffer3-Apr-09 7:12 
GeneralRe: having problem on sending html expression Pin
Alok Sharma ji3-Apr-09 7:23
Alok Sharma ji3-Apr-09 7:23 
GeneralRe: having problem on sending html expression Pin
ToddHileHoffer3-Apr-09 7:26
ToddHileHoffer3-Apr-09 7:26 
GeneralRe: having problem on sending html expression Pin
Alok Sharma ji3-Apr-09 7:26
Alok Sharma ji3-Apr-09 7:26 
GeneralRe: having problem on sending html expression Pin
fred_3-Apr-09 9:21
fred_3-Apr-09 9:21 
GeneralRe: having problem on sending html expression Pin
www.Developerof.NET3-Apr-09 19:53
www.Developerof.NET3-Apr-09 19:53 
QuestionURL Rewriting Regular Expression Pin
CandyMe3-Apr-09 5:23
CandyMe3-Apr-09 5:23 
QuestionChecked Two radiobuttons simultaneouly while page is open Pin
Nitinpro3-Apr-09 4:14
Nitinpro3-Apr-09 4:14 
AnswerRe: Checked Two radiobuttons simultaneouly while page is open Pin
ToddHileHoffer3-Apr-09 4:25
ToddHileHoffer3-Apr-09 4:25 
GeneralRe: Checked Two radiobuttons simultaneouly while page is open Pin
Alok Sharma ji3-Apr-09 6:27
Alok Sharma ji3-Apr-09 6:27 
GeneralRe: Checked Two radiobuttons simultaneouly while page is open Pin
ToddHileHoffer3-Apr-09 6:58
ToddHileHoffer3-Apr-09 6:58 
GeneralRe: Checked Two radiobuttons simultaneouly while page is open Pin
Alok Sharma ji3-Apr-09 7:06
Alok Sharma ji3-Apr-09 7:06 
AnswerRe: Checked Two radiobuttons simultaneouly while page is open Pin
Alok Sharma ji3-Apr-09 7:07
Alok Sharma ji3-Apr-09 7:07 
QuestionSave File Path in ASP.NET!! Pin
Sr...Frank3-Apr-09 2:27
Sr...Frank3-Apr-09 2:27 
AnswerRe: Save File Path in ASP.NET!! Pin
Vimalsoft(Pty) Ltd3-Apr-09 3:47
professionalVimalsoft(Pty) Ltd3-Apr-09 3:47 
GeneralRe: Save File Path in ASP.NET!! Pin
Sr...Frank3-Apr-09 4:18
Sr...Frank3-Apr-09 4:18 
GeneralRe: Save File Path in ASP.NET!! Pin
Vimalsoft(Pty) Ltd3-Apr-09 4:28
professionalVimalsoft(Pty) Ltd3-Apr-09 4:28 

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.