TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
b_avery
NA
1
0
Changing from a number field to a Combo in Datagrid
Oct 7 2004 11:37 AM
I have read through all the examples of using a combo in a Datagrid, (from syncfusion.com, gotdotnet.com and C# Corner) and they all seem to be around adding formatting and building the columns. I need to edit the formatting within an existing column. My problem is that I am pulling in the Data fields direct from the database. like so: DataAdapter.TableMappings.Add("Table", "Data") DataSet = New DataSet() DataAdapter.Fill(DataSet) dgData.SetDataBinding(DataSet, "Data") But I need to be able to change the fields which are foreign keys and place a combo which has the correct data to be displayed. Therefore I need to be able to reformat the column in a DataAdapter. Is this possible, or am I barking up the wrong tree?
Reply
Answers (
0
)
wsdl
Bar Code Generator