Answered by:
Convertion from c# to vb.net

Question
-
Hi
I am nibedita,i am new to vb.net
i am using the below code
<%
#(Eval("image").ToString() != "") && (Eval("image").ToString() != "null") ? "View" : ""%>in projects(done with c#.net and asp.net)
now i am doing project using asp.net and vb.net so how can i use the above code in my .aspx page using vb.net
help me its urgent
Thanx
Nibedita
Saturday, January 28, 2012 9:46 AM
Answers
-
Hi
if you need to convert vb.net to c# this will help you
http://converter.telerik.com/
If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful".- Proposed as answer by Horizon_Net Sunday, January 29, 2012 1:53 PM
- Marked as answer by Dummy yoyo Monday, February 6, 2012 6:07 AM
Saturday, January 28, 2012 10:09 AM -
Hi
About asp.net pages :The markup code is the same ,the code behind is the code to convert .
I always use this website: http://www.developerfusion.com/tools/convert/csharp-to-vb/
and there's a free software named SharpDevelop .
and when you convert and you use be sure that is correct because it's not efficient for 100% .
Good Luck
Best Regards...Please mark as answer if my post is helpful- Proposed as answer by Horizon_Net Sunday, January 29, 2012 1:53 PM
- Marked as answer by Dummy yoyo Monday, February 6, 2012 6:07 AM
Saturday, January 28, 2012 12:29 PM -
Hello Nibi,
in addition there is SharpDeveloper , it's is a built - in for Visual Studio , more information below
http://www.icsharpcode.net/OpenSource/SD/
Regards.
- Proposed as answer by Horizon_Net Sunday, January 29, 2012 1:53 PM
- Marked as answer by Dummy yoyo Monday, February 6, 2012 6:07 AM
Saturday, January 28, 2012 12:40 PM
All replies
-
Hi
if you need to convert vb.net to c# this will help you
http://converter.telerik.com/
If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful".- Proposed as answer by Horizon_Net Sunday, January 29, 2012 1:53 PM
- Marked as answer by Dummy yoyo Monday, February 6, 2012 6:07 AM
Saturday, January 28, 2012 10:09 AM -
Hi
About asp.net pages :The markup code is the same ,the code behind is the code to convert .
I always use this website: http://www.developerfusion.com/tools/convert/csharp-to-vb/
and there's a free software named SharpDevelop .
and when you convert and you use be sure that is correct because it's not efficient for 100% .
Good Luck
Best Regards...Please mark as answer if my post is helpful- Proposed as answer by Horizon_Net Sunday, January 29, 2012 1:53 PM
- Marked as answer by Dummy yoyo Monday, February 6, 2012 6:07 AM
Saturday, January 28, 2012 12:29 PM -
Hello Nibi,
in addition there is SharpDeveloper , it's is a built - in for Visual Studio , more information below
http://www.icsharpcode.net/OpenSource/SD/
Regards.
- Proposed as answer by Horizon_Net Sunday, January 29, 2012 1:53 PM
- Marked as answer by Dummy yoyo Monday, February 6, 2012 6:07 AM
Saturday, January 28, 2012 12:40 PM -
Thank all for the time and efforts.
Hi Nibedita,
Welcome to the MSDN forum!How is it going with the problem currently?
For ASP.NET issue, I suggest you try the dedicated ASP.NET forum: http://forums.asp.net/. For Visual Basic issue, I suggest you try the Visual Basic forums: http://social.msdn.microsoft.com/Forums/en/category/visualbasic.
Wish you all the best!
yoyo
Yoyo Jiang[MSFT]
MSDN Community Support | Feedback to us
Monday, January 30, 2012 1:50 AM