Click here to Skip to main content
15,914,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Need a solution for my problem Pin
Nico Haegens12-Apr-14 14:11
professionalNico Haegens12-Apr-14 14:11 
GeneralRe: Need a solution for my problem Pin
indian14313-Apr-14 20:09
indian14313-Apr-14 20:09 
GeneralRe: Need a solution for my problem Pin
indian14314-Apr-14 6:01
indian14314-Apr-14 6:01 
GeneralRe: Need a solution for my problem Pin
Nico Haegens14-Apr-14 11:56
professionalNico Haegens14-Apr-14 11:56 
Questionapply styles in excel with Openxml Pin
byka10-Apr-14 6:18
byka10-Apr-14 6:18 
QuestionConverting aspx pages into ascx pages Pin
indian1439-Apr-14 14:08
indian1439-Apr-14 14:08 
AnswerRe: Converting aspx pages into ascx pages Pin
Blikkies9-Apr-14 22:55
professionalBlikkies9-Apr-14 22:55 
GeneralRe: Converting aspx pages into ascx pages Pin
indian14310-Apr-14 6:08
indian14310-Apr-14 6:08 
Here is the whole form
<%@ Control Language="c#" CodeBehind="~/Rollover.ascx.cs" ClassName="Rollover" AutoEventWireup="false" Inherits="DIS.CnpWeb.Core.Rollover" %>
<%--<%@ Register TagPrefix="uc1" TagName="FormHeader" Src="../Includes/FormHeader.ascx" %>
<%@ Register TagPrefix="uc1" TagName="FormFooter" Src="../Includes/FormFooter.ascx" %>
<%@ Register TagPrefix="uc1" TagName="HtmlHead" Src="../Includes/HtmlHead.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<uc1:htmlhead id="HtmlHead1" runat="server"></uc1:htmlhead>
	</HEAD>
	<body onload="navigation()">
		<form id="Form1" method="post" runat="server">
			<uc1:formheader id="FormHeader1" runat="server"></uc1:formheader>--%>
<asp:Table ID="tblSection0" runat="server" Width="100%">
    <asp:TableRow>
        <asp:TableCell ID="tdpSection0" Text="Rollover"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow>
        <asp:TableCell ColumnSpan="3">
            <asp:Image runat="server" ID="imgSection0"></asp:Image>
        </asp:TableCell>
    </asp:TableRow>
</asp:Table>
<asp:Table ID="tblError0" runat="server" Width="100%" CellSpacing="1" GridLines="Both"></asp:Table>
<p></p>
<asp:Table ID="tblError1" runat="server" Width="100%" CellSpacing="1" GridLines="Both"></asp:Table>
<p></p>
<asp:Table ID="tblSection1" runat="server" Width="100%">
    <asp:TableRow>
        <asp:TableCell ID="tdnSourceYear" Text="(1)" runat="server"></asp:TableCell>
        <asp:TableCell ID="tdpSourceYear" Text="Source Year:" runat="server"></asp:TableCell>
        <asp:TableCell ID="tddSourceYear" Width="20%" Text="200X" HorizontalAlign="Left" runat="server"></asp:TableCell>
        <asp:TableCell ID="tdpDataSource" Width="20%" Text="Data Source:" runat="server"></asp:TableCell>
        <asp:TableCell ID="tddDataSource" Width="30%" Text="Some Server" runat="server"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow>
        <asp:TableCell ID="tdnTargetYear" Text="(2)" runat="server"></asp:TableCell>
        <asp:TableCell ID="tdpTargetYear" Text="Target Year:"></asp:TableCell>
        <asp:TableCell ID="tddTargetYear" Text="200Y" HorizontalAlign="Left" runat="server"></asp:TableCell>
        <asp:TableCell ID="tdpCatalog" Text="Database Name:" runat="server"></asp:TableCell>
        <asp:TableCell ID="tddCatalog" Text="MyDatabase" runat="server"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow>
        <asp:TableCell ID="tdnProgSelect" Text="(3)" runat="server"></asp:TableCell>
        <asp:TableCell ID="tdpProgSelect" Text="Programs to Process:"></asp:TableCell>
        <asp:TableCell ID="tddProgSelect" ColumnSpan="1" runat="server">
            <asp:DropDownList ID="ddlProgSelect" runat="server"></asp:DropDownList>
        </asp:TableCell>
        <asp:TableCell ID="tddSelectPgm" runat="server" ColumnSpan="2">
            <asp:Button ID="btnSelectPgm" runat="server" Text="Select Program"></asp:Button>
        </asp:TableCell>
    </asp:TableRow>
    <asp:TableRow ID="tdrNslp" HorizontalAlign="Left" runat="server">
        <asp:TableCell ID="tdnNslp" ColumnSpan="2" runat="server">  </asp:TableCell>
        <asp:TableCell ID="tddNslp" ColumnSpan="3" runat="server">
            <asp:CheckBox ID="chkNslp" Text="NSLP" runat="server"></asp:CheckBox>
        </asp:TableCell>
    </asp:TableRow>
    <asp:TableRow ID="tdrSfsp" HorizontalAlign="Left" runat="server">
        <asp:TableCell ID="tdnSfsp" ColumnSpan="2" runat="server">  </asp:TableCell>
        <asp:TableCell ID="tddSfsp" ColumnSpan="3" runat="server">
            <asp:CheckBox ID="chkSfsp" Text="SFSP" runat="server"></asp:CheckBox>
        </asp:TableCell>
    </asp:TableRow>
    <asp:TableRow ID="tdrCI" HorizontalAlign="Left" runat="server">
        <asp:TableCell ID="tdnCI" ColumnSpan="2" runat="server">  </asp:TableCell>
        <asp:TableCell ID="tddCI" ColumnSpan="3" runat="server">
            <asp:CheckBox ID="chkCI" Text="CI" runat="server"></asp:CheckBox>
        </asp:TableCell>
    </asp:TableRow>
</asp:Table>
<p></p>
<asp:Table ID="tblStats" runat="server" Width="100%" CellSpacing="1" GridLines="None">
    <asp:TableRow>
        <asp:TableCell ID="tdpStats" Text="Rollover Status" ColumnSpan="6" runat="server"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow>
        <asp:TableCell ColumnSpan="6">
            <asp:Image ID="imgStats" runat="server"></asp:Image>
        </asp:TableCell>
    </asp:TableRow>
    <asp:TableRow CssClass="ColHeading">
        <asp:TableCell ID="tdpTblNme" runat="server" Text="Table Name" Width="25%"></asp:TableCell>
        <asp:TableCell ID="tdpSrcTot" runat="server" Text="Source Total" Width="15%"></asp:TableCell>
        <asp:TableCell ID="tdpSrcAct" runat="server" Text="Source Inactive" Width="15%"></asp:TableCell>
        <asp:TableCell ID="tdpSrcIna" runat="server" Text="Source Active" Width="15%"></asp:TableCell>
        <asp:TableCell ID="tdpTrgTot" runat="server" Text="Target Active" Width="15%"></asp:TableCell>
        <asp:TableCell ID="tdpRollCnt" runat="server" Text="Batch Results" Width="15%"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow ID="tbrStat1" runat="server" CssClass="OddRow">
        <asp:TableCell ID="tdpTblNme1" runat="server" Text="Program Year"></asp:TableCell>
        <asp:TableCell ID="tdpSrcTot1" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcIna1" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcAct1" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpTrgTot1" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpRollCnt1" runat="server" HorizontalAlign="Right"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow ID="tbrStat2" runat="server" CssClass="EvenRow">
        <asp:TableCell ID="tdpTblNme2" runat="server" Text="Sponsor Application"></asp:TableCell>
        <asp:TableCell ID="tdpSrcTot2" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcIna2" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcAct2" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpTrgTot2" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpRollCnt2" runat="server" HorizontalAlign="Right"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow ID="tbrStat2a" runat="server" CssClass="EvenRow">
        <asp:TableCell ID="tdpTblNme2a" runat="server" Text="  Sponsor App A"></asp:TableCell>
        <asp:TableCell ID="tdpSrcTot2a" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcIna2a" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcAct2a" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpTrgTot2a" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpRollCnt2a" runat="server" HorizontalAlign="Right"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow ID="tbrStat2b" runat="server" CssClass="EvenRow">
        <asp:TableCell ID="tdpTblNme2b" runat="server" Text="  Sponsor App B"></asp:TableCell>
        <asp:TableCell ID="tdpSrcTot2b" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcIna2b" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcAct2b" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpTrgTot2b" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpRollCnt2b" runat="server" HorizontalAlign="Right"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow ID="tbrStat2c" runat="server" CssClass="EvenRow">
        <asp:TableCell ID="tdpTblNme2c" runat="server" Text="  Sponsor App C"></asp:TableCell>
        <asp:TableCell ID="tdpSrcTot2c" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcIna2c" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcAct2c" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpTrgTot2c" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpRollCnt2c" runat="server" HorizontalAlign="Right"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow ID="tbrStat2d" runat="server" CssClass="EvenRow">
        <asp:TableCell ID="tdpTblNme2d" runat="server" Text="  Sponsor App D"></asp:TableCell>
        <asp:TableCell ID="tdpSrcTot2d" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcIna2d" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcAct2d" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpTrgTot2d" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpRollCnt2d" runat="server" HorizontalAlign="Right"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow ID="tbrStat3" runat="server" CssClass="OddRow">
        <asp:TableCell ID="tdpTblNme3" runat="server" Text="Sponsor Location"></asp:TableCell>
        <asp:TableCell ID="tdpSrcTot3" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcIna3" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcAct3" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpTrgTot3" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpRollCnt3" runat="server" HorizontalAlign="Right"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow ID="tbrStat4" runat="server" CssClass="EvenRow">
        <asp:TableCell ID="tdpTblNme4" runat="server" Text="Product Cost"></asp:TableCell>
        <asp:TableCell ID="tdpSrcTot4" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcIna4" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcAct4" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpTrgTot4" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpRollCnt4" runat="server" HorizontalAlign="Right"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow ID="tbrStat5" runat="server" CssClass="OddRow">
        <asp:TableCell ID="tdpTblNme5" runat="server" Text="Program Enrollment"></asp:TableCell>
        <asp:TableCell ID="tdpSrcTot5" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcIna5" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcAct5" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpTrgTot5" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpRollCnt5" runat="server" HorizontalAlign="Right"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow ID="tbrStat6" runat="server" CssClass="EvenRow">
        <asp:TableCell ID="tdpTblNme6" runat="server" Text="Entity Xref"></asp:TableCell>
        <asp:TableCell ID="tdpSrcTot6" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcIna6" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcAct6" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpTrgTot6" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpRollCnt6" runat="server" HorizontalAlign="Right"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow ID="tbrStat7" runat="server" CssClass="OddRow">
        <asp:TableCell ID="tdpTblNme7" runat="server" Text="County Region Xref"></asp:TableCell>
        <asp:TableCell ID="tdpSrcTot7" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcIna7" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcAct7" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpTrgTot7" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpRollCnt7" runat="server" HorizontalAlign="Right"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow ID="tbrStat8" runat="server" CssClass="EvenRow">
        <asp:TableCell ID="tdpTblNme8" runat="server" Text="Warehouse Region Xref"></asp:TableCell>
        <asp:TableCell ID="tdpSrcTot8" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcIna8" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpSrcAct8" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpTrgTot8" runat="server" HorizontalAlign="Right"></asp:TableCell>
        <asp:TableCell ID="tdpRollCnt8" runat="server" HorizontalAlign="Right"></asp:TableCell>
    </asp:TableRow>

</asp:Table>
<p></p>
<asp:Table ID="tblSummary" runat="server" Width="100%" CellSpacing="1" GridLines="None">
    <asp:TableRow>
        <asp:TableCell ID="tdpSummary" Text="Rollover Summary" ColumnSpan="2" runat="server"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow>
        <asp:TableCell ColumnSpan="2">
            <asp:Image ID="imgSummary" runat="server"></asp:Image>
        </asp:TableCell>
    </asp:TableRow>
    <asp:TableRow>
        <asp:TableCell ID="tdpBatchNbr" runat="server" Text="Batch Number:" Width="20%"></asp:TableCell>
        <asp:TableCell ID="tddBatchNbr" runat="server" Text="1004"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow>
        <asp:TableCell ID="tdpBatchCount" runat="server" Text="Records Added:"></asp:TableCell>
        <asp:TableCell ID="tddBatchCount" runat="server" Text="12,452"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow>
        <asp:TableCell ID="tdpBatchStart" runat="server" Text="Start Time:"></asp:TableCell>
        <asp:TableCell ID="tddBatchStart" runat="server" Text="10:05:00"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow>
        <asp:TableCell ID="tdpBatchEnd" runat="server" Text="End Time:"></asp:TableCell>
        <asp:TableCell ID="tddBatchEnd" runat="server" Text="10:07:45"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow>
        <asp:TableCell ID="tdpBatchTime" runat="server" Text="Total Time:"></asp:TableCell>
        <asp:TableCell ID="tddBatchTime" runat="server" Text="00:02:45"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow>
        <asp:TableCell ID="tdpBatchDte" runat="server" Text="End Date:"></asp:TableCell>
        <asp:TableCell ID="tddBatchDte" runat="server" Text=""></asp:TableCell>
    </asp:TableRow>
