PDA

View Full Version : پرش صفحه به بالا با انتخاب radiobuttonlist که autopostback آن false است



hasti.lm
چهارشنبه 28 دی 1390, 09:34 صبح
با سلام
من تو صفحم چند تا radiobuttonlist دارم که Autopostback همه false هست، ولی هر بار که هر کدوم ار آنها را انتخاب می کنیم یه پرش به ابتدای صفحه داریم علتش چی میتونه باشه؟

hamid_shrk
چهارشنبه 28 دی 1390, 09:36 صبح
کدتون رو بذارید تا بیشتر بتونیم راهنماییتون کنیم

hasti.lm
چهارشنبه 28 دی 1390, 09:51 صبح
<%@ Page Language="C#" MasterPageFile="~/controlpanel/master/User.master" AutoEventWireup="true"
Inherits="appArianCMS.Plan_Register" Title="ثبت طرح" CodeBehind="register.aspx.cs" %>

<%@ Register Src="../../uc/ShowLocation.ascx" TagName="ShowLocation" TagPrefix="uc1" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<%@ Import Namespace="Telerik.Web.UI" %>
<%@ Register Src="~/uc/usrrm.ascx" TagName="usrrmUser" TagPrefix="uc1" %>
<asp:Content ID="Content2" ContentPlaceHolderID="t" runat="Server">
<link type="text/css" href="../../ControlPanel/styles/jquery-ui-1.8.14.css" rel="stylesheet" />
<script type="text/javascript" src="../../ControlPanel/scripts/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="../../ControlPanel/scripts/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../ControlPanel/scripts/jquery.ui.datepicker-cc.js"></script>
<script type="text/javascript" src="../../ControlPanel/scripts/calendar.js"></script>
<script type="text/javascript" src="../../ControlPanel/scripts/jquery.ui.datepicker-cc-ar.js"></script>
<script type="text/javascript" src="../../ControlPanel/scripts/jquery.ui.datepicker-cc-fa.js"></script>
<script type="text/javascript">
$(function () {
$(".datepicker").datepicker({
showOn: 'button',
buttonImage: '../styles/images/Calender1.gif',
buttonImageOnly: true,
changeMonth: true,
changeYear: true
});
});

$(function () {
$(".datepicker1").datepicker({
showOn: 'button',
buttonImage: '../styles/images/Calender1.gif',
buttonImageOnly: true,
changeMonth: true,
changeYear: true
});
});

$(function () {
$(".datepicker2").datepicker({
showOn: 'button',
buttonImage: '../styles/images/Calender1.gif',
buttonImageOnly: true,
changeMonth: true,
changeYear: true
});
});

$(function () {
$(".datepicker3").datepicker({
showOn: 'button',
buttonImage: '../styles/images/Calender1.gif',
buttonImageOnly: true,
changeMonth: true,
changeYear: true
});
});

function InvisibleInternalInvest(radioButton2, divId) {
if (radioButton2.value == "1") {
document.getElementById(divId).style.display = 'none'; //to hide it
}
else {
document.getElementById(divId).style.display = 'block'; //to show it
}
}
function InvisibleIncreasedInvestment(radioButton, divId) {
if (radioButton.value == "false") {
document.getElementById(divId).style.display = 'none'; //to hide it
}
else {
document.getElementById(divId).style.display = 'block'; //to show it
}
}


