Click here to Skip to main content
15,909,030 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How i create connection string in web.config file Pin
Sujit Mandal21-Aug-07 1:42
Sujit Mandal21-Aug-07 1:42 
GeneralRe: How i create connection string in web.config file Pin
ha_haseebahmad21-Aug-07 1:53
ha_haseebahmad21-Aug-07 1:53 
GeneralRe: How i create connection string in web.config file Pin
Sujit Mandal21-Aug-07 1:55
Sujit Mandal21-Aug-07 1:55 
Questionhow to hide a particular editcommandcolumn and button column of a particular row of datagrid at runtime. Pin
MissionSuccess21-Aug-07 1:26
MissionSuccess21-Aug-07 1:26 
QuestionReplace URL into html link Pin
Eduard Keilholz21-Aug-07 1:25
Eduard Keilholz21-Aug-07 1:25 
AnswerRe: Replace URL into html link Pin
Vasudevan Deepak Kumar21-Aug-07 1:39
Vasudevan Deepak Kumar21-Aug-07 1:39 
GeneralRe: Replace URL into html link Pin
Eduard Keilholz21-Aug-07 1:46
Eduard Keilholz21-Aug-07 1:46 
AnswerRe: Replace URL into html link [modified] Pin
Michael Sync21-Aug-07 2:21
Michael Sync21-Aug-07 2:21 
I'm not sure why you need to use Regular expression.

What about this code?

string urlFormat = "<a href=\"{0}\" target=\"_blank\">{0}</a>";<br />
<br />
string url = "http://codeproject.com";<br />
<br />
url = string.Format(urlFormat,url);<br />
 MessageBox.Show(url);<br />


--- Edit : HTML didn't show..
-- modified at 21:25 Tuesday 21st August, 2007

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. Smile | :)

GeneralRe: Replace URL into html link Pin
Eduard Keilholz21-Aug-07 2:28
Eduard Keilholz21-Aug-07 2:28 
QuestionW3SVC error Pin
ragavan21-Aug-07 1:23
ragavan21-Aug-07 1:23 
AnswerRe: W3SVC error Pin
Michael Sync21-Aug-07 1:29
Michael Sync21-Aug-07 1:29 
AnswerRe: W3SVC error Pin
Vasudevan Deepak Kumar21-Aug-07 2:55
Vasudevan Deepak Kumar21-Aug-07 2:55 
QuestionNeed MCSD.Net 70-315 study Guide Pin
Rohituappu21-Aug-07 0:49
Rohituappu21-Aug-07 0:49 
AnswerRe: Need MCSD.Net 70-315 study Guide Pin
Christian Graus21-Aug-07 1:01
protectorChristian Graus21-Aug-07 1:01 
GeneralRe: Need MCSD.Net 70-315 study Guide Pin
R. Giskard Reventlov21-Aug-07 1:20
R. Giskard Reventlov21-Aug-07 1:20 
GeneralRe: Need MCSD.Net 70-315 study Guide Pin
Christian Graus21-Aug-07 1:52
protectorChristian Graus21-Aug-07 1:52 
GeneralRe: Need MCSD.Net 70-315 study Guide Pin
R. Giskard Reventlov21-Aug-07 1:57
R. Giskard Reventlov21-Aug-07 1:57 
GeneralRe: Need MCSD.Net 70-315 study Guide Pin
Christian Graus21-Aug-07 2:09
protectorChristian Graus21-Aug-07 2:09 
GeneralRe: Need MCSD.Net 70-315 study Guide Pin
Colin Angus Mackay21-Aug-07 5:05
Colin Angus Mackay21-Aug-07 5:05 
AnswerRe: Need MCSD.Net 70-315 study Guide Pin
Michael Sync21-Aug-07 1:26
Michael Sync21-Aug-07 1:26 
AnswerRe: Need MCSD.Net 70-315 study Guide Pin
Colin Angus Mackay21-Aug-07 5:06
Colin Angus Mackay21-Aug-07 5:06 
QuestionDynamic Connection String Pin
Kuricheti21-Aug-07 0:47
Kuricheti21-Aug-07 0:47 
AnswerRe: Dynamic Connection String Pin
Christian Graus21-Aug-07 0:49
protectorChristian Graus21-Aug-07 0:49 
GeneralRe: Dynamic Connection String Pin
Mark Churchill21-Aug-07 18:31
Mark Churchill21-Aug-07 18:31 
QuestionVidoe Player Pin
kibromg21-Aug-07 0:46
kibromg21-Aug-07 0:46 

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.