haha, welcome to browser ajax handling. In most browsers, the "View Source" command will only show you the initial HTML source, not what has changed when an AJAX operation has been performed. If you need to run Javascript on this control, then I suggest you use the ClientID proerty in your code behind and construct your Javascript in the code behind. You can then register it on the page when necessary, but I can't remember the exact syntax for that.
On 30 Sep, 07:20, chandan <[EMAIL PROTECTED]> wrote: > Hi, > On Update panel there are two control Button and TextBox.On click on > Buttton I make visible true to textBox.TextBox shown on the page but > on source code ther is no any html code for this > textBox. > > How Browser render this control if there is no html code? > How can I get the source code of this control and java script code > associate with this control. > > Thanks, > Chandan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://cm.megasolutions.net/forums/default.aspx <p><a href="http://feeds.feedburner.com/DotNetDevelopment"><img src="http://feeds.feedburner.com/~fc/DotNetDevelopment?bg=99CCFF&fg=444444&anim=1" height="26" width="88" style="border:0" alt="" /></a></p> -~----------~----~----~----~------~----~------~--~---
