CheckBoxList checklist = new CheckBoxList { ID = "checkbox", RepeatDirection = RepeatDirection.Horizontal }; checklist.Items.Add(new ListItem("chc1")); checklist.Items.Add(new ListItem("chc2")); checklist.Items.Add(new ListItem("chc3")); checklist.Items.Add(new ListItem("chc4")); form1.Controls.Add(checklist);
--
You received this message because you are subscribed to the Google Groups "altdotnetturkiye" group.
To unsubscribe from this group and stop receiving emails from it, send an email to altdotnetturki...@googlegroups.com.
To post to this group, send email to altdotne...@googlegroups.com.
Visit this group at http://groups.google.com/group/altdotnetturkiye.
For more options, visit https://groups.google.com/d/optout.
18 Mart 2014 15:04 tarihinde Sidar Ok <sid...@gmail.com> yazdı:
MVC kullan, modelinden UI ini olu$tur.2014-03-18 13:57 GMT+01:00 Serkan AYTIN <serka...@gmail.com>:
--Merhabalar,Son kullanıcının anketleri ve soruları kendisinin oluşturacağı bir anket sistemi (https://tr.surveymonkey.com/ gibi) yapmayı düşünüyorum. Anket sistemi dinamik olarak Database den beslenecek. Farklı soru türlerini ekranda gösterecek. (Checklist, Radio Btton, TextBox vb.)En basit örneğiyle şuan,CheckBoxList checklist = new CheckBoxList { ID = "checkbox", RepeatDirection = RepeatDirection.Horizontal }; checklist.Items.Add(new ListItem("chc1")); checklist.Items.Add(new ListItem("chc2")); checklist.Items.Add(new ListItem("chc3")); checklist.Items.Add(new ListItem("chc4")); form1.Controls.Add(checklist);şeklinde ekleyip sonrasında da FindControl ile oluşturduğum nesnelere ulaşıyorum.Sizler böyle bir sistem kurmak isteseniz bu işlemleri nasıl yaparsınız? Daha yenilikçi ve dinamik oluşturup ulaşması daha kolay olan yöntemler nelerdir.Teşekkürler.
You received this message because you are subscribed to the Google Groups "altdotnetturkiye" group.
To unsubscribe from this group and stop receiving emails from it, send an email to altdotnetturki...@googlegroups.com.
To post to this group, send email to altdotne...@googlegroups.com.
Visit this group at http://groups.google.com/group/altdotne
--
Emre Mert Asyalıoğlu
Blog : www.ibrahimatay.org | Twitter : @ibrahim_atay | Linkedin : @ibrahimatay
Teşekkürler arkadaşlar.
+1000 :)
To unsubscribe from this group and stop receiving emails from it, send an email to altdotnetturkiye+unsubscribe@googlegroups.com.
To post to this group, send email to altdotnetturkiye@googlegroups.com.
Visit this group at http://groups.google.com/group/altdotne
--
Emre Mert Asyalıoğlu
--
You received this message because you are subscribed to the Google Groups "altdotnetturkiye" group.
To unsubscribe from this group and stop receiving emails from it, send an email to altdotnetturkiye+unsubscribe@googlegroups.com.
To post to this group, send email to altdotnetturkiye@googlegroups.com.
Visit this group at http://groups.google.com/group/altdotnetturkiye.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "altdotnetturkiye" group.
To unsubscribe from this group and stop receiving emails from it, send an email to altdotnetturki...@googlegroups.com.
To post to this group, send email to altdotne...@googlegroups.com.
Visit this group at http://groups.google.com/group/altdotnetturkiye.
For more options, visit https://groups.google.com/d/optout.
--İbrahim ATAYConsultant, PMI-ACP, NLP | Windows Azure Insiders
Blog : www.ibrahimatay.org | Twitter : @ibrahim_atay | Linkedin : @ibrahimatay