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
G

GuhananthS

@GuhananthS
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to get selected item text in razor dropdownlist.
    G GuhananthS

    <form id="MonthlyAward" action="@Url.Action("SubmitAwards", "MonthlyAward")" method="post"> @Html.DropDownListFor(m => m.ddlProjectsID, Model.ProjectNames, "--Select--", new { id = "ddlProjects",name="ddl_ProjectnameText", onchange = "document.getElementById('TheForm').submit();" }) how to get selected item text in form collection

    [HttpPost]
    public ActionResult SubmitAwards(FormCollection collection, MonthlyAwardModel award)
    {
    string strProjectId = collection["ddlProjectsID"].ToString().Trim();
    return View();

    ASP.NET html asp-net tutorial

  • Unable to browse Website from Winxp .-using windows authentication.
    G GuhananthS

    Hi, Any setting to be changed in workstation,win xp.I had resetting the browser option,that did not work out. On the Webserver,the windows authentication works.But from winxp workstation windows authentication did not work. Any idea to make windows authentication work on winxp? Thanks Guhananth.S

    ASP.NET database sql-server sysadmin windows-admin security

  • Unable to browse Website from Winxp .-using windows authentication.
    G GuhananthS

    Hi, The user is using winxp SP3.The user need to have windows authentication.I had checked the web.config file set to Windows.When user access the url the user is taken to form authentication.He need to login with windows authentication.The DB server is

    SQL Server is 2008R2, SP1 -- 10.50.2500.0 SP1 Enterprise Edition (64-bit)

    They have a Windows 2008 Web Server that has Impact Pro Reporting System installed. That comes with IIS 7 installed. Their workstations are Windows XP and the IE is version 8. Need help....... Thanks. Guhananth.S

    ASP.NET database sql-server sysadmin windows-admin security
  • Login

  • Don't have an account? Register

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