Hello Sir,
I developed web page in asp.net and use ajaxcontroltoolkit and update model. And i cascading the country state and city that all code run in localhost but not working after deploy the website..
This regarding code i attached below...Please Help me....
<%@ Page Title="" Language="C#" MasterPageFile="~/UI/HomePage.master" AutoEventWireup="true" CodeFile="AddVehicle.aspx.cs" Inherits="UI_Transport_AddVehicle" EnableEventValidation="false" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajax" %>
Add Vehicle
<%--
Add Vehicles
OnTextChanged="txtVehicleNo_TextChanged" AutoPostBack="True" MaxLength="50" ClientIDMode="Static" autofocus>
AutoPostBack="true" MaxLength="20" TabIndex="3">
OnSelectedIndexChanged="Country_SelectedIndexChanged" TabIndex="8">
AutoPostBack="true" ClientIDMode="Static" OnSelectedIndexChanged="State_SelectedIndexChanged" TabIndex="9">
onkeypress="javascript:return isNumber (event)" ClientIDMode="Static" TabIndex="11">
CssClass="btn btn-primary" OnClick="btnSave_Click" ClientIDMode="Static" TabIndex="18" />
data-toggle="tooltip" ToolTip="Clear" OnClick="btnClear_Click"/>
Search Vehicle List
CssClass="form-control" OnTextChanged="txtSearchVehiNo_TextChanged">
AutoPostBack="true" OnSelectedIndexChanged="drpdwnExport_SelectedIndexChanged">
Vehicle List
CssClass="table table-striped table-bordered table-hover" PagerStyle-CssClass="pagination"
AllowPaging="True" AllowSorting="True" DataKeyNames="PkVehicle" OnRowDataBound="gvVehicle_RowDataBound"
AutoGenerateColumns="False" PageSize="5" OnRowDeleting="gvVehicle_RowDeleting"
OnSorting="gvVehicle_Sorting" OnRowCommand="gvVehicle_RowCommand" OnPageIndexChanging="gvVehicle_PageIndexChanging">
ToolTip="Delete" data-toggle="tooltip" Height="20px" Width="20px" />
CommandArgument='<%# Eval("PkVehicle") %>' CssClass="text-bold text-blue">
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rupesh KahanePosted Jan 25, 2018, 6:20 AM