I am using the code mentioned in this link I created dll using this code with .net 3.5 as target framework. i can go to toolbox add item and add this control.Now It will be available toolbox in visual studio. i can add this to frames and change the textbox border color also. But if i add this to a .net 2.0 target project then this control will not be visible(as the dll was build in .net 3.5).
So i build the dll by changing the .net framework target to 2.0 .Now i am able to add the control to toolbox in visual studio for a .net 2.0 target project.But if i add textbox using it then i am not able to change the border color.Also if i add the dll build in .net 2.0 target to a project of .net 3.5 same problem comes. But i want it to work on .net 2.0 targeted projects
So please help me on this
So i build the dll by changing the .net framework target to 2.0 .Now i am able to add the control to toolbox in visual studio for a .net 2.0 target project.But if i add textbox using it then i am not able to change the border color.Also if i add the dll build in .net 2.0 target to a project of .net 3.5 same problem comes. But i want it to work on .net 2.0 targeted projects
So please help me on this