Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Michael Winburn

@Michael Winburn
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Can I bind more than 1 field in a HyperlinkColumn?
    M Michael Winburn

    Using a template column, as suggested, allows you to control your binding pretty precisely. So you can have as many asp controls inside a single column as you want, with appropriate databinding expressions for each. Keep in mind, that you can also have a databinding expression that calls a function in your code behind file. For example, you could have this function in your code: Public Function GetAutoAssignIndex(ByVal AutoAssign As Boolean) As Integer Dim index As Integer = 0 If AutoAssign = True Then index = 1 End If Return index End Function Your databind might look similar to this: This example is for a dropdown containing objects with an "AutoAssign" property defined.

    Database sales question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups