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
D

Deepanshu Goel

@Deepanshu Goel
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • dynamic dropdown select list
    D Deepanshu Goel

    Hi, Here is the code that can be used on cshtml pages @Html.DropDownListFor(model => model.movietypeID, new SelectList(Model.movietypes, "Key", "value"), "--Select--") You need to bind the movietypes variable as a dictionary from the database. On the time of editing, you need to fetch the value of movie type selected at the time of creation and assign it to movietypeID, and again you will have to bind the movietypes variable from the database.

    C# csharp html asp-net database tutorial

  • Where should I store credentials
    D Deepanshu Goel

    Hi Nico, You can store the credentials in SQL Database. They can be secured by using Hash encryption (one way encryption).

    C# sysadmin 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