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
J

josephSurgeon

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

Posts

Recent Best Controversial

  • [SOLVED] How to update Gridview with value textbox = Null
    J josephSurgeon

    try
    if DirectCast(row.FindControl("Label1"), Textbox).Text is Nothing then
    'Skip here
    End If
    Catch ex as exception
    'It's Empty move to another control
    end try

    Hope this helps the idea is to check for a value before trying to use it.

    Visual Basic html sysadmin help tutorial announcement

  • do loop hang and not resopnding while running langtime.how rectify this
    J josephSurgeon

    I agree with Dave you need to process this on a background thread so the UI can update itself.

    Visual Basic
  • Login

  • Don't have an account? Register

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