By tag: ServerControls
0
kicks
Embed Resources (JavaScript, Images, etc) in ASP.NET Server Contros
One of the greatest difficulties when developing common web controls (either server or user controls) that we’ve come across in our development group is how to deal with client-side scripts and images. In ASP.NET 1.1 we have recently started using an HttpModule and compiled resource files, but ASP....
0
kicks
Custom ASP.NET Server Controls with Embedded JavaScript
This article discusses how JavaScript can be embedded in custom ASP.NET server controls and output efficiently. It provides a good introduction to using WebResource.axd, WebResourceAttribute and the ClientScriptManager.
0
kicks
Video: Binding Data to ASP.NET 2.0 Server Controls
This video tutorial demonstrates how data can be bound to ASP.NET server controls using the SqlDataSource. It covers using control parameters, how stored procedures or inline SQL statements can be used, and how controls can be embedded inside of other controls such as the DetailsView by using templ...