want to load controls in aspx pg from the class file which is inherited
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
i have a function loadstring in a class file like Public Sub LoadStrings(ByVal ci As CultureInfo) Dim HylEdit As New HyperLink Dim BtnClear As New Button Dim BtnSave As New Button Dim HylView As New HyperLink i hav inherited tis class to a aspx page where i hav those controls like HylEdit, BtnClear, BtnSave, HylView i want to load those controls wit values tat i hav assigned to it