programmatically create a gridview
Tech-Archive recommends: Fix windows errors by optimizing your registry
I am learning ASP.NET. Try to create a gridview programmatically. More
precisely, I used to work with recordsets in traditional ASP. With a
recordset, I could display it in any tabular view I want. How do I do the
same in ASP.NET?
.
Relevant Pages
- Re: combining recordsets from different connections..
... To merge the display of two recordsets from different databases I would copy the two sets of data to a new recordset, created on the fly, then display that. ... Dim nStartColumn As Integer ... Dim rstNew As ADODB.Recordset ... (microsoft.public.vb.general.discussion) - Displaying recordsets
... I'm trying to display different recordsets as ... immediately to the right of then first recordset with the first rows ... How can I display that using ASP? ... (microsoft.public.inetserver.asp.general) - Re: Displaying recordsets
... The first idea would be to write a better query so there aren't n recordsets ... (Reverse address to reply.) ... "Steve Marciniak" wrote in message ... > recordsets (or columns to display). ... (microsoft.public.inetserver.asp.general) - Re: Populate Userform Listbox with Access values
... What kind of control, e.g. ComboBox, do you want to use on the ... UserForm to display the data from the Recordsets? ... (microsoft.public.excel.programming) - Re: find method problem
... Is objR!a numeric data type? ... Use a message box to display objR!right before you assign it to see ... recordsets have been properly opened. ... Can anyone give me a clue as to ... (comp.databases.ms-access) |
|