Ask a Question related to ASP.NET General, Design and Development.
-
Ron #1
Incrementing Datagrid Value -- Simple Question
I have a Datagrid that is bound to a datasource. In the table, I have a
"Next" and a "Previous" button. When the user clicks either button, I want
to display the next or previous items. My question is this: How can I
increment/decrement the value that is being bound to the datagrid?
<a href='<%# DataBinder.Eval(Container.DataItem, "officeID",
"LeaseDetails.aspx?officeID={0}") %>
How can I increment the value for "officeID"?
Thanks,
Ron
Ron Guest
-
Simple dataProvider for dataGrid question
I have a question about accessing some values from an xmllist. I have a piece of xml that is returned from an httpservice that looks similar to... -
Need Simple Answer to Simple Contribute/Firefox question
Hello all; I've tried the Adobe help in CS3, tech support, phone support, this forum, other forums, Mozilla, and nowhere can I get a straight... -
labelFunction oddities in simple DataGrid application
Fumbling around with a simple dataGrid application I have run into some strange behavior. Rather than using the more verbose array form: ... -
How to create this simple DataGrid?
Hello, In an ASP.Net / VB page I created a dataSet named "catalogue". Each record has the following fields: ProductID - Unique ID of a... -
Simple SQL query to return data to datagrid.
I'm stumped. I can get the data adapter to fill with test results, but how do I tie it all together? I've got an adapter, a connection and a...



Reply With Quote

