Home
EasyQuery at work

Search results

"tag:web"


Title and summary Date/time
1
Adding an inherited custom control into Visual Studio Toolbox
You may encounter a problem if you need to show the control in the Toolbox but to hide its ancestor...
Aug 22, 2008
8:15:00 PM
2
'could not be set on property' error in custom ASP.NET controls
This error message may occur at design time for your custom .NET control in case of using some complex (class) type in one of the control's properties. The most widespread reason of the error is an absence of type converter for property's class. But we ...
Aug 8, 2008
2:47:00 PM
3
ASP.NET AJAX support in custom controls
Will your custom ASP.NET control work with ASP.NET AJAX library correctly? What modifications in code you need to do that it can be placed inside UpdatePanel control?
Mar 15, 2008
11:40:00 AM