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
S

SeanKuehnel

@SeanKuehnel
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to display day month year only in datatable column
    S SeanKuehnel

    if you are using a BoundColumn control within your gridview you should be able to use the following method to help you: DataFormatString="{0:MM/dd/yyyy}".

    LINQ tutorial

  • error BindingSource.current using linq [modified]
    S SeanKuehnel

    Hi, The context of which you are using to try and get the customerId is incorrect, the reason is because the current item that you are trying to get data from is an anonymous type. This type doesn't have any default members like the exception states. Unfortunately, I don't have any exact support for this sample code you put, but if you were using a real type (even if you made the type yourself using a custom class) you could typecast the item contained in MyBindingSource.Current to retrieve the data from it correctly. hope this helps

    LINQ help csharp wpf wcf linq
  • Login

  • Don't have an account? Register

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