netdevelooper Posted November 9, 2012 Report Posted November 9, 2012 what are user controls in asp.net?real time example?
ChampakDas Posted November 9, 2012 Report Posted November 9, 2012 No one can put it or explain as simple as this. http://msdn.microsoft.com/en-us/library/y6wb1a0e%28v=vs.100%29.aspx Read it if you have any doubt post it here.
dotnetrockz Posted November 9, 2012 Report Posted November 9, 2012 simple example take a website like google.com which has 100+ diffrent pages which user need to register(just for eXample purpose)..like google books,gmail,google latitude etc......instead of developing a new html in each page they can create a user control and refer that in a webpage........so ur just reusing the same componet in ur code multiple times...... how do u do that? whats the advantage of doing that? just google these quetsions [img]http://i50.tinypic.com/5xijap.png[/img]
netdevelooper Posted November 9, 2012 Author Report Posted November 9, 2012 [b] thank u @Nissan and @gatiskandis[/b]
Recommended Posts