Click here to Skip to main content
15,860,859 members

Comments by Rekhash (Top 61 by date)

Rekhash 30-Oct-13 3:12am View    
@thanh_bkhn
Checkout in the menu bar should appear only when there is something in the cart(eg. if you add to cart in products. then only it will display in checkout page in menu). otherwise checkout is invisible in menu section.
Rekhash 2-May-13 7:38am View    
@sri senthil kumar
will you give any refer website.
Rekhash 2-May-13 6:58am View    
@aspnet_regiis -I
@Rohan Leuva
@Rohan Leuva

In My project problem is server. i am having more than one from. i can use only html control.
Rekhash 2-May-13 6:54am View    
Deleted
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>

<!DOCTYPE HTML>
<!--
/*
* jQuery File Upload Plugin HTML Example 5.0.5
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2010, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
* http://creativecommons.org/licenses/MIT/
*/
-->
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<title>PrintApps-MultiView</title>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/base/jquery-ui.css" id="theme">
<link rel="stylesheet" href="css/jquery.fileupload-ui.css">
<link rel="stylesheet" href="css/style.css">
<link href="css/calendar-blue.css" rel="stylesheet" />
<link href="css/StyleSheet.css" rel="stylesheet" />
<link href="css/StyleSheet2.css" rel="stylesheet" />
<script src="js/jquery-1.4.1.min.js"></script>
<script src="js/jquery.dynDateTime.min.js"></script>
<script src="js/calendar-en.min.js"></script>





<script type="text/javascript">
$(function () {
$("#logout").click(function () {
window.location.replace("Logout.aspx");
window.onbeforeunload = CloseSession;
});
});
</script>

<script type="text/javascript">
$(document).ready(function () {

$("#TextBox8").dynDateTime({
showsTime: true,
ifFormat: "%m/%d/%y",
daFormat: "%l;M %p, %e %m, %Y",
align: "TL",
electric: false,
singleClick: false,
displayArea: ".siblings('.dtcDisplayArea')",
button: ".next()" //next sibling
});
});
</script>
<style type="text/css">
.auto-style1 {
width: 306px;
}
.auto-style2 {
width: 104px;
}
</style>
</head>



<body>

<div class="grid">

Print App


<div style="float:right;padding-right: 16px; height: 59px; margin-top: 0px;">
<div style="float:right; border-right: 1px solid #AAAAAA; padding-bottom: 15px;">
<asp:Label ID="Label1" runat="server" Text="Label" Font-Bold="True" CssClass="user_optns">
<div class="clear"></div>
<label id="logout">Logout</label>
</div>
</div>


<div id="fileupload">


<form id="form3" runat="server" enctype="multipart/form-data" >


<asp:Button Text="Upload" BorderStyle="None" ID="Tab1" CssClass="Initial" runat="server"
OnClick="Tab1_Click" />

<asp:Button Text="Payment" BorderStyle="None" ID="Tab2" CssClass="Initial" runat="server"
OnClick="Tab2_Click" />

<asp:Button Text="Enquiry" BorderStyle="None" ID="Tab3" CssClass="Initial" runat="server"
OnClick="Tab3_Click" />
Rekhash 2-May-13 6:53am View    
Deleted
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>

<!DOCTYPE HTML>
<!--
/*
* jQuery File Upload Plugin HTML Example 5.0.5
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2010, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
* http://creativecommons.org/licenses/MIT/
*/
-->
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<title>PrintApps-MultiView</title>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/base/jquery-ui.css" id="theme">
<link rel="stylesheet" href="css/jquery.fileupload-ui.css">
<link rel="stylesheet" href="css/style.css">
<link href="css/calendar-blue.css" rel="stylesheet" />
<link href="css/StyleSheet.css" rel="stylesheet" />
<link href="css/StyleSheet2.css" rel="stylesheet" />
<script src="js/jquery-1.4.1.min.js"></script>
<script src="js/jquery.dynDateTime.min.js"></script>
<script src="js/calendar-en.min.js"></script>





<script type="text/javascript">
$(function () {
$("#logout").click(function () {
window.location.replace("Logout.aspx");
window.onbeforeunload = CloseSession;
});
});
</script>

<script type="text/javascript">
$(document).ready(function () {

$("#TextBox8").dynDateTime({
showsTime: true,
ifFormat: "%m/%d/%y",
daFormat: "%l;M %p, %e %m, %Y",
align: "TL",
electric: false,
singleClick: false,
displayArea: ".siblings('.dtcDisplayArea')",
button: ".next()" //next sibling
});
});
</script>
<style type="text/css">
.auto-style1 {
width: 306px;
}
.auto-style2 {
width: 104px;
}
</style>
</head>



<body>

<div class="grid">

Print App


<div style="float:right;padding-right: 16px; height: 59px; margin-top: 0px;">
<div style="float:right; border-right: 1px solid #AAAAAA; padding-bottom: 15px;">
<asp:Label ID="Label1" runat="server" Text="Label" Font-Bold="True" CssClass="user_optns">
<div class="clear"></div>
<label id="logout">Logout</label>
</div>
</div>


<div id="fileupload">


<form id="form3" runat="server" enctype="multipart/form-data" >


<asp:Button Text="Upload" BorderStyle="None" ID="Tab1" CssClass="Initial" runat="server"
OnClick="Tab1_Click" />

<asp:Button Text="Payment" BorderStyle="None" ID="Tab2" CssClass="Initial" runat="server"
OnClick="Tab2_Click" />

<asp:Button Text="Enquiry" BorderStyle="None" ID="Tab3" CssClass="Initial" runat="server"
OnClick="Tab3_Click" />