è basic, la traduzione a tecodice:Dim myId As String = "idMioOggetto" Dim tb As TextBox = DirectCast(Me.FindControl(myId), TextBox) If tb IsNot Nothing Then Response.Write(tb.Text) End If![]()
è basic, la traduzione a tecodice:Dim myId As String = "idMioOggetto" Dim tb As TextBox = DirectCast(Me.FindControl(myId), TextBox) If tb IsNot Nothing Then Response.Write(tb.Text) End If![]()
Pietro