Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to disable hyperlinks according to user roles? Pin
Sandeep Akhare3-May-07 22:21
Sandeep Akhare3-May-07 22:21 
AnswerRe: how to disable hyperlinks according to user roles? Pin
Jaiprakash M Bankolli3-May-07 22:29
Jaiprakash M Bankolli3-May-07 22:29 
Questionhow can i disable CTRL+ALT+DEL,ALT+F4 and ALT+TAb keys Pin
fgfdhghgfd3-May-07 20:45
fgfdhghgfd3-May-07 20:45 
AnswerRe: how can i disable CTRL+ALT+DEL,ALT+F4 and ALT+TAb keys Pin
Jon Hulatt3-May-07 21:02
Jon Hulatt3-May-07 21:02 
AnswerRe: how can i disable CTRL+ALT+DEL,ALT+F4 and ALT+TAb keys Pin
Vega024-May-07 22:01
Vega024-May-07 22:01 
AnswerRe: how can i disable CTRL+ALT+DEL,ALT+F4 and ALT+TAb keys Pin
AFSEKI7-May-07 3:42
AFSEKI7-May-07 3:42 
QuestionRegular Expresion Pin
Asif Mushtaq3-May-07 20:37
Asif Mushtaq3-May-07 20:37 
AnswerRe: Regular Expresion [modified] Pin
HerbCSO3-May-07 22:50
HerbCSO3-May-07 22:50 
Is this what you want?

[^<](?<Text><[^>]*>)[^>]

This will result in a named capture called "Text" that contains the string including < and > (but not << and >>) as you specified. I guess you'll have to try it out with a larger data set to see if it meets your needs completely.


-- modified at 5:02 Friday 4th May, 2007

Previous post got buggered w/ HTML tags... ;]

--
Umm... what's a .sig? ;]
GeneralRe: Regular Expresion Pin
HerbCSO3-May-07 23:33
HerbCSO3-May-07 23:33 
QuestionRe: Regular Expresion Pin
Asif Mushtaq4-May-07 0:12
Asif Mushtaq4-May-07 0:12 
AnswerRe: Regular Expresion Pin
HerbCSO4-May-07 0:46
HerbCSO4-May-07 0:46 
JokeRe: Regular Expresion Pin
Asif Mushtaq4-May-07 0:51
Asif Mushtaq4-May-07 0:51 
QuestionRequesting WebPage using TCPClient Pin
SakthiSurya3-May-07 19:27
SakthiSurya3-May-07 19:27 
AnswerRe: Requesting WebPage using TCPClient Pin
SakthiSurya3-May-07 21:48
SakthiSurya3-May-07 21:48 
AnswerRe: Requesting WebPage using TCPClient Pin
Herman<T>.Instance3-May-07 23:29
Herman<T>.Instance3-May-07 23:29 
GeneralRe: Requesting WebPage using TCPClient Pin
SakthiSurya4-May-07 2:18
SakthiSurya4-May-07 2:18 
GeneralRe: Requesting WebPage using TCPClient Pin
Herman<T>.Instance6-May-07 22:07
Herman<T>.Instance6-May-07 22:07 
QuestionRegistry Editor Pin
Paramhans Dubey3-May-07 19:17
professionalParamhans Dubey3-May-07 19:17 
AnswerRe: Registry Editor Pin
Shajeel3-May-07 20:29
Shajeel3-May-07 20:29 
QuestionIndexers in c# Pin
Raheem MA3-May-07 18:43
Raheem MA3-May-07 18:43 
AnswerRe: Indexers in c# Pin
Sandeep Akhare3-May-07 20:07
Sandeep Akhare3-May-07 20:07 
Questionregarding listbox C# Pin
giribabu2343-May-07 18:42
giribabu2343-May-07 18:42 
AnswerRe: regarding listbox C# Pin
Sandeep Akhare3-May-07 20:02
Sandeep Akhare3-May-07 20:02 
QuestionDisplay a web control Link button in a html tag Pin
minlynn3-May-07 16:52
minlynn3-May-07 16:52 
AnswerRe: Display a web control Link button in a html tag Pin
Sandeep Akhare3-May-07 20:11
Sandeep Akhare3-May-07 20:11 

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.