Click here to Skip to main content
15,895,782 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have this single web control setting some strings on labels at the page load event...
C#
protected void Page_Load(object sender, EventArgs e)
        {

            Label1.Text = "SomeText here";
        }


But this page Load event doesnt trigger... Whats the possible reason,,
I am at the starting position, and currently I have only one label on the page for testing...
This control is being used in DotnetNuke....
Posted
Comments
ZurdoDev 29-Aug-13 7:14am    
Is your web control actually on a page?
Yesudasan Moses 29-Aug-13 7:18am    
I have solved it... thank you...
I had to copy the build dll to the bin folder of dotnetnuke....
thatraja 10-Sep-13 10:37am    
Post the solution(with complete details) as answer here which could help others in future. Please.
Yesudasan Moses 15-Sep-13 3:19am    
okkk,, thanks

1 solution

Hi,

Thanks all,,, I get my mistake...
I had to copy the dll file of my project to the bin folder of dotnetnuke,,,
I forgot to do so,,,

Thanks for all your support :)
 
Share this answer
 
Comments
thatraja 7-Oct-13 14:22pm    
5! for your solution after my request

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900