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
Violeta Popa
NA
137
164k
datagridview bounded to a dataset
Jun 24 2013 12:23 PM
Hello everyone :)
I'm working on a web application and I have a datagridview which is bounded to a dataset. It's working..but i need to put a condition to one of the columns..and i don't know how because the variable
type
refers to a columns in a table from the database. Please help!
<Columns>
<asp:BoundField HeaderText="ASIGURAT" DataField="denumire" ItemStyle-Width="5px"/>
<asp:BoundField HeaderText="SERIE" DataField="serie"/>
if type=1
<asp:BoundField HeaderText="NUMAR" DataField="numar" />
else if type=2
<asp:BoundField HeaderText="NUMAR" DataField="numar_asigurat" />
<Columns/>
Reply
Answers (
1
)
groupby in datatable
Web Based CRM System integrated with IP Phone