Click here to Skip to main content
15,898,901 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: need help wit data binding with hyperlink Pin
Jay_se6-Sep-06 20:59
Jay_se6-Sep-06 20:59 
AnswerRe: need help wit data binding with hyperlink Pin
Exelioindia6-Sep-06 23:51
Exelioindia6-Sep-06 23:51 
AnswerRe: need help wit data binding with hyperlink Pin
RichardGrimmer7-Sep-06 5:37
RichardGrimmer7-Sep-06 5:37 
Questionexecuting url without launching a new browser window Pin
Azel Low6-Sep-06 20:42
Azel Low6-Sep-06 20:42 
AnswerRe: executing url without launching a new browser window Pin
MIHAI_MTZ6-Sep-06 21:10
MIHAI_MTZ6-Sep-06 21:10 
QuestionCan we create more than one try block in asp.net Pin
Prasad.garlapati6-Sep-06 20:05
Prasad.garlapati6-Sep-06 20:05 
AnswerRe: Can we create more than one try block in asp.net [modified] Pin
Jay_se6-Sep-06 20:18
Jay_se6-Sep-06 20:18 
QuestionMigrating fron coldfusion to .net Pin
Sudip67896-Sep-06 19:45
Sudip67896-Sep-06 19:45 
I need to convert the following code into .net. the existing code is in coldfusion and runs as a background process.
Can someone help me in converting this coldfusion code to .net code.

<code>
<CFPARAM NAME="ATTRIBUTES.JUSTIFY" DEFAULT="no">

<CFIF NOT ThisTag.HasEndTag>
<CFABORT SHOWERROR="You need to supply a closing <CF_FileWriteText> tag.">
</CFIF>

<CFIF ThisTag.ExecutionMode is "End">
<!--- If it has <pre> or <code> tags, just leave the whole page alone!! --->
<!--- When CF reg expressions have non-greedy searching, I'll deal with this more intelligently --->
<CFIF REFindNoCase("<pre>|<code>", ThisTag.GeneratedContent) EQ 0>
<!--- Replace whitespace between CR/LFs with a single CF/LF --->
<!--- That fixes almost all of the major whitespace --->
<CFSET ThisTag.GeneratedContent = REReplace(ThisTag.GeneratedContent, "[#Chr(13)##Chr(10)#]+[[:space:]]*[#Chr(13)##Chr(10)#]+", "#Chr(13)##Chr(10)#", "ALL")>
<!--- If JUSTIFYing, remove whitespace at beginning of each line --->
<CFSET ATTRIBUTES.JUSTIFY = ucase(ATTRIBUTES.JUSTIFY)>
<CFIF ATTRIBUTES.JUSTIFY EQ "Y" OR ATTRIBUTES.JUSTIFY EQ "YES">
<CFSET ThisTag.GeneratedContent = REReplace(ThisTag.GeneratedContent, "[#Chr(13)##Chr(10)#][[:space:]]*", "#Chr(13)##Chr(10)#", "ALL")>
</CFIF>
</CFIF>
</CFIF>

<CFSETTING ENABLECFOUTPUTONLY="NO">
</code>


Thank you in advance. Smile | :)

Sudip


-- modified at 3:40 Thursday 7th September, 2006
AnswerRe: Help Pin
minhpc_bk6-Sep-06 20:17
minhpc_bk6-Sep-06 20:17 
QuestionTrx Framework [modified] Pin
Tiger4566-Sep-06 17:58
Tiger4566-Sep-06 17:58 
AnswerRe: Trx Framework Pin
Sathesh Sakthivel6-Sep-06 18:04
Sathesh Sakthivel6-Sep-06 18:04 
GeneralRe: Trx Framework Pin
Tiger4566-Sep-06 18:28
Tiger4566-Sep-06 18:28 
AnswerRe: Trx Framework Pin
eferreyra15-Dec-08 7:15
eferreyra15-Dec-08 7:15 
GeneralRe: Trx Framework Pin
Tiger45615-Dec-08 16:56
Tiger45615-Dec-08 16:56 
QuestionFormsAuthentication Pin
cisco21036-Sep-06 16:14
cisco21036-Sep-06 16:14 
AnswerRe: FormsAuthentication [modified] Pin
Jay_se6-Sep-06 18:23
Jay_se6-Sep-06 18:23 
QuestionASP.Net and JavaScript.... Pin
Amit Kumar G6-Sep-06 15:13
Amit Kumar G6-Sep-06 15:13 
GeneralRe: ASP.Net and JavaScript.... Pin
Amit Kumar G6-Sep-06 15:37
Amit Kumar G6-Sep-06 15:37 
AnswerRe: ASP.Net and JavaScript.... Pin
minhpc_bk6-Sep-06 20:12
minhpc_bk6-Sep-06 20:12 
GeneralRe: ASP.Net and JavaScript.... Pin
Amit Kumar G7-Sep-06 4:22
Amit Kumar G7-Sep-06 4:22 
GeneralRe: ASP.Net and JavaScript.... Pin
Amit Kumar G7-Sep-06 13:53
Amit Kumar G7-Sep-06 13:53 
Questionavoid multiple instances of an application Pin
deepaks36-Sep-06 9:20
deepaks36-Sep-06 9:20 
AnswerRe: avoid multiple instances of an application Pin
minhpc_bk6-Sep-06 14:20
minhpc_bk6-Sep-06 14:20 
QuestionDatagrid - how to avoid adding an item Pin
thowra6-Sep-06 6:36
thowra6-Sep-06 6:36 
AnswerRe: Datagrid - how to avoid adding an item Pin
minhpc_bk6-Sep-06 14:23
minhpc_bk6-Sep-06 14:23 

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.