Click here to Skip to main content
15,898,134 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
hi, i have use this tutorial but still same problem .please check where iam going wrong


<asp:TemplateField HeaderText="CurrentQTY" SortExpression="CurrentQTY">
<EditItemTemplate>
<asp:CompareValidator ID="CompareValidator1" runat="server" ControlToCompare="TextBox3"
ControlToValidate="txtqty" ErrorMessage="value should be less than or equal to Current Quantity"
Operator="LessThanEqual" Style="z-index: 100; left: 16px; position: absolute;
top: 256px" Type="Double"></asp:CompareValidator>

<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></ItemTemplate>
</asp:TemplateField>
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 
Questionhow an Off Line Search application is made in .net ? Pin
gautamamit84-Apr-10 21:42
gautamamit84-Apr-10 21:42 
AnswerRe: how an Off Line Search application is made in .net ? Pin
ptrckmc2495-Apr-10 8:31
ptrckmc2495-Apr-10 8:31 
QuestionSend mail using proxy ip Pin
mohanednoon4-Apr-10 21:41
mohanednoon4-Apr-10 21:41 

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.