skip to Main Content

PostBackUrl not working in page with master page – Asp.net

I have one page with masterpage as 'checkout.aspx' with asp button in bottom <%@ Page Title="" Language="C#" MasterPageFile="~/allpage.Master" AutoEventWireup="true" CodeBehind="checkout.aspx.cs" Inherits="CafeSite.checkout" %> <asp:Content ID="Content1" ContentPlaceHolderID="title" runat="server"> B Cafe Checkout </asp:Content> <asp:Content ID="Content3" ContentPlaceHolderID="body" runat="server"> <br> <form id="form1" runat="server" action="submit.aspx"> <div…

VIEW QUESTION

Create multiple select dropdown on server side – Asp.net

I want to create multiple select dropdown on the server side. Is that possible and if that possible how? How can I write this code on the server- side? <dx:ASPxDropDownEdit ClientInstanceName="checkComboBox" ID="ASPxDropDownEdit" runat="server" AnimationType="None" CssClass="otherItemTextBox" ItemStyle-CssClass="detailControl" Width="400px" Caption="<%$ Resources:tables, TabPageNameLabel…

VIEW QUESTION
Back To Top
Search