Hi All
I would like to find a solution as i have Cascading dropdown list which takes thier items from database and i would like to link this dropdown with one of those views. for example if a user choose Cars then the cars.view should appear
ASPX CODE:
<%@ Page Title="" Language="C#" MasterPageFile="~/SVM.Master" AutoEventWireup="true" CodeBehind="User panel.aspx.cs" Inherits="beravoSV.User_panel" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit.HTMLEditor" tagprefix="cc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style5
...
Go to the complete details ...