Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

How to add multichoice field as radiobutton in Sharepoint 2007 survey?

$
0
0

Hi All,

I  created a survey in sharepoint2007 programatically.Could you please help me to add multi-choice answer fields of type Radiobutton to it?

I tried this

SurveyList.Fields.Add(strQuestion,SPFieldType.MultiChoice,true,false,strQuestions);

But it created a checkbox.

Looking forward to your reply

Celesta


Viewing all articles
Browse latest Browse all 7589

Trending Articles