在翻译方面需要帮助 [英] Need help with translation

查看:84
本文介绍了在翻译方面需要帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我需要一些帮助:

Hi there I need some help with  this:

<asp:HyperLink 
      ID="HyperLink1" 
      Runat="server" 
      NavigateUrl='<%# "../Catalog.aspx?DepartmentID=" + Request.QueryString["DepartmentID"] + "&CategoryID=" + Eval("CategoryID")  %>'
      Text='<%# Eval("Name") %>' 
      ToolTip='<%# Eval("Description") %>' 
      CssClass='<%# Eval("CategoryID").ToString() == Request.QueryString["CategoryID"] ? "CategorySelected" : "CategoryUnselected" %>'>>
    </asp:HyperLink>

这适用于C#用户控件和VS 2005,但我需要VS 2008的VB版本.


+是否有在线工具可以转换此代码?


提前感谢.

This works on a C# User Controll and VS 2005  but i need the VB version with VS 2008.


+ is there an online tool that converts  this code?


thanks in advance.

推荐答案

您好,我需要以下帮助:
Hi there I need some help with  this:
<asp:HyperLink 
      ID="HyperLink1" 
      Runat="server" 
      NavigateUrl='<%# "../Catalog.aspx?DepartmentID=" + Request.QueryString["DepartmentID"] + "&CategoryID=" + Eval("CategoryID")  %>'
      Text='<%# Eval("Name") %>' 
      ToolTip='<%# Eval("Description") %>' 
      CssClass='<%# Eval("CategoryID").ToString() == Request.QueryString["CategoryID"] ? "CategorySelected" : "CategoryUnselected" %>'>>
    </asp:HyperLink>

这适用于C#用户控件和VS 2005,但是我需要VS 2008的VB版本.


+是否有在线工具可以转换此代码?


预先感谢.

This works on a C# User Controll and VS 2005  but i need the VB version with VS 2008.


+ is there an online tool that converts  this code?


thanks in advance.


只要去这里,他们就会为您服务:
http://www.developerfusion.com/tools/convert/csharp-to-vb/

一切都最好您


just go here and they do it for you :
http://www.developerfusion.com/tools/convert/csharp-to-vb/

All the best for you


这篇关于在翻译方面需要帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