Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
I

IreshPatel

@IreshPatel
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • dropdownlist selectvalue
    I IreshPatel

    bind dropdownlist with datasource, it will display automaticaly.

    ASP.NET question

  • getting wrong selectedvalue of gridview
    I IreshPatel

    Hi I am new to asp.net. I have a problem with gridview.selectedvalue. In my form there are two grid. one is master another is detail. (forget formview whichone is using for insert new master record). Now when first time i am selecting record from master, Detail gridview showing correct record but afterwords gridviewsalesm.selectedvalue giving previous value. here is code. (forget my designing bcz i m new for web developement) <%@ Page Title="" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeFile="Sales.aspx.cs" Inherits="Sales" %> <%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="cc1" %> <asp:Content ID="Content1" ContentPlaceHolderID="MainContent" Runat="Server"> <link href="StyleSheet.css" rel="stylesheet" type="text/css" /> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <table id="tablemain" class="salespage"> <tr > <td >SALES TRANSACTION<asp:Label ID="LabelBrcd" runat="server" Text="Y" Visible="False"></asp:Label> </td> </tr> <tr> <td style="height: 22px"> <asp:Panel ID="PanelBillHeader" runat="server" Height="231px"> <asp:FormView ID="fvBillHeader" runat="server" DataKeyNames="BOOK,VRNO" DataSourceID="odssalesm" Width="842px" BorderStyle="Ridge" BorderWidth="2px" Caption="Bill Detail" CaptionAlign="Top" > <EditItemTemplate> BOOK: <asp:Label ID="BOOKLabel1" runat="server" Text='<%# Eval("BOOK") %>' /> <br /> VRNO: <asp:Label ID="VRNOLabel1" runat="server" Text='<%# Eval("VRNO") %>' /> <br /> VRDATE: <asp:TextBox ID="VRDATETextBox" runat="server" Text='<%# Bind("VRDATE") %>' /> <br /> TYPE: <asp:TextBox ID="TYPETextBox" runat="server" Text='<%# Bind("TYPE") %>' /> <br /> ACCODE: <asp:Tex

    ASP.NET csharp css asp-net sysadmin sales
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups