Click here to Skip to main content
16,021,041 members

Comments by Member 12423456 (Top 11 by date)

Member 12423456 26-Apr-16 8:01am View    
ok i am sending you both the pages. 1st one is "frmstore.aspx" which is working properly
<%@ Page Title="" Language="C#" MasterPageFile="~/Admin/Admin.master" AutoEventWireup="true" EnableEventValidation="false" CodeFile="frmStore.aspx.cs" Inherits="Admin_frmStore" %>

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

<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="Server">
<script type="text/javascript">
function pageLoad(sender, args) {
if (args.get_isPartialLoad()) {
$('[Id*=Gridstore]').footable();
} else {

$('[Id*=Gridstore]').footable();
}
}
</script>
<script type="text/javascript">
function fnConfirm() {
if (confirm("The item will be deleted. Are you sure want to continue?") == true)
return true;
else
return false;
}
</script>

<style>
#MainContent_Gridstoretr:first-child td {
border: none;
}
</style>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<contenttemplate>
<div class="jumbotron">
<br />
<asp:Button ID="BtnBack" runat="server" Text="Add New Store" PostBackUrl="~/Admin/frmAddStore.aspx" CssClass="btn btn-success " />
<asp:Label ID="lblmsg" runat="server" Visible="false">
<table class="table table-bordered">
<tr>
<th>Search Store</th>
</tr>
<tr>
<td style="border: none!important">
<div class="row">
<div class="col-md-4 ">
<div class="form-group ">
<label>Name</label>
<div class="col-md-12">
<%-- <asp:Label runat="server">Store Name--%>
<div class="input-group">
<span class="input-group-addon" id="basic-addon1">N</span>
<asp:TextBox runat="server" CssClass="form-control " ID="txtstorename" aria-describedby="basic-addon1" Style="max-width: 100%!important">
<%-- <asp:AutoCompleteExtender ID="AutoCompleteExtender1" runat="server" TargetControlID="txtstorename" ServiceMethod="GetStoreName" MinimumPrefixLength="1" CompletionInterval="10" EnableCaching="false" CompletionSetCount="1">--%>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="form-group ">
<label>Contact no.</label>
<div class="col-md-12">
<%-- <asp:Label runat="server">Contact No.--%>
<div class="input-group">
<span class="input-group-addon" id="basic-addon2">C</span>
<asp:TextBox runat="server" CssClass="form-control " placeholder="Enter 11 digit Number" ID="txtcontactno" aria-describedby="basic-addon2" Style="max-width: 100%!important">
</div>
</div>
Member 12423456 26-Apr-16 7:51am View    
can i send u my both the ASPX pages so u can understand more clearly what i want to say.
Member 12423456 26-Apr-16 7:24am View    
yes i have changed but it cause other effect which i don't want. i need horizontal line after every line or record of grid... i think i didn't make you clear what i want. Am i? The code which i have send to above,i have done same code in another page it shows me proper grid with horizontal line after every row.
Member 12423456 26-Apr-16 6:42am View    
sorry but u interpret me wrong i want line below the every row of grid not the border of grid. please tell me solution in that way. i apply changes told by u but it cause effect which i don't want.
Member 12423456 22-Apr-16 9:00am View    
thank you for responding,now i have put both the images in the same folder and there isn't any redundancy regarding it and i have change the path also according to the folder but the problem remain same.. "failed to load the given url"