</script>
<style type="text/css">
*
{
font-family: Tahoma !important;
padding: 0;
margin: 0;
border: 0;
}
body
{
background-color: #0972a5;
direction: rtl;
font-size: 80%;
}
p
{
padding: 25px;
margin: 25px auto;
width: 450px;
}
p.ui-state-hover
{
font-weight: normal;
}
p.ui-widget-header
{
text-align: center;
font-weight: normal;
}
strong.ui-state-error
{
display: block;
padding: 3px;
text-align: center;
}
</style>
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="I3" runat="Server">
<div>
<div runat="server" id="Message">
</div>
<div class="ADiv" style="margin-bottom: 4px;">
<div style="float: right; width: 350px;">
<asp:Label ID="Label2" runat="server" Text="آیا این طرح را قبلا بعنوان فرصت سرمایه گذاری در سایت ثبت نموده اید؟"
CssClass="field-lable"></asp:Label>
</div>
<div>
<asp:RadioButtonList ID="rbtOpportunities" runat="server" RepeatDirection="Horizontal"
CssClass="ToAll">
<asp:ListItem Value="true">بله</asp:ListItem>
<asp:ListItem Value="false">خیر</asp:ListItem>
</asp:RadioButtonList>
</div>
</div>
<div class="ADiv">
<div style="float: right; width: 150px;">
<asp:Label ID="Label1" runat="server" Text="نوع سرمایه گذاری:" CssClass="field-lable"></asp:Label>
</div>
<div style="float: right; width: 280px;">
<asp:RadioButtonList ID="rbtInvestType" runat="server" RepeatDirection="Horizontal"
CssClass="ToAll" onprerender="rbtInvestType_PreRender">
<asp:ListItem Value="1">داخلی</asp:ListItem>
<asp:ListItem Value="2">داخلی با مشارکت خارجی</asp:ListItem>
<asp:ListItem Value="3">خارجی</asp:ListItem>
</asp:RadioButtonList>
</div>
<div style="clear: both">
</div>
</div>
<br />
<div class="ATitle">
<div class="hh" id="smInfo">
مشخصات عمومی طرح</div>
</div>
<div class="ADiv">
<asp:ScriptManager ID="ScriptManager2" runat="server">
</asp:ScriptManager>
<div>
<asp:Label ID="Label7" runat="server" Text="عنوان طرح:" CssClass="field-lable" Style="margin-left: 100px;"></asp:Label>
<asp:TextBox ID="txtPlanTitle" runat="server" CssClass="field-input"></asp:TextBox>

</div>
<br />
<div style="float: right; width: 150px;">
<asp:Label ID="Label3" runat="server" Text="نوع طرح:" CssClass="field-lable"></asp:Label>
</div>
<div>
<asp:RadioButtonList ID="rbtPlanType" runat="server" RepeatDirection="Horizontal"
CssClass="ToAll">
</asp:RadioButtonList>
</div>
<br />
<asp:UpdatePanel ID="UpSector" runat="server">
<ContentTemplate>
<div dir="rtl" align="right">
<asp:Label ID="lblSector" runat="server" Style="padding-left: 92px; padding-bottom: 3px;"
Text=" عنوان بخش:"></asp:Label>
<asp:DropDownList ID="drpSector" runat="server" Style="width: 135px; margin-bottom: 5px;"
AutoPostBack="True" OnSelectedIndexChanged="drpSector_SelectedIndexChanged">
</asp:DropDownList>
</div>
<br />
<div dir="rtl" align="right">
<asp:Label ID="lblSubSector" runat="server" Style="padding-left: 80px; padding-bottom: 3px;"
Text=" عنوان زیربخش:"></asp:Label>
<asp:DropDownList ID="drpSubSector" runat="server" Style="width: 200px; margin-bottom: 5px;">
</asp:DropDownList>
</div>
<br />
<div>
<asp:Label ID="lblCity" runat="server" Style="padding-left: 7px; padding-bottom: 3px;"
Text="محل اجرای طرح:" />
<asp:Label ID="Label4" runat="server" Style="padding-left: 8px; padding-bottom: 3px;"
Text="شهرستان:" />
<asp:DropDownList ID="drpCity" runat="server" Style="width: 100px; margin-bottom: 5px;">
</asp:DropDownList>
<asp:Label ID="Label5" runat="server" Style="padding-left: 8px; padding-bottom: 3px;
padding-right: 20px;" Text="شهر/روستا:" />
<asp:TextBox ID="txtVilage" runat="server" CssClass="field-input" Width="120px"></asp:TextBox>

