Click here to Skip to main content
15,892,517 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Password Textbox in IE Pin
Dinesh Mani5-Apr-10 0:58
Dinesh Mani5-Apr-10 0:58 
AnswerRe: Password Textbox in IE Pin
Randal Vance Cunanan5-Apr-10 1:44
Randal Vance Cunanan5-Apr-10 1:44 
AnswerRe: Password Textbox in IE Pin
Anurag Gandhi5-Apr-10 4:35
professionalAnurag Gandhi5-Apr-10 4:35 
QuestionHow to expand the Div Tag to left hand side when mouse button click on Left side of Div Tag Pin
ChandrakanthGaddam4-Apr-10 22:53
ChandrakanthGaddam4-Apr-10 22:53 
AnswerRe: How to expand the Div Tag to left hand side when mouse button click on Left side of Div Tag Pin
Arindam Tewary4-Apr-10 23:16
professionalArindam Tewary4-Apr-10 23:16 
GeneralRe: How to expand the Div Tag to left hand side when mouse button click on Left side of Div Tag Pin
ChandrakanthGaddam4-Apr-10 23:52
ChandrakanthGaddam4-Apr-10 23:52 
GeneralRe: How to expand the Div Tag to left hand side when mouse button click on Left side of Div Tag Pin
Arindam Tewary5-Apr-10 1:09
professionalArindam Tewary5-Apr-10 1:09 
Questionhow to use compare validator in gridview control using asp with c# Pin
developerit4-Apr-10 22:34
developerit4-Apr-10 22:34 
iam using asp.net with c#

iam using template fields in gridview so i have to compare the user entered quantity must be lesthan or equal to current quantity


<asp:TemplateField HeaderText="CurrentQTY" SortExpression="CurrentQTY">
<EditItemTemplate>
<asp:TextBox ID="TextBox3" runat="server" Text='<%# Bind("CurrentQTY") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label3" runat="server" Text='<%# Bind("CurrentQTY") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField




<asp:TemplateField HeaderText="Quantity" >


<ItemTemplate ><asp:TextBox ID="txtqty" runat="server" AutoPostBack="true" OnTextChanged="CalculateValues"></asp:TextBox><<asp:CompareValidator ID="cmp" runat="server" ControlToCompare="TextBox3" ControlToValidate="txtqty" Type="Double" Operator="LessThanEqual" ErrorMessage="Quantity Shouldless than CurrentQuantity">*</asp:CompareValidator><cc1:ValidatorCalloutExtender ID="vvcomp" runat="server" TargetControlID="cmp"></cc1:ValidatorCalloutExtender>/ItemTemplate>
</asp:TemplateField>


but it is giving error that TextBox3 is not found by compare validator


can you give example which helps me
AnswerRe: how to use compare validator in gridview control using asp with c# Pin
Tej Aj5-Apr-10 0:00
Tej Aj5-Apr-10 0:00 
AnswerRe: how to use compare validator in gridview control using asp with c# Pin
Tej Aj5-Apr-10 7:00
Tej Aj5-Apr-10 7:00 
GeneralRe: how to use compare validator in gridview control using asp with c# Pin
developerit5-Apr-10 19:59
developerit5-Apr-10 19:59 
GeneralRe: how to use compare validator in gridview control using asp with c# Pin
Tej Aj5-Apr-10 20:59
Tej Aj5-Apr-10 20:59 
Questionhow to email gridview data in asp.net with c# Pin
developerit4-Apr-10 22:26
developerit4-Apr-10 22:26 
AnswerRe: how to email gridview data in asp.net with c# Pin
Arun Jacob4-Apr-10 22:59
Arun Jacob4-Apr-10 22:59 
GeneralRe: how to email gridview data in asp.net with c# Pin
developerit5-Apr-10 0:23
developerit5-Apr-10 0:23 
GeneralRe: how to email gridview data in asp.net with c# Pin
Arun Jacob5-Apr-10 0:29
Arun Jacob5-Apr-10 0:29 
GeneralRe: how to email gridview data in asp.net with c# Pin
developerit5-Apr-10 0:45
developerit5-Apr-10 0:45 
AnswerRe: how to email gridview data in asp.net with c# Pin
Arun Jacob5-Apr-10 1:24
Arun Jacob5-Apr-10 1:24 
AnswerRe: how to email gridview data in asp.net with c# Pin
Tej Aj6-Apr-10 22:51
Tej Aj6-Apr-10 22:51 
Questionregular expression for hyperlink tag Pin
enjoycrack4-Apr-10 22:20
enjoycrack4-Apr-10 22:20 
AnswerRe: regular expression for hyperlink tag Pin
Arun Jacob4-Apr-10 22:51
Arun Jacob4-Apr-10 22:51 
GeneralRe: regular expression for hyperlink tag Pin
enjoycrack4-Apr-10 23:14
enjoycrack4-Apr-10 23:14 
AnswerRe: regular expression for hyperlink tag Pin
Arindam Tewary4-Apr-10 23:09
professionalArindam Tewary4-Apr-10 23:09 
GeneralRe: regular expression for hyperlink tag Pin
enjoycrack4-Apr-10 23:13
enjoycrack4-Apr-10 23:13 
AnswerRe: regular expression for hyperlink tag Pin
enjoycrack12-Apr-10 21:09
enjoycrack12-Apr-10 21:09 

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.