ASP.Net User Control -


I am trying to create an ASP.NET user control which has several objectadata of an object that I am in user control Need to enter I'm not sure how to pass the object data source though. Does anyone know this?

You can create an asset in user control and it can pass the repeater.

  Public class CustomUserControl {Personal repeater repeater; Receive Public ObjectDataSource Datasource { This.repeater.DataSource; } Set {this.repeater.DataSource = value; }}}  

Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -