HighTechTalks DotNet Forums  

data grid problem

VB.net microsoft.public.dotnet.languages.vb


Discuss data grid problem in the VB.net forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Stephen
 
Posts: n/a

Default data grid problem - 04-18-2004 , 11:57 AM






hi all

i have a datagrid that returns all the rows from a table. It fires ok except
one field returns the numeric value of the lookup field not the description.
heres the corresponding piece of code:
With txtTransType

..Alignment = HorizontalAlignment.Right

..HeaderText = "Transaction Type"

..Width = 100

..MappingName = "TransTypeId"

..ReadOnly = True

End With

tsTrans.GridColumnStyles.Add(txtTransType)

the table return a numeric 1 instead of "Checking"...... any ideas?



Steve



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.