Answered by:
Making a custom control in Asp.net3.5

Question
-
User-424425295 posted
Hi to all,
How can I make a custom control application in asp.net3.5
please help...
Thanks & Regards
Sumit
Monday, July 7, 2008 6:57 AM
Answers
-
User-125547262 posted
Please see this
http://msdn.microsoft.com/en-us/library/zt27tfhy.aspx
If you have developed controls in asp.net 2.0 then you are good to go
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, July 7, 2008 7:06 AM
All replies
-
User-125547262 posted
Please see this
http://msdn.microsoft.com/en-us/library/zt27tfhy.aspx
If you have developed controls in asp.net 2.0 then you are good to go
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, July 7, 2008 7:06 AM -
User481221548 posted
Hi Sumit
Like in ASP.NET 2.0.
Monday, July 7, 2008 7:38 AM -
User-424425295 posted
Ya I want to make the cusstom controls but using asp.net3.5 or WPFMonday, July 7, 2008 9:08 AM -
User-125547262 posted
Ya I want to make the cusstom controls but using asp.net3.5 or WPFWPF is different so is silverlight.The link I posted is applicable to asp.net 3.5
Monday, July 7, 2008 9:12 AM -
User-424425295 posted
I am not able to get the proper answer .......
plz help
Monday, July 7, 2008 10:29 AM -
User-125547262 posted
what exactly are you looking for? Is it a specific problem? do post some more details so that we can give you better pointers
Monday, July 7, 2008 10:30 AM -
User-1136466523 posted
Hi,
Ya I want to make the cusstom controls but using asp.net3.5 or WPFFor building custom controls in ASP.NET 3.5, please read the link which provided by Jeev, there are lots of step by step tutorials and sample guides that can help you. And please not that page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5.For creating custom server controls in WPF, please refer the followinglinks:
http://msdn.microsoft.com/en-us/magazine/cc163421.aspx
http://www.codeguru.com/cpp/data/data-misc/xml/article.php/c12521/Thanks.
Wednesday, July 9, 2008 10:53 PM