View Single Post
Join Date: Sep 2007
Posts: 10
Reputation: vimalfor5 is an unknown quantity at this point 
Solved Threads: 1
vimalfor5 vimalfor5 is offline Offline
Newbie Poster

Re: Dynamic Server Control event handling

 
0
  #3
Nov 24th, 2008
Hi Serkan,

The code structure is like
PageLoad -> above method ->

  1. protected void Text_Changed(object sender,EventArgs e)
  2. {
  3. TextBox t1 =null;
  4. t1 = (TextBox)sender;
  5. ......
  6. ......
  7. }
Last edited by vimalfor5; Nov 24th, 2008 at 5:32 pm.
Reply With Quote