Click here to Skip to main content
15,908,112 members

Comments by macmacmacmac (Top 10 by date)

macmacmacmac 12-May-14 6:17am View    
actually, I thought leaving no value in this parameters mean empty string. I just divided the string by using + sign
macmacmacmac 5-Nov-13 22:56pm View    
nope.
macmacmacmac 29-Aug-13 9:45am View    
is your idS table a varchar?
macmacmacmac 23-Aug-13 8:35am View    
no. i save it using dataservice, datarepository and sqlhelper:

here:

service.SaveCompetency(Convert.ToInt32(SAId), Convert.ToInt32(CompId), Convert.ToInt32(importance.Text), Convert.ToInt32(skill.Text), tnd.Text);

*where tnd.text is the generated string from javascript.
macmacmacmac 22-Aug-13 2:51am View    
hmm. the code works fine. the string appears in the textbox but when i save the string inside the textbox, my database doesn't read anything.