image in webform datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a priority field on my database and would like to bind an
corresponding image to my datagrid on my webform. I have seen it done in c#
but am clueless on how to approach this in VB.Net. My images reside in my
web directory and my priority is an integer on my database (SQL 2000)

Any help would be greatly appreciated.
 
* =?Utf-8?B?cmt1YmFzc2Vr?= said:
I have a priority field on my database and would like to bind an
corresponding image to my datagrid on my webform. I have seen it done in c#
but am clueless on how to approach this in VB.Net. My images reside in my
web directory and my priority is an integer on my database (SQL 2000)

The solution in VB.NET will be very similar to your C# solution. There
are some tools available that will assist you in translating the code to
VB.NET:

C# -> VB.NET Converters:

<URL:http://www.aspalliance.com/aldotnet/examples/translate.aspx>
<URL:http://www.kamalpatel.net/ConvertCSharp2VB.aspx>
<URL:http://csharpconverter.claritycon.com/>
<URL:http://www.ragingsmurf.com/vbcsharpconverter.aspx>
<URL:http://www.gotdotnet.com/Community/...mpleGuid=c622348b-18a9-47d6-8687-979975d5957d>

<URL:http://www.remotesoft.com/>
-> "Octopus"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top