Jump to content
Xtreme .Net Talk

wheelerware

Members
  • Posts

    4
  • Joined

  • Last visited

wheelerware's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Runtime - the best that I could come up with is to use a case statement in the stored proc and return a hyperlink - not quite the solution that I was looking for
  2. I would start by looking at the settings of your IIS. You might uninstall and re-install it. In the view source of your IE, are the tags there, but just not visible. Also, what is the pageLayout set to on your webform, gridlayout or flowlayout? Try GridLayout
  3. I don't understand the database piece? Can you clarify what you are doing? First, I know that you are trying to dynamically create a table based on input from the user. Are you wanting to save this back to a database?
  4. I'm trying to use a datagrid and add a hyperlink column. - easy enough - I want to be able to make a decision based on the data in the dataset to either show a hyperlink or show text. (i.e. If the record in the table is from my userid, allow me to link to an edit page) any clues on how to do this?
×
×
  • Create New...