ASP.NET 1.0 and 1.1 BasicsASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hi everybody. I wonder how many methods exists to display access db records using asp.net? I only know a little about datagrid but i assume there are more methods. I be happy if some one list those other methods and when i need to use one over another method.Thank
You are talking controls? It depends upon the layout you want. You can use a repeater to customize the layout, or for a single list of entries, use a datalist.
quote:Originally posted by bmains
You are talking controls? It depends upon the layout you want. You can use a repeater to customize the layout, or for a single list of entries, use a datalist.
Brian
Thank u for u reply . Well i want display access recordsd in a table and add edit and delete buttons next to them and do not know how to do it!!