Click here to Skip to main content
15,881,882 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: asp.net mvc 4 razor, time to learn something new this year. Pin
harsimranb8-Feb-15 11:46
harsimranb8-Feb-15 11:46 
GeneralRe: asp.net mvc 4 razor, time to learn something new this year. Pin
jkirkerx8-Feb-15 11:54
professionaljkirkerx8-Feb-15 11:54 
AnswerRe: asp.net mvc 4 razor, time to learn something new this year. Pin
Erik Funkenbusch7-Feb-15 15:15
Erik Funkenbusch7-Feb-15 15:15 
GeneralRe: asp.net mvc 4 razor, time to learn something new this year. Pin
jkirkerx8-Feb-15 11:01
professionaljkirkerx8-Feb-15 11:01 
QuestionHow to convert .vox file format to mp3 format Pin
PR_Chauhan2-Feb-15 20:00
PR_Chauhan2-Feb-15 20:00 
AnswerRe: How to convert .vox file format to mp3 format Pin
Richard MacCutchan2-Feb-15 23:43
mveRichard MacCutchan2-Feb-15 23:43 
GeneralRe: How to convert .vox file format to mp3 format Pin
PR_Chauhan10-Feb-15 3:23
PR_Chauhan10-Feb-15 3:23 
QuestionCount the alphabet and Numeric from a string Pin
Sujith Karivelil31-Jan-15 1:28
professionalSujith Karivelil31-Jan-15 1:28 
Am having the following code to find the Number of Alphabets and Number of Numeric characters from a string contains alpha numeric characters.

VB
Public Sub CountAlphaNumeric(ByVal input As String)
    Dim alphaCount = input.Count(Function(c) Char.IsLetter(c))
    Dim numericCount = input.Count(Function(c) Char.IsDigit(c))
    MessageBox.Show(String.Format("Number of alphabets : {0}", alphaCount))
    MessageBox.Show(String.Format("Number of numerics : {0}", numericCount))
End Sub


Is their any alternate method are available? I think it is the simplest.
sujith karivelil

AnswerRe: Count the alphabet and Numeric from a string Pin
Peter Leow31-Jan-15 2:35
professionalPeter Leow31-Jan-15 2:35 
AnswerRe: Count the alphabet and Numeric from a string Pin
Anurag Gandhi31-Jan-15 23:25
professionalAnurag Gandhi31-Jan-15 23:25 
Questionforum Pin
Member 1140791030-Jan-15 19:24
Member 1140791030-Jan-15 19:24 
AnswerRe: forum Pin
Anurag Gandhi31-Jan-15 0:17
professionalAnurag Gandhi31-Jan-15 0:17 
QuestionRe: forum Pin
ZurdoDev2-Feb-15 3:12
professionalZurdoDev2-Feb-15 3:12 
Answerform with html css but I don't know asp Pin
Member 1141563430-Jan-15 10:55
Member 1141563430-Jan-15 10:55 
QuestionWhy should I use Interface type of object in Constructor instead of Actual Class Object Pin
Amy Dev29-Jan-15 0:42
Amy Dev29-Jan-15 0:42 
AnswerRe: Why should I use Interface type of object in Constructor instead of Actual Class Object Pin
Anurag Gandhi29-Jan-15 6:28
professionalAnurag Gandhi29-Jan-15 6:28 
AnswerRe: Why should I use Interface type of object in Constructor instead of Actual Class Object Pin
F-ES Sitecore2-Feb-15 2:32
professionalF-ES Sitecore2-Feb-15 2:32 
GeneralRe: Why should I use Interface type of object in Constructor instead of Actual Class Object Pin
Erik Funkenbusch7-Feb-15 15:38
Erik Funkenbusch7-Feb-15 15:38 
GeneralRe: Why should I use Interface type of object in Constructor instead of Actual Class Object Pin
F-ES Sitecore8-Feb-15 13:08
professionalF-ES Sitecore8-Feb-15 13:08 
AnswerRe: Why should I use Interface type of object in Constructor instead of Actual Class Object Pin
Erik Funkenbusch7-Feb-15 15:52
Erik Funkenbusch7-Feb-15 15:52 
QuestionEmbedding Qr code Scanner[Need Guidance] Pin
Member 1140255328-Jan-15 11:32
Member 1140255328-Jan-15 11:32 
AnswerRe: Embedding Qr code Scanner[Need Guidance] Pin
Member 1140255328-Jan-15 17:38
Member 1140255328-Jan-15 17:38 
QuestionAsp.net Pin
Member 1133602728-Jan-15 10:30
Member 1133602728-Jan-15 10:30 
AnswerRe: Asp.net Pin
Richard MacCutchan28-Jan-15 21:21
mveRichard MacCutchan28-Jan-15 21:21 
AnswerRe: Asp.net Pin
Erik Funkenbusch7-Feb-15 15:55
Erik Funkenbusch7-Feb-15 15:55 

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.