Torna al Thread

if typeof sender is radioButton then if ctype(sender, RadioButton).Checked = True Then if ctype(sender, RadioButton).Name.Equals("RadioButton1", StringComparison.InvariantCultureIgnoreCase) then .... .... else if ctype(sender, RadioButton).Name.Equals("RadioButton2", StringComparison.InvariantCultureIgnoreCase) then .... .... else if ctype(sender, RadioButton).Name.Equals("RadioButton3", StringComparison.InvariantCultureIgnoreCase) then .... .... end if end if end if
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5