Guest User

Untitled

a guest
May 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <telerik:RadNumericTextBox ID="radTxb_CIF" runat="server"
  2. MaxLength="9" Width="150px" style="height: 22px">
  3.  
  4. protected void Page_Load(object sender, EventArgs e)
  5. {
  6. radTxb_CIF;
  7.  
  8. }
  9.  
  10. protected void Page_Load(object sender, EventArgs e)
  11. {
  12. radTxb_CIF.Text = myvalue; // sample assignment
  13.  
  14. }
Add Comment
Please, Sign In to add comment