Click here to Skip to main content
16,017,015 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when i add DLL and namespace label1(on which text has to be displayed) not coming.
Posted
Comments
Timberbird 6-Sep-11 6:09am    
And why should it arrive? What is label1?

1 solution

You're doing it wrong.

I know, my answer may seem vague, or even obtuse, but the quality of the question dictates the quality of the answer.
 
Share this answer
 
Comments
raj_sagoo 6-Sep-11 6:18am    
i have taken a label with id Label1 and i had made the DLL in which i have made the function to display "hello world" i have added the DLL ,add the namespace and create an object also,but Lable1.text on which i have to display the hello world.is not coming in intellisense,if i delete namespace MyClass1 then it is coming in intellisense.
Timberbird 6-Sep-11 6:27am    
Does Label1 have public modifier?
raj_sagoo 6-Sep-11 7:05am    
label1 is in default.aspx page .

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