hello guys am very new to webmatrix environment and am kind of having a challenge on
storing mulltiple data of texboxes into a single column but different roles..
i tried using the stringBuilder to append the records but i get this error.
No mapping exists from DbType System.Text.StringBuilder to a known SqlCeType.
here is my code below.i dont know wat am doing wrong..
@using System.Text;@{if(IsPost){
department=Request["categoryId"];
program=Request["program"];
program1=Request["program1"];
Go to the complete details ...