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

ASP.NET

 
AnswerRe: How to take textbox value in javascript Pin
Shaik Haneef10-Sep-08 0:03
Shaik Haneef10-Sep-08 0:03 
GeneralRe: How to take textbox value in javascript Pin
kishorg110-Sep-08 0:10
kishorg110-Sep-08 0:10 
AnswerRe: How to take textbox value in javascript Pin
Sandeep Akhare10-Sep-08 0:54
Sandeep Akhare10-Sep-08 0:54 
AnswerRe: How to take textbox value in javascript Pin
Shaik Haneef10-Sep-08 22:40
Shaik Haneef10-Sep-08 22:40 
QuestionLogin Control page redirect to login.aspx Pin
Sarfaraj Ahmed9-Sep-08 23:11
Sarfaraj Ahmed9-Sep-08 23:11 
AnswerRe: Login Control page redirect to login.aspx Pin
AhsanS9-Sep-08 23:18
AhsanS9-Sep-08 23:18 
GeneralRe: Login Control page redirect to login.aspx Pin
Sarfaraj Ahmed9-Sep-08 23:37
Sarfaraj Ahmed9-Sep-08 23:37 
QuestionValidation Problem Pin
krishnaveer9-Sep-08 23:11
krishnaveer9-Sep-08 23:11 
Hi guys

I am working a shopping card application
there is a quantity option in which when 0 or -1,-2 enter no validation is fire
after page refareshing its working properly

what is the problem any one plz help me


my html code are as



<asp:requiredfieldvalidator font-size="XX-Small" id="RequiredFieldValidator1" runat="server" controltovalidate="txtqty" errormessage="*" xmlns:asp="#unknown">
<asp:textbox id="txtqty" runat="server" maxlength="3" style="width: 33px;" value="<%# Eval(" qty")="" %&gt;"="" xmlns:asp="#unknown">


<asp:rangevalidator id="RangeValidator1" font-size="XX-Small" runat="server" controltovalidate="txtqty" xmlns:asp="#unknown">
ErrorMessage="Invalid Number" MaximumValue="999" MinimumValue="1" Type="Integer">


krishna veer singh

AnswerRe: Validation Problem Pin
AhsanS9-Sep-08 23:17
AhsanS9-Sep-08 23:17 
GeneralRe: Validation Problem Pin
krishnaveer10-Sep-08 0:17
krishnaveer10-Sep-08 0:17 
Questioni want to upload/download files from SSH server using SFTP (any .Net Component for free)..... Pin
Shaik Haneef9-Sep-08 23:00
Shaik Haneef9-Sep-08 23:00 
QuestionWeb app with multiple MembershipProvider / RoleProvider Pin
J4amieC9-Sep-08 22:34
J4amieC9-Sep-08 22:34 
AnswerRe: Web app with multiple MembershipProvider / RoleProvider Pin
leppie10-Sep-08 2:14
leppie10-Sep-08 2:14 
GeneralRe: Web app with multiple MembershipProvider / RoleProvider Pin
J4amieC10-Sep-08 3:09
J4amieC10-Sep-08 3:09 
AnswerRe: Web app with multiple MembershipProvider / RoleProvider Pin
Pete O'Hanlon10-Sep-08 2:17
mvePete O'Hanlon10-Sep-08 2:17 
GeneralRe: Web app with multiple MembershipProvider / RoleProvider Pin
J4amieC10-Sep-08 3:12
J4amieC10-Sep-08 3:12 
GeneralRe: Web app with multiple MembershipProvider / RoleProvider Pin
Pete O'Hanlon10-Sep-08 3:53
mvePete O'Hanlon10-Sep-08 3:53 
GeneralRe: Web app with multiple MembershipProvider / RoleProvider Pin
Pete O'Hanlon10-Sep-08 8:27
mvePete O'Hanlon10-Sep-08 8:27 
QuestionError in calculating irr in asp.net and vb.net Pin
devlop9-Sep-08 22:32
devlop9-Sep-08 22:32 
QuestionHow to convert audio/video files to swf? Pin
wajans9-Sep-08 22:08
wajans9-Sep-08 22:08 
AnswerRe: How to convert audio/video files to swf? Pin
AhsanS9-Sep-08 22:59
AhsanS9-Sep-08 22:59 
Questionhow to get all employee ids into array? Pin
shankarcbe9-Sep-08 21:44
shankarcbe9-Sep-08 21:44 
AnswerRe: how to get all employee ids into array? Pin
Gamzun10-Sep-08 0:17
Gamzun10-Sep-08 0:17 
QuestionDicom viewer in dot net Pin
Khawar Abbas19-Sep-08 21:42
Khawar Abbas19-Sep-08 21:42 
Questionupload and download file Pin
niki_nilu9-Sep-08 21:09
niki_nilu9-Sep-08 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.