Click here to Skip to main content
15,900,598 members

Comments by sp1786 (Top 34 by date)

sp1786 20-May-13 3:07am View    
but on button click i can save the value in textbox even if it is less than 10
this is what i do:
function ValidatePhone() {
debugger;
var isSuccess = false;
var phoneVal = $("#Mobile").val();
phoneVal = phoneVal.value;
var numbers = phoneVal.split("").length;
if (10 <= numbers) {
alert("SUCCESS");
isSuccess = true;
}
else {
alert("check number");
isSuccess = false;
}
return isSuccess;
}

<%: Html.TextBoxFor(model => model.Mobile, new { maxlength = 10, style = "width:145px", @onblur = "return ValidatePhone()" })%>
sp1786 19-Feb-13 1:33am View    
Thanks for the clarification.. However, as i understand regarding Visual SVN plugin for VS2010 is not free...
sp1786 19-Feb-13 1:12am View    
I did install and checked the features too...just had concern regarding the pricing..
sp1786 19-Feb-13 0:57am View    
Let me explain :
Sorry for the spellings.. i meant one LAN scenario...
i wanted to confirm if the basic functionalities needed are available in Community License of Visual SVN...
I donot undersatnd the Active Directory domain part mentioned on their site...

Community License
Can only be used on a computer that is not a member of an Active Directory domain.
sp1786 19-Feb-13 0:43am View    
Please confirm IF Community license of Visual SVN is suitable for one lan situation??(Yes/No) Are there any drawback which makes it mandatory to purchase the licensed version...
Please confirm if Visual SVN plugin is free(though not recommended by you as i understand)