By tag: aspnetlibrary
0
kicks
Reference files with relative paths
An example of how to reference files based on the root path of the application.
0
kicks
Using Generics to create a property list
An example of how the System.Collections.Generic namespace can allow us to create a Property which can be added to, referred to by index and also iterated.Socialize it
0
kicks
Using CLR to access .NET functions in SQL Server
An example of how we can create a function in .NET and then use them in SQL Server.Socialize it
0
kicks
Drawing images and bar charts with System.Drawing
An example of how we can create an image and even bar charts by using the System.Drawing namespace.
0
kicks
Add paging to a repeater
An example of how we can add paging to a repeater control by using a PagedDataSource.
0
kicks
Display Version Information
An example of how we can use an AssemblyInfo file to show version information on our page
0
kicks
Add a total row to a GridView
An example of how to create a re-usable function to add a total row to a GridView
0
kicks
Retrieve data from a web page
An example of how we can make a request to a web page and retrieve the resulting HTML
0
kicks
Use Response.Filter to intercept your HTML
You can use Response.Filter to get a reference to the final HTML that will be sent to the client