Sudheer Vasam

Sudheer Vasam

  • NA
  • 58
  • 4.3k

Max Size For Taking Characters through .cs page to DB

Jun 21 2016 2:30 AM
I Write 
 
cmd.Parameters.Add("@Comment", SqlDbType.NVarChar, 5000).Value = Commnent; 
 
To Store Blog Comment.This is Storing The Commnet Details By Using StoredProcedure in my  .cs page
What is maximum size in .cs page to storing to DB

Answers (7)