or
| <html> |
| <head> |
| <title>A potentially dangerous Request.Form value was detected from the client (CommandArgument="<br>").</title> |
| <style> |
| body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} |
| p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} |
| b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} |
| H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } |
| H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } |
| pre {font-family:"Lucida Console";font-size: .9em} |
| .marker {font-weight: bold; color: black;text-decoration: none;} |
| .version {color: gray;} |
| .error {margin-bottom: 10px;} |
| .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; } |
| </style> |
| </head> |
| <body bgcolor="white"> |
| <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1> |
| <h2> <i>A potentially dangerous Request.Form value was detected from the client (CommandArgument="<br>").</i> </h2></span> |
| <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "> |
| <b> Description: </b>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. To allow pages to override application request validation settings, set the requestValidationMode attribute in the httpRuntime configuration section to requestValidationMode="2.0". Example: <httpRuntime requestValidationMode="2.0" />. After setting this value, you can then disable request validation by setting validateRequest="false" in the Page directive or in the <pages> configuration section. However, it is strongly recommended that your application explicitly check all inputs in this case. For more information, see http://go.microsoft.com/fwlink/?LinkId=153133. |
| <br><br> |
| <b> Exception Details: </b>System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (CommandArgument="<br>").<br><br> |
| <b>Source Error:</b> <br><br> |
| <table width=100% bgcolor="#ffffcc"> |
| <tr> |
| <td> |
| <code> |
| An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</code> |
| </td> |
| </tr> |
| </table> |
| <br> |
| <b>Stack Trace:</b> <br><br> |
| <table width=100% bgcolor="#ffffcc"> |
| <tr> |
| <td> |
| <code><pre> |
| [HttpRequestValidationException (0x80004005): A potentially dangerous Request.Form value was detected from the client (CommandArgument="<br>").] |
| System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) +8809720 |
| System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, RequestValidationSource requestCollection) +122 |
| System.Web.HttpRequest.get_Form() +114 |
| Telerik.Web.UI.SpellCheckHandler.ProcessRequest(HttpContext context) +187 |
| System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +100 |
| System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75 |
| </pre></code> |
| </td> |
| </tr> |
| </table> |
| <br> |
| <hr width=100% size=1 color=silver> |
| <b>Version Information:</b> Microsoft .NET Framework Version:4.0.30128; ASP.NET Version:4.0.30128.1 |
| </font> |
| </body> |
| </html> |
| <!-- |
| [HttpRequestValidationException]: A potentially dangerous Request.Form value was detected from the client (CommandArgument="<br>"). |
| at System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) |
| at System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, RequestValidationSource requestCollection) |
| at System.Web.HttpRequest.get_Form() |
| at Telerik.Web.UI.SpellCheckHandler.ProcessRequest(HttpContext context) |
| at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() |
| at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) |
| --> |
| <asp:datalist id="dlProducts" runat="server" EnableViewState="False"> |
| <HeaderTemplate> |
| </td> |
| <td colspan="9" /> |
| </tr> |
| <tr class="gridHeader"> |
| <td width="5%">SC</td> |
| <td width="15%">Man Code</td> |
| <td width="30%">Description</td> |
| <td width="10%" align="right">Cost 1</td> |
| <td width="10%" align="right">Cost 2</td> |
| <td width="10%" align="right">Cost 3</td> |
| <td width="10%" align="right">Cost 4</td> |
| <td width="10%" align="right">Status</td> |
| </tr> |
| </HeaderTemplate> |
| <ItemTemplate> |
| </td> |
| <td colspan="9" /> |
| </tr> |
| <tr class="gridItem"> |
| <td width="5%" align="left"><asp:HyperLink id="hlnkSC" runat="server" NavigateUrl='<%# String.Format("~/Purchasing/ProductDealerDetail.aspx?siid={0}", DataBinder.Eval(Container.DataItem, "SupplierItemId")) %>' Text='<%# DataBinder.Eval(Container.DataItem, "SourceCode") %>'/></td> |
| <td width="15%" align="left"><asp:HyperLink id="hlnkManCode" runat="server" NavigateUrl='<%# String.Format("~/Purchasing/ProductDealerDetail.aspx?siid={0}", DataBinder.Eval(Container.DataItem, "SupplierItemId")) %>' Text='<%# DataBinder.Eval(Container.DataItem, "SupplierItemCode") %>'/></td> |
| <td width="30%" align="left"><asp:HyperLink id="hlnkItem" runat="server" NavigateUrl='<%# String.Format("~/Purchasing/ProductDealerDetail.aspx?siid={0}", DataBinder.Eval(Container.DataItem, "SupplierItemId")) %>' Text='<%# DataBinder.Eval(Container.DataItem, "SupplierProduct") + " " + DataBinder.Eval(Container.DataItem, "Description2") %>'/></td> |
| <td width="10%" align="right"><%# FormatCurrencyString(DataBinder.Eval(Container.DataItem, "OCCost")) %></td> |
| <td width="10%" align="right"><%# FormatCurrencyString(DataBinder.Eval(Container.DataItem, "OCCost1")) %></td> |
| <td width="10%" align="right"><%# FormatCurrencyString(DataBinder.Eval(Container.DataItem, "OCCost2")) %></td> |
| <td width="10%" align="right"><%# FormatCurrencyString(DataBinder.Eval(Container.DataItem, "OCCost3")) %></td> |
| <td width="10%" align="right"><it:TextImage id="Textimage1" Text='<%# DataBinder.Eval(Container.DataItem, "ItemStatusImage" )%>' ImageUrl='<%# DataBinder.Eval(Container.DataItem, "ItemStatusImage" )%>' ImageDirectory="/ItemStatus" Runat="Server" /></td> |
| </tr> |
| </ItemTemplate> |
| </asp:datalist> |
| <telerik:RadGrid ID="RadGrid1" runat="server" AutoGenerateColumns="False" GridLines="None"> |
| <HeaderContextMenu EnableAutoScroll="True"> |
| </HeaderContextMenu> |
| <MasterTableView> |
| <RowIndicatorColumn> |
| <HeaderStyle Width="20px"></HeaderStyle> |
| </RowIndicatorColumn> |
| <ExpandCollapseColumn> |
| <HeaderStyle Width="20px"></HeaderStyle> |
| </ExpandCollapseColumn> |
| <Columns> |
| <telerik:GridCheckBoxColumn DataType="System.Boolean" HeaderText="Print" UniqueName="Print"> |
| </telerik:GridCheckBoxColumn> |
| <telerik:GridCheckBoxColumn DataType="System.Boolean" HeaderText="Post" UniqueName="Post"> |
| </telerik:GridCheckBoxColumn> |
| <telerik:GridBoundColumn HeaderText="Account Number" UniqueName="Account Number"> |
| </telerik:GridBoundColumn> |
| <telerik:GridBoundColumn HeaderText="Detail Description" UniqueName="Detail Description"> |
| </telerik:GridBoundColumn> |
| <telerik:GridDropDownColumn HeaderText="Cost Center" UniqueName="Cost Center"> |
| </telerik:GridDropDownColumn> |
| <telerik:GridNumericColumn DataType="System.Decimal" HeaderText="Quantity" UniqueName="Quantity"> |
| </telerik:GridNumericColumn> |
| </Columns> |
| </MasterTableView> |
| </telerik:RadGrid> |
ASP.NET AJAX Controls : Rotator
Suggestion
1) Add a scroll bar which contain the total frame (ex. like a play video scroll bar) - it can fast to location frame
2) Add Play and Stop button - Play for Autoscroll
3) Double Click - Enlarge frame
4) Print the frame
Thanks!
Posted on on Mar 1, 2010
| <telerik:GridTemplateColumn HeaderText="URL" SortExpression="URL" DataField="URL" GroupByExpression="URL Group By URL" UniqueName="URL" HeaderStyle-Width="52%"> |
| <ItemTemplate> |
| <asp:HyperLink ID="URL" Text='Title1' runat="server"></asp:HyperLink> |
| <asp:Literal ID="literalUrl1" Text='Title2' runat="server"></asp:Literal> |
| <asp:Literal ID="literalUrl2" Text='Title3' runat="server"></asp:Literal> |
| </ItemTemplate> |
| </telerik:GridTemplateColumn> |