Category - WebUserControl
06 Oct 2017 06 Oct 2017 0 Comments  20899 Views
Here Mudassar Ahmed Khan has explained with an example, how to use multiple instances of same UserControl on one page with JavaScript in ASP.Net using C# and VB.Net.

When multiple instances of a UserControl are used on same page the JavaScript code present inside the UserControl is repeated and hence it leads to JavaScript errors, thus this article will provide solution on how this issue can be resolved.
06 Oct 2017 06 Oct 2017 0 Comments  23568 Views
Here Mudassar Ahmed Khan has explained with an example, how to find and access UserControl inside Repeater control in ASP.Net using C# and VB.Net.
05 Oct 2017 05 Oct 2017 0 Comments  20000 Views
Here Mudassar Ahmed Khan has explained with an example, how to find and get value of TextBox in UserControl i.e. WebUserControl (ASCX) from Parent Page (ASPX) using JavaScript in ASP.Net.
05 Oct 2017 05 Oct 2017 0 Comments  10500 Views
Here Mudassar Ahmed Khan has explained with an example, how to add multiple instances of same UserControl on Page in ASP.Net using C# and VB.Net.

The UserControl will be placed inside a Repeater control and its multiple instances will be added on the same Page in ASP.Net using C# and VB.Net.
04 Oct 2017 04 Oct 2017 0 Comments  11849 Views
Here Mudassar Ahmed Khan has explained with an example, how to populate (bind) UserControl inside Repeater control in ASP.Net using C# and VB.Net.

This article also explains how to pass data to UserControl and also find, access and get value from Web UserControl inside the Repeater control in ASP.Net using C# and VB.Net.
18 Dec 2013 18 Dec 2013 3 Comments  54471 Views
Here Mudassar Ahmed Khan has explained how to bind UserControl inside ASP.Net GridView control’s TemplateField ItemTemplate using C# and VB.Net.

He has also explained how to pass data to UserControl and also find, access and get value from Web UserControl inside GridView control.
04 Dec 2013 04 Dec 2013 1 Comments  19518 Views
Here Mudassar Ahmed Khan has explained how to bind custom WebUserControl inside ASP.Net GridView control’s TemplateField ItemTemplate using C# and VB.Net.

He has also explained how to pass data to WebUserControl and also find, access and get value from WebUserControl inside GridView control.