</asp:Table>
<asp:Table ID="tblViewLog" runat="server" Width="100%" CellSpacing="1" GridLines="None" BorderWidth="2"
    BorderStyle="Solid">
    <asp:TableRow>
        <asp:TableCell ID="tdpViewLog" Text="Rollover Log" ColumnSpan="2" runat="server"></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow>
        <asp:TableCell ColumnSpan="2">
            <asp:Image ID="imgViewLog" runat="server"></asp:Image>
        </asp:TableCell>
    </asp:TableRow>
    <asp:TableRow>
        <asp:TableCell ID="txtViewLogData" runat="server" Text="Log Data Here"></asp:TableCell>
    </asp:TableRow>
</asp:Table>
<asp:Table ID="tblButton" runat="server" Width="100%">
    <asp:TableRow>
        <asp:TableCell>
            <asp:Image runat="server" ID="imgBottom"></asp:Image>
        </asp:TableCell>
    </asp:TableRow>
    <asp:TableRow>
        <asp:TableCell HorizontalAlign="Center">
            <asp:Button runat="server" ID="btnSubmit" Text="Run Rollover"></asp:Button>
                 
						<asp:Button runat="server" ID="btnCancel" Text="Cancel"></asp:Button>
        </asp:TableCell>
    </asp:TableRow>
</asp:Table>
<%--<uc1:formfooter id="FormFooter1" runat="server"></uc1:formfooter></form>
	</body>
</HTML>--%>

Thanks & Regards,

Abdul Aleem Mohammad
St Louis MO - USA

GeneralRe: Converting aspx pages into ascx pages Pin
Blikkies10-Apr-14 23:25
professionalBlikkies10-Apr-14 23:25 
QuestionGridviews and hyperlinks help please Pin
Tumtum219-Apr-14 1:21
Tumtum219-Apr-14 1:21 
Questioni am not able to insert images to word document created through C# Pin
sonu jnnce8-Apr-14 22:42
sonu jnnce8-Apr-14 22:42 
AnswerRe: i am not able to insert images to word document created through C# Pin
Schatak10-Apr-14 2:06
professionalSchatak10-Apr-14 2:06 
Questionhow to drag usercontrol to page Pin
Nico Haegens8-Apr-14 5:51
professionalNico Haegens8-Apr-14 5:51 
Questionweb api query - 401 error Pin
miss7868-Apr-14 4:57
miss7868-Apr-14 4:57 
AnswerRe: web api query - 401 error Pin
Bernhard Hiller8-Apr-14 22:18
Bernhard Hiller8-Apr-14 22:18 
GeneralRe: web api query - 401 error Pin
miss7868-Apr-14 23:57
miss7868-Apr-14 23:57 
GeneralRe: web api query - 401 error Pin
Bernhard Hiller9-Apr-14 2:19
Bernhard Hiller9-Apr-14 2:19 
GeneralRe: web api query - 401 error Pin
miss78614-Apr-14 6:24
miss78614-Apr-14 6:24 
QuestionHow to save secured password for individual users Pin
antony beula8-Apr-14 2:32
antony beula8-Apr-14 2:32 
AnswerRe: How to save secured password for individual users Pin
Peter Leow8-Apr-14 2:44
professionalPeter Leow8-Apr-14 2:44 
AnswerRe: How to save secured password for individual users Pin
Richard Deeming8-Apr-14 3:07
mveRichard Deeming8-Apr-14 3:07 
QuestionExporting Repeater values in to Excel Pin
indian1437-Apr-14 14:39
indian1437-Apr-14 14:39 
AnswerRe: Exporting Repeater values in to Excel Pin
Schatak8-Apr-14 2:24
professionalSchatak8-Apr-14 2:24 
GeneralRe: Exporting Repeater values in to Excel Pin
indian1438-Apr-14 7:08
indian1438-Apr-14 7:08 
GeneralRe: Exporting Repeater values in to Excel Pin
Schatak8-Apr-14 21:18
professionalSchatak8-Apr-14 21:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.