Click here to Skip to main content
15,895,084 members

Comments by ruby kaur (Top 28 by date)

ruby kaur 1-Sep-15 2:30am View    
both manifest are identical,i clean and rebuild the project but stillits not working.
ruby kaur 9-Jul-14 6:02am View    
my code is as follow:

i am using 3 tier architecture.

.aspx code:
<%@ Page Title="<%$ Resources:Language, lblMoneyRecptRgister %>" Language="C#" MasterPageFile="~/Masters.master" AutoEventWireup="true"
CodeFile="BankDrafttRegister.aspx.cs" Inherits="BankDrafttRegister" EnableEventValidation="false"%>


<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="AjaxControlToolkit" %>

<%--<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">

<table style="background-color: White; margin-bottom: 0px;" width="100%" cellpadding="0"
cellspacing="0">
<tr>
<td align="center" class="hg" colspan="1">
<asp:Label ID="lblBankDraftRgister" runat="server"
Text="<%$ Resources:Language, lblBankDraftRgister %>" >
</td>
</tr>
<tr>
<td align="center" colspan="1">
<asp:Label ID="lblStatus" runat="server" CssClass ="smsg">
</td>
</tr>
<tr>
<td align="center">
 
</td>
</tr>
<tr>
<td >


<table>--%>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">

<table style="background-color: White; margin-bottom: 0px;" width="100%" cellpadding="0"
cellspacing="0">
<tr>
<td valign="top">

<table cellpadding="2" cellspacing="0" border="0">
<tr >
<td align="Left">
<table style="background-color: #C0C0C0" border="1" cellspacing="1" >
<tr align="center">
<td colspan="6" align="center" bgcolor="#999999" >
<asp:Label ID="lblBankDraftRgister" runat="server"
Text="<%$ Resources:Language, lblBankDraftRgister %>" >
</td>
<tr align="center">
<td align="center" colspan="6" bgcolor="#999999" >
<asp:Label ID="lblStatus" runat="server" CssClass ="smsg">
</td>
<tr align="center">
<td align="left" colspan="6" bgcolor="#999999">
 </td>

<tr align="center">
<td align="right">
<asp:Label ID="lblDraftRcptNo" runat="server" CssClass="myLbl"
Text="क्रमांक">
</td>

<td align="left">
<asp:TextBox ID="txtRcptNo" runat="server" Width="300px" Wrap="False">
<asp:RequiredFieldValidator ID="rvRcptNo" runat="server"
ControlToValidate="txtRcptNo" Display="Dynamic" SetFocusOnError="True">*
</td>

<td align="right">
<asp:
ruby kaur 9-Jul-14 5:53am View    
Deleted
ruby kaur 18-May-14 7:03am View    
The solution works for me. Thanks a lot.But the problem is when press the tab or enter to that textbox It Occurs the PostBack to the enteir page please help me.
ruby kaur 14-May-14 3:45am View    
But i have to do it on same page and i can't use any button for it.
Please Help.