Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Jim Mitchell #1
How to find a record in a Datagrid with AllowPaging set to true.
I have a "Find" button that I want to use to locate the correct pageindex so
that my user can find a name in a datagrid of names.
I suppose that I could loop through every page in the datagrid and then loop
through every item, but this seems like it would be to slow for a datagrid
that could hold 1000 records.
Is there any kind of "FindPageIndex" method for the datagrid based on the
datakeyfield?
Thanks in advance.
Jim
Jim Mitchell Guest
-
Either BOF or EOF is True, or the current record hasbeen deleted. Requested operation requires a current record
Can anyone pls help? I am getting the following error when search my database. "ADODB.Field (0x800A0BCD Either BOF or EOF is True, or the... -
Problem creating custom header when datagrid AllowPaging=true
I have very strange problem with custom header. I create this in PreRender event, and if datagrid AllowPaging property is false, result looks like... -
Find record w/ conditions met in the same child record
I'll use 2 files to demonstrate my question. The first file is Animal. It has 4 fields. Id (serial number) ZooId (number) Name (text) Food... -
ADOXtra: find record
Does anyone know a good way to find a particular record in a recordset? I was hoping there would be something like rst.Seek(), but there isn't. ... -
Find Record
I have an unbound dialog form with three textboxes on it for the user to enter either a delivery date, a booking number or a breedercode(text). The...



Reply With Quote

