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
K

kalyanhere

@kalyanhere
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Clear a WebBrowser's History????
    K kalyanhere

    in your html page put the following history.forward this vil work good regards kalyan

    C# question

  • Inserting data into SQL Server database
    K kalyanhere

    for vb.net and asp.net imports system.data.sqlclient dim con as new sqlconnection dim cmd as new sqlcommand con.connectionstring = "Provider= the provider u use;user id= ;password= ; data source= sql server name ;initial catalog= database name " cmd.connection = con con.open() cmd.commandtext = "insert into tablename values('" & tid.text & "')" cmd.executenonquery() con.close() if u have any problem with this revert back vil help u out regards kalyan

    C# database csharp sql-server sysadmin

  • How to work with timer control in C#
    K kalyanhere

    My query is i have some data which i want to run every 5 minutes for 6 hours duration right from 8am to 2pm for about a month. the data should run only on those specified duration else the timer should stop. how can i proceed this with the timer control kalyan -- modified at 3:55 Monday 8th May, 2006

    C# csharp database tutorial 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