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
H

HiltonG

@HiltonG
About
Posts
6
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • WebBrowser's Document Complete event
    H HiltonG

    Are you trying to detect when the page has loaded? try the body.onload event, but be aware that this will only fire when all of the content has downloaded (images etc.). You could also put a call to your function in tags at the bottom of the page if you want it to fire when the html is downloaded. Find my .Net blog at <a href="http://hiltong.blogspot.com">http://hiltong.blogspot.com</a></x-turndown>

    C# question learning

  • about sql injection security?
    H HiltonG

    A simple check is do you concatenate SQL strings anywhere on your site, or more specifically do you take variables directly from form / querystring vars and build them straight into the sql string. If yes, then you are faced with the problem. Find my .Net blog at http://hiltong.blogspot.com

    Web Development database security tools question

  • modal dialog
    H HiltonG

    inside the HEAD tag in the modal window add Find my .Net blog at http://hiltong.blogspot.com

    ASP.NET

  • DataBinding logic
    H HiltonG

    Create a public function in your code-behind file and then call it as follows (the following is an example from within a datagrid TemplateColumn): <%# MyFunction(Container.DataItem("BlahField")) %> Find my .Net blog at http://hiltong.blogspot.com

    ASP.NET docker help

  • Speed
    H HiltonG

    I would also see if you could find a better way to do this, but in case you are interested, you can use one of the system.Threading.Thread.Sleep overloads to pause your app. Find my .Net blog at http://hiltong.blogspot.com

    Visual Basic csharp database adobe performance

  • SAVE DATA program in VB.NET
    H HiltonG

    First of all, try something like "Is the data correct?". secondly, you will need to add drcustoms("cstphno") = txtcstphno.text --> dtcustoms.rows.add(drcustoms) finally, this will just be storing the data in a disconnected datatable. To send the data back to the database, you will need to a)create a database command, build a sql string (or preferably use a stored procedure) execute the command or b) use the Update method of a dataAdapter Visit my .Net blog at http://hiltong.blogspot.com

    Visual Basic csharp database 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