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
R

RavikumarR

@RavikumarR
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • HTML Frameset
    R RavikumarR

    Hi Everybody I want solution for my problem. I have two Frames in a html page. In first Frame i place a javascript menu(File-New,Open .. like this ) Menus and submenus. In the Second Frame is the Empty Page. I click the Menu then the submenus are hidden that is it goes inside the first frame . The submenus are not visible . Any Option is there for it :confused::((

    RK

    Web Development

  • How to store xml file in sqlserver
    R RavikumarR

    i try to retrieve data from database and it store to xml and then manipulate the datas(add,edit,delete) and update in that xml file.finally that xml file stored in sql server with modification. i solve these till xml modification and updating in xml file.but i cant able to store that updated xml file in sql server

    RK

    ASP.NET database sql-server sysadmin xml tutorial

  • AutoNumber in SQL server
    R RavikumarR

    yes that s IDENTITY See the example : CREATE TABLE Emp (EMPID int IDENTITY (1, 1) NOT NULL ,EMPNAME VARCHAR(20)) Above this examble Identity is like an auto increment. The Parameters (1,1) represents Start Number, Increment Number this example starts 1 and next incremented by 1

    RK

    Database database sql-server sysadmin

  • AutoNumber in SQL server
    R RavikumarR

    yes that s IDENTITY See the example : CREATE TABLE Emp (EMPID int IDENTITY (1, 1) NOT NULL ,EMPNAME VARCHAR(20)) Above this examble Identity is like an auto increment. The Parameters (1,1) represents Start Number, Increment Number this example starts 1 and next incremented by 1 RK RK

    RK

    Database database sql-server sysadmin
  • Login

  • Don't have an account? Register

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