7
Answers

Max Size For Taking Characters through .cs page to DB

Sudheer Vasam

Sudheer Vasam

8y
325
1
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)