dire need of help

  • Thread starter Thread starter Fetty
  • Start date Start date
F

Fetty

I have a dynamically created child grid inside of a grid. Each cell may or
may not have a date in it. How do I make that date a hyperlink? Eack column
has to have different links?
 
Without more information I'd say make the date a Hyperlink control. As for
the each column problem the grid will handle unique naming of its children
controls. I would give them different names though... Like, hlHireDate and
hlTermDate...

HTH,
Ben
 
the grid will have the data schema from the dataset that is bound to it, so
this portion is not dynamic. Also the column hyperlink setup is not dynamic.
If you use a query, or stored procedure ect during runtime the actual data
that populates the grid will be dynamic.
 

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

Back
Top