7
Reply

Max Size For Taking Characters through .cs page to DB

Sudheer Vasam

Sudheer Vasam

Jun 21 2016 2:30 AM
302
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)