! CODEBANK 2012 !
İNDİRMEK&DETAYLI BİLGİ ALMAK İÇİN BURAYI TIKLAYINIZ.
ÖNEMLİ AÇIKLAMA: MUTLAKA OKUYUNUZ!
0 Üye ve 1 Ziyaretçi konuyu incelemekte.
<asp:Label runat="server" text='<%# baaslikyaz(DataBinder.Eval(Container.DataItem,"ALAN1")) %>' id="Label5"></asp:Label>
procedure Tprojem.tumunusec;vari:integer;row:GridViewRow;chk:CheckBox;beginfor i := 0 to mygridview.Rows.Count-1 dobeginrow:=mygridview.Rows[i];chk:=row.FindControl('sec') as CheckBox;if chk.Checked=False thenbeginchk.Checked:=True;end;end;end;