</div>
<br />
<div style="margin-right: 70px;">
<asp:RadioButtonList ID="rbtLocation" runat="server" RepeatDirection="Horizontal" AutoPostBack="false"
CssClass="ToAll">
<asp:ListItem Value="1">شهرک صنعتی</asp:ListItem>
<asp:ListItem Value="2">خارج از شهرک صنعتی(محدوده شهر)</asp:ListItem>
<asp:ListItem Value="3">خارج از شهرک صنعتی(خارج از محدوده شهر)</asp:ListItem>
</asp:RadioButtonList>
</div>
</ContentTemplate>
</asp:UpdatePanel>
<br />
<div>
<telerik:RadFormDecorator ID="RadFormDecorator1" DecoratedControls="All" runat="server" />
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="RadGrid2">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="RadGrid2" LoadingPanelID="RadAjaxLoadingPanel1" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Telerik"
Height="75px" Width="75px" Transparency="25">
</telerik:RadAjaxLoadingPanel>
<asp:ObjectDataSource ID="ProductsServices" runat="server" SelectMethod="GetMajorProductsServices"
TypeName="appArianCMS.Class.Plan.PlanClass">
<SelectParameters>
<asp:SessionParameter Name="planId" SessionField="PlanId" />
</SelectParameters>
</asp:ObjectDataSource>
<telerik:RadGrid AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
DataSourceID="ProductsServices" dir="rtl" ID="RadGrid2" OnItemCommand="RadGrid2_ItemCommand"
OnDeleteCommand="RadGrid2_DeleteCommand" OnItemDataBound="RadGrid2_ItemDataBound"
OnNeedDataSource="RadGrid2_NeedDataSource" PageSize="20" runat="server" Skin="Office2007"
Width="100%" DataKeyNames="MajorProductsServicesId">
<PagerStyle Mode="NumericPages" />
<MasterTableView CommandItemDisplay="Bottom" HorizontalAlign="Center" AutoGenerateColumns="False"
AllowFilteringByColumn="false" DataSourceID="ProductsServices" DataKeyNames="MajorProductsServicesId"
EditMode="PopUp" AllowAutomaticDeletes="False" AllowAutomaticInserts="False"
AllowAutomaticUpdates="False">
<CommandItemSettings AddNewRecordText="افزودن رکورد جدید" RefreshText="بازخوانی اطلاعات">
</CommandItemSettings>
<NoRecordsTemplate>
<div dir="rtl" style="text-align: center">
هیچ رکوردی برای نمایش وجود ندارد.</div>
</NoRecordsTemplate>
<HeaderStyle Font-Bold="true" HorizontalAlign="Right" />
<Columns>
<telerik:GridBoundColumn HeaderText="محصولات/خدمات عمده" DataField="MajorProductsServicesTitle"
UniqueName="MajorProductsServicesTitle" ReadOnly="true">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn HeaderText="واحد" DataField="Unit" UniqueName="Unit" ReadOnly="true">
</telerik:GridBoundColumn>
<telerik:GridTemplateColumn InitializeTemplatesFirst="false">
<FooterTemplate>
Template column footer
</FooterTemplate>
<FooterStyle VerticalAlign="Middle" HorizontalAlign="Center" />
<HeaderTemplate>
<table rules="all" style="width: 104%; text-align: center; font: bold 8px; height: 100%;
margin-bottom: -5px; margin-right: -7px; margin-left: -5px;">
<tr style="height: 20px">
<td colspan="2" align="center">
ظرفیت تولید سالانه
</td>
</tr>
<tr>
<td rowspan="2" style="width: 9%">
اسمی
<%-- <asp:LinkButton Style="width: 80px; text-align: center; font-size: 8px;" ID="btnContName"
Text="درصد" CommandArgument='پیش بینی شده' runat="server" />--%>
</td>
<td style="height: 20px; width: 91%">
واقعی
<%-- <asp:LinkButton Style="width: 80px; text-align: center; font-size: 8px;" ID="btnContTitle"
Text="مبلغ" CommandArgument='انجام شده' runat="server" />--%>
</td>
</tr>
</table>
</HeaderTemplate>
<ItemTemplate>
<table rules="all" style="width: 104%; text-align: center; height: 100%; margin-bottom: -5px;
margin-top: -5px; margin-right: -7px; margin-left: -5px;">
<tr style="height: 40px">
<td style="width: 9%">
<%# Eval("PrimaryCapacity")%>
</td>
<td style="width: 27.5%">
<%# Eval("RealCapacity")%>
</td>
</tr>
</table>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</telerik:GridTemplateColumn>
<telerik:GridEditCommandColumn ButtonType="ImageButton" UniqueName="EditCommandColumn"
EditImageUrl="~/ControlPanel/img/edit.gif" EditText="ویرایش">
<ItemStyle CssClass="MyImageButton" HorizontalAlign="Center" />
</telerik:GridEditCommandColumn>
<telerik:GridButtonColumn ButtonType="ImageButton" CommandName="Delete" Text="Delete"
UniqueName="DeleteColumn1" ImageUrl="~/ControlPanel/img/delete.gif" />
</Columns>
<EditFormSettings EditFormType="Template" PopUpSettings-Modal="True">
<FormStyle />
<FormTemplate>
<table id="Table1" width="100%" border="1" cellspacing="0">
<tr>
<td align="right" dir="rtl" colspan="3" style="padding-right: 5px">
محصولات/خدمات عمده
</td>
<td align="right" dir="rtl" style="width: 180px">
<asp:TextBox ID="txtProduceService" runat="server" Width="130" dir="rtl"></asp:TextBox>
<br />
</td>
</tr>
<tr>
<td align="right" dir="rtl" colspan="3" style="padding-right: 5px">
واحد
</td>
<td align="right" dir="rtl" style="width: 180px">
<asp:TextBox ID="txtUnit" runat="server" Width="130" dir="rtl"></asp:TextBox>
<br />
</td>
</tr>
<tr>
<td align="right" dir="rtl" width="120" rowspan="2" style="padding-right: 5px">
ظرفیت تولید سالانه
</td>
<td colspan="2" style="padding-right: 5px">
اسمی
</td>
<td align="right" dir="rtl" style="width: 180px">
<asp:TextBox ID="txtPrimaryCapacity" runat="server" Width="130" dir="rtl"></asp:TextBox>
<br />
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="Server" ControlToValidate="txtPrimaryCapacity"
ErrorMessage="لطفاً ظرفیت اسمی تولید سالانه را وارد نمائید" ValidationGroup="Group1"
Display="Dynamic" />
</td>
</tr>
<tr>
<td colspan="2" style="padding-right: 5px">
واقعی
</td>
<td align="right" dir="rtl" style="width: 180px">
<asp:TextBox ID="txtRealCapacity" runat="server" Width="130" dir="rtl"></asp:TextBox>
<br />
<asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="Server" ControlToValidate="txtRealCapacity"
ErrorMessage="لطفاً ظرفیت واقعی تولید سالانه را وارد نمائید" ValidationGroup="Group1"
Display="Dynamic" />
</td>
</tr>
<tr>
<td align="center" colspan="4">
<asp:Button ID="Button1" Text='<%# (Container is GridEditFormInsertItem) ? "افزودن" : "بروز کردن" %>'
runat="server" CommandName='<%# (Container is GridEditFormInsertItem) ? "PerformInsert" : "Update" %>' />
<asp:Button ID="Button2" Text="انصراف" runat="server" CausesValidation="False" CommandName="Cancel" />
</td>
</tr>
</table>
</FormTemplate>
<PopUpSettings Modal="True"></PopUpSettings>
</EditFormSettings>
</MasterTableView>
<ClientSettings>
<ClientEvents OnPopUpShowing="PopUpShowing" />
</ClientSettings>
</telerik:RadGrid>
</div>
<br />
<div style="float: right; width: 210px;">
<asp:Label ID="Label8" runat="server" Text="آیا محصولات جنبه صادراتی دارند؟" CssClass="field-lable"></asp:Label>
</div>
<div>
<asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatDirection="Horizontal"
CssClass="ToAll">
<asp:ListItem Value="true">بله</asp:ListItem>
<asp:ListItem Value="false">خیر</asp:ListItem>
</asp:RadioButtonList>
</div>
<br />
<div>
<asp:Label ID="lblEmployment" runat="server" Style="padding-left: 20px; padding-bottom: 3px;"
Text="اشتغال پیش بینی شده:" />
<asp:Label ID="lblDirectEmployment" runat="server" Style="padding-left: 2px; padding-bottom: 3px;"
Text="مستقیم:" />
<asp:TextBox ID="txtDirectEmployment" runat="server" CssClass="st_fa" Style="width: 40px;
margin-bottom: 5px; direction: ltr;" ClientIDMode="Static"></asp:TextBox>
<asp:Label ID="Label9" runat="server" Style="padding-left: 25px; padding-bottom: 3px;"
Text="نفر" />
<asp:Label ID="lblIndirectEmployment" runat="server" Style="padding-left: 2px; padding-bottom: 3px;
padding-right: 15px;" Text="غیرمستقیم:" />
<asp:TextBox ID="txtIndirectEmployment" runat="server" CssClass="st_fa" Style="width: 40px;
margin-bottom: 5px; direction: ltr;" ClientIDMode="Static"></asp:TextBox>
<asp:Label ID="Label10" runat="server" Style="padding-left: 40px; padding-bottom: 3px;"
Text="نفر" />
</div>
<br />
<div>
<asp:Label ID="Label11" runat="server" Text="مساحت زمین مورد نیاز اجرای طرح:" CssClass="field-lable"></asp:Label>
<asp:TextBox ID="txtLandArea" runat="server" CssClass="field-input" Style="margin-right: 5px;
direction: ltr;" ClientIDMode="Static"></asp:TextBox>
<asp:Label ID="Label15" runat="server" Text="مترمربع" CssClass="field-lable"></asp:Label>
<asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="Server" ControlToValidate="txtLandArea"
ErrorMessage="لطفاً مساحت زمین مورد نیاز اجرای طرح را وارد نمائید" SetFocusOnError="True"
ValidationGroup="4" CssClass="NOk" />
</div>
<br />
<div>
<asp:Label ID="Label12" runat="server" Text="توان برق مورد نیاز:" CssClass="field-lable"></asp:Label>
<asp:TextBox ID="txtPower" runat="server" CssClass="field-input" Style="margin-right: 83px;
direction: ltr;" ClientIDMode="Static"></asp:TextBox>
<asp:Label ID="Label16" runat="server" Text="کیلووات ساعت در سال" CssClass="field-lable"></asp:Label>
</div>
<br />
<div>
<asp:Label ID="Label13" runat="server" Text="مقدار آب مورد نیاز:" CssClass="field-lable"></asp:Label>
<asp:TextBox ID="txtWater" runat="server" CssClass="field-input" Style="margin-right: 80px;
direction: ltr;" ClientIDMode="Static"></asp:TextBox>
<asp:Label ID="Label17" runat="server" Text="مترمکعب در سال" CssClass="field-lable"></asp:Label>
</div>
<br />
<div>
<asp:Label ID="Label14" runat="server" Text="میزان سوخت مورد نیاز:" CssClass="field-lable"></asp:Label>
<asp:TextBox ID="txtFuel" runat="server" CssClass="field-input" Style="margin-right: 57px;
direction: ltr;" ClientIDMode="Static"></asp:TextBox>
<asp:Label ID="Label18" runat="server" Text="مترمکعب در سال" CssClass="field-lable"></asp:Label>
</div>
<br />
<div style="float: right; width: 150px;">
<asp:Label ID="Label19" runat="server" Text="نوع مصرف سوخت:" CssClass="field-lable"></asp:Label>
</div>
<div>
<asp:RadioButtonList ID="rbtFuelType" runat="server" RepeatDirection="Horizontal"
CssClass="ToAll" ClientIDMode="Static">
<asp:ListItem Value="1">کشاورزی</asp:ListItem>
<asp:ListItem Value="2">صنعتی</asp:ListItem>
<asp:ListItem Value="3">آموزشی</asp:ListItem>
<asp:ListItem Value="3">سایر</asp:ListItem>
</asp:RadioButtonList>
</div>
<br />
<div runat="server" id="divInternalInvest">
<br />
<div>
<asp:Label ID="Label25" runat="server" Style="padding-left: 55px; padding-bottom: 3px;"
Text="نام کشور مبدا ورود سرمایه :" />
<asp:TextBox ID="txtCountry" runat="server" CssClass="st_fa" Style="width: 120px;
margin-bottom: 5px;" ClientIDMode="Static"></asp:TextBox>
</div>
<div>
<asp:Label ID="Label29" runat="server" Style="padding-left: 45px; padding-bottom: 3px;"
Text="نوع مشارکت شریک خارجی :" />
</div>
<div>
<asp:RadioButtonList ID="rbtForignInvestType" runat="server" RepeatDirection="Vertical"
ClientIDMode="Static">
<asp:ListItem Value="1">وجوه نقدی</asp:ListItem>
<asp:ListItem Value="2">ماشین آلات</asp:ListItem>
<asp:ListItem Value="3">ابزاروقطعات یدکی</asp:ListItem>
<asp:ListItem Value="4">حق اختراع</asp:ListItem>
<asp:ListItem Value="5">قطعات منفصله و مواد اولیه،افزودنی و کمکی</asp:ListItem>
<asp:ListItem Value="6">دانش فنی</asp:ListItem>
<asp:ListItem Value="7">اسامی و علائم تجاری و خدمات تخصصی</asp:ListItem>
<asp:ListItem Value="8">سود سهام قابل انتقال سرمایه گذار خارجی</asp:ListItem>
<asp:ListItem Value="9">سایر موارد مجاز با تصویب هیات دولت</asp:ListItem>
</asp:RadioButtonList>
</div>
<div style="float: right; width: 250px;">
<asp:Label ID="Label31" runat="server" Text="آیاافزایش سرمایه گذاری انجام گرفته است؟"
CssClass="field-lable"></asp:Label>
</div>
<div>
<asp:RadioButtonList ID="rbtIncreasedInvestment" runat="server" RepeatDirection="Horizontal"
CssClass="ToAll" ClientIDMode="Static"
onprerender="rbtIncreasedInvestment_PreRender">
<asp:ListItem Value="true">بله</asp:ListItem>
<asp:ListItem Value="false">خیر</asp:ListItem>
</asp:RadioButtonList>
</div>
<div runat="server" id="divIncreasedInvestment">
<div>
<asp:Label ID="Label35" runat="server" Text="روش مشارکت شریک خارجی:" CssClass="field-lable"></asp:Label>
</div>
<div>
<asp:RadioButtonList ID="rbtForignInvestmentType" runat="server" RepeatDirection="Vertical"
ClientIDMode="Static">
<asp:ListItem Value="true">از طریق پرداخت سهم الشرکه به عنوان سهامدار شرکت مشترک تلقی می شود.سهامدار شرکت حتی می تواند با پرداخت وام سهامدار،در اجرای پروژه سرمایه گذاری بیشتری نماید.</asp:ListItem>
<asp:ListItem Value="false">از طریق انعقاد قرارداد با دولت یا بخش خصوصی در اجرای پروژه مشارکت نماید.</asp:ListItem>
</asp:RadioButtonList>
</div>
<br />
<div>
<asp:Label ID="Label36" runat="server" Text="قرارداد می تواند در قالب BOT، Buy Back یا مشارکت مدنی باشد مشروط به اینکه متکی به تضمین دولت ، بانکها یا شرکتهای دولتی نباشد."
CssClass="field-lable" Style="color: Green;"></asp:Label>
</div>
<br />
</div>
</div>
</div>
<br />
<div dir="rtl" align="center">
<asp:Button ID="btnRegister" runat="server" class="btn" Text="ثبت" OnClick="btnRegister_Click"
ValidationGroup="4" />
</div>
</asp:Content>
<asp:Content ID="Content3" runat="server" ContentPlaceHolderID="I2">
<uc1:usrrmUser SubSystemID="22" ID="usrrmUser1" runat="server" />
</asp:Content>

hamid_shrk
چهارشنبه 28 دی 1390, 10:02 صبح
کدتون رو من اجرا کردم مشکلی نداشت و نمیپرید.
البته telerik ها رو حذف کردم دیگه