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
  1. Home
  2. Feature Forums
  3. - Uncategorised posts -
  4. grid.cshtml

grid.cshtml

Scheduled Pinned Locked Moved - Uncategorised posts -
htmlcsscomarchitecture
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 11683062
    wrote on last edited by
    #1

    @modell IEnumerable @using MvcPagingApp; @using MvcPagingApp.Models; @{ Layout = null; ViewBag.Title = "grid"; } grid .table { margin: 4px; border-collapse: collapse; width: 300px; } .header { background-color: gray; font-weight: bold; color: #fff; } .table th, .table td { border: 1px solid black; padding: 5px; } @* *@ @* *@ @* *@ @* *@ @* *@ @**@ @* *@ var idvalue = ""; function msg(id) { idvalue = id; parseInt(idvalue) $.ajax({ url: "@Url.Action("GetData", "Employee")", data: { id: id }, method: "GET", success: function (data) {//alert(data); $("#Editdialog").html(data); // $("#dialog").html(data); //$("#txtNameE").val(data.Name); //$("#txtGenderE").val(data.Gender); //$("#txtEmailE").val(data.Email); $('#Editdialog').dialog("open"); </x-turndown>

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

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