all groups > asp.net datagrid control > july 2005 > threads for july 1 - 7, 2005
Filter by week: 1 2 3 4 5
Rowfilter in Visual Basic.Net
Posted by ahooi at 7/7/2005 12:14:07 AM
hi,
i face some problem in using rowfilter for visual basic.net. As i know
if the string contains either [ or ], then these two characters must b
escaped in square bracket like [[] or []]. for example, if the strin
is "hello[test]", then it must be written as "hello[[]test[]]". Now,
face the ... more >>
Stored Query and DATASETs don't get along ?
Posted by Lorenzo at 7/6/2005 11:30:11 AM
Hello there,
in my training in data access I am getting lost with somenthing maybe pretty
easy but I don't seem to find a way out.
I would like to bind some data that I get form a simple SELECT stored query
in access called sp_Leggi that looks like this
SELECT TOP 10 * FROM [Clienti];
... more >>
Highlight Row with Up/Down Arrow
Posted by Alan Z. Scharf at 7/6/2005 10:53:02 AM
I would like to highlight a datagrid row with the up/down movement of the
arrow keys.
I already have row highlight working with MouseOver.
Is there also a way to get highlighting to respond to an up/down event.
I have not been able to find anything on this via Google.
Thanks for any adv... more >>
e.CommandName Always = "Edit"
Posted by Scot at 7/6/2005 9:00:59 AM
I have dropped a DataGrid (.NET Framework 1.1) on a page, and using the VS
DataGrid Property Wizard, have added a button column with Edit, Update,
Cancel.
The grid displays correctly and when I click the Edit button, I get the
expected result of the Edit Command being triggered. My problem is... more >>
Invalid CurrentPageIndex value. It must be >= 0 and < the PageCoun
Posted by Juan G. at 7/5/2005 9:16:01 PM
I have a DataGrid in which I use paging, as well as Delete buttons. My
program works perfectly, except when I attempt to delete the only item on the
page; I have no trouble deleting an item when there are more than one item
on a page. For example, I have a list that is three pages long; there... more >>
How to display Crystal Report
Posted by Kamal Ahmed at 7/2/2005 12:00:00 AM
Hi all,
I dont know how to display a parameterized Crystal report in Asp.Net page...
e.g. I give input of Student Code range and then click on View to display
Crystal Report.
Could anyonw help me ??
... more >>
Loop through multiple Datagrids on page
Posted by chuckdfoster at 7/1/2005 10:32:28 AM
I have 4 datagrids (dg1, dg2, dg3, and dg4) on a webpage. I know how to
loop through the rows in each individual datagrid, but I need to loop
through all 4. Is there a way to loop through the controls on the page,
determine if it is a datagrid or not, then I can continue my loops? I have
... more >>
Note to Microsoft/MSDN
Posted by sysdesigner at 7/1/2005 6:28:03 AM
If you aren't going to answer the posts within 2 business days, then stop
promising such.
~sysdesigner... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Datagrid and color from CSS
Posted by robin9876 NO[at]SPAM hotmail.com at 7/1/2005 3:12:12 AM
Can the datagrid in Asp 1.1 be configured to use color definations
from a CSS file?
... more >>
|