Click here to Skip to main content
15,887,336 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow can I use CimCredential in Web Page to get Printer Status ? Pin
David Mujica28-Nov-17 7:31
David Mujica28-Nov-17 7:31 
AnswerRe: How can I use CimCredential in Web Page to get Printer Status ? Pin
Richard Deeming28-Nov-17 8:36
mveRichard Deeming28-Nov-17 8:36 
GeneralRe: How can I use CimCredential in Web Page to get Printer Status ? Pin
David Mujica28-Nov-17 8:39
David Mujica28-Nov-17 8:39 
GeneralRe: How can I use CimCredential in Web Page to get Printer Status ? Pin
Richard Deeming28-Nov-17 8:48
mveRichard Deeming28-Nov-17 8:48 
QuestionIIS Rewrite rule: Attach country code with all hyperlinks in page Pin
Mou_kol23-Nov-17 0:53
Mou_kol23-Nov-17 0:53 
Rant[REPOST] IIS Rewrite rule: Attach country code with all hyperlinks in page Pin
Richard Deeming23-Nov-17 1:01
mveRichard Deeming23-Nov-17 1:01 
QuestionLooking for MCSD Web Applications sample test Q/A Pin
Mou_kol22-Nov-17 22:12
Mou_kol22-Nov-17 22:12 
AnswerRe: Looking for MCSD Web Applications sample test Q/A Pin
Richard MacCutchan22-Nov-17 22:55
mveRichard MacCutchan22-Nov-17 22:55 
AnswerRe: Looking for MCSD Web Applications sample test Q/A Pin
F-ES Sitecore23-Nov-17 1:18
professionalF-ES Sitecore23-Nov-17 1:18 
QuestionProblem with wrap text in a column in gridview and reportviewer Pin
Member 1351227419-Nov-17 14:33
Member 1351227419-Nov-17 14:33 
AnswerRe: Problem with wrap text in a column in gridview and reportviewer Pin
Richard MacCutchan19-Nov-17 21:54
mveRichard MacCutchan19-Nov-17 21:54 
QuestionDataTable in .Net Core looks plain Pin
sn_lorun19-Nov-17 14:21
sn_lorun19-Nov-17 14:21 
AnswerRe: DataTable in .Net Core looks plain Pin
Richard Deeming20-Nov-17 2:14
mveRichard Deeming20-Nov-17 2:14 
GeneralRe: DataTable in .Net Core looks plain Pin
sn_lorun20-Nov-17 16:03
sn_lorun20-Nov-17 16:03 
QuestionHow to add country code or culture in url Pin
Mou_kol17-Nov-17 9:31
Mou_kol17-Nov-17 9:31 
QuestionLightbox questions based on a decision tree showed and updated in background Pin
Member 800771316-Nov-17 3:07
Member 800771316-Nov-17 3:07 
AnswerRe: Lightbox questions based on a decision tree showed and updated in background Pin
Richard MacCutchan16-Nov-17 3:17
mveRichard MacCutchan16-Nov-17 3:17 
GeneralRe: Lightbox questions based on a decision tree showed and updated in background Pin
Member 800771316-Nov-17 3:55
Member 800771316-Nov-17 3:55 
QuestionWebBrowser Control Pin
Michael Clinton8-Nov-17 7:15
Michael Clinton8-Nov-17 7:15 
AnswerRe: WebBrowser Control Pin
jkirkerx8-Nov-17 9:24
professionaljkirkerx8-Nov-17 9:24 
AnswerRe: WebBrowser Control Pin
Richard Deeming9-Nov-17 1:41
mveRichard Deeming9-Nov-17 1:41 
QuestionCode tag Pin
Otekpo Emmanuel5-Nov-17 12:05
Otekpo Emmanuel5-Nov-17 12:05 
AnswerRe: Code tag Pin
ZurdoDev8-Nov-17 7:43
professionalZurdoDev8-Nov-17 7:43 
GeneralRe: Code tag Pin
debasish mishra23-Jan-18 20:21
professionaldebasish mishra23-Jan-18 20:21 
QuestionRegular Expression to get only the first 30 alphabets from a big string Pin
indian1432-Nov-17 8:37
indian1432-Nov-17 8:37 
Hi,

I am trying to use a string compare with a static string with a File name, the File name is very big like this: "BSC_gMax_BSC_gMax_PROD_20170721001923.xml_EXCEPTIONS_b77022d0-7176-469a-9e83-5182b59a0cba.xls" but I want all the 31 Alphabets irrespective of case from the file name to compare with the static string I have

For example I want to check the string which has 31 alphabets: BSCgMaxBSCgMaxPRODxmlEXCEPTIONS is satisfying with the File name, then return true. I can only use the regular expression though because its running dynamically.

I tried the following: "[a-zA-Z]{0,31}", "[a-z]+" and "[a-zA-Z]{0,31}$" none of them worked for me so far though, but any advice and suggestion going to be very very helpful. Please I can only use regular expression, I am also searching but if you are familiar it would be great help thanks in advance my friends.

Thanks,

Abdul Aleem

"There is already enough hatred in the world lets spread love, compassion and affection."

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.