<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Sample.aspx.cs" Inherits="Sample" %><%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title></head><body> <form id="form1" runat="server"> <telerik:RadScriptManager ID="RadScriptManager2" runat="server"> <Scripts> <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js"> </asp:ScriptReference> <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js"> </asp:ScriptReference> <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js"> </asp:ScriptReference> </Scripts> </telerik:RadScriptManager> <div> <br /> <telerik:RadSearchBox ID="RadSearchBox1" runat="server" DataKeyNames="CONTACT,ID" DataSourceID="SqlDataSource1" DataTextField="CONTACT" DataValueField="CONTACT" EmptyMessage="test" > </telerik:RadSearchBox> <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:Example_ConnectionString %>" SelectCommand="SELECT [ID], [CONTACT] FROM [CONTACTS]"></asp:SqlDataSource> </div> </form></body></html>Dim rc As New RadChart
rc.AutoLayout = True
rc.AutoTextWrap = True
rc.ChartTitle.Visible = False
rc.Legend.Visible = False
rc.PlotArea.XAxis.Appearance.LabelAppearance.Visible = False
rc.PlotArea.YAxis.Appearance.LabelAppearance.Visible = False
rc.PlotArea.XAxis.Appearance.MajorGridLines.Visible = False
rc.PlotArea.YAxis.Appearance.MajorGridLines.Visible = False
rc.PlotArea.XAxis.Appearance.MinorGridLines.Visible = False
rc.PlotArea.XAxis.Appearance.MinorGridLines.Visible = False
rc.PlotArea.YAxis.Appearance.LabelAppearance.Visible = False
rc.PlotArea.XAxis.Appearance.LabelAppearance.Visible = False
rc.PlotArea.XAxis.Appearance.MajorTick.Visible = False
rc.PlotArea.XAxis.Appearance.MinorTick.Visible = False
rc.PlotArea.YAxis.Appearance.MajorTick.Visible = False
rc.PlotArea.YAxis.Appearance.MinorTick.Visible = False