Hi,
As I am convering some class asp to asp.net, wondering if somebody can convert
the following to asp.net (possibly in Csharp)
******************************************************************************************************************************************
arrRows = split(RootData, "*S*P*L*I*T*")
for i = 0 to ubound(arrRows)-1
arrRootData = split(arrRows(i), "#*#")
x = ubound(arrRootData)-1
probName = ""
do while x <> 0
probName = probName &
arrRootData(x) & " - "
x = x - 1
loop
'get search string ID
arrSearch = split(arrRootData(x),
"/\/\")
******************************************************************************************************************************************
And does anybody know any tool that will convert asp to asp.net as in the whole
project or just a single file/page.
Many Thanks.
Regards,
Karthick
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/