| Thread | Last Post | Replies |
|
| Sorting and data | 05 Mar 2005 03:24 GMT | 1 |
I have a datagrid, which has sorting enabled. Now whenever I sort the datagrid, then the first few lines in the datagrid, doesnt show the data. I dont know whats happening. I know this is very less information, but maybe
|
| Default Paging | 05 Mar 2005 02:05 GMT | 15 |
Here is my problem: I have created a Database Lookup program for users to search the SQL Database for specific records. The program uses a SQL Stored Procedure with variables that the user
|
| CancelCommand Event Handler Not Firing | 05 Mar 2005 01:28 GMT | 4 |
I have an asp:DataGrid control with EnableViewState=False. I am calling DataBind on both the non-postback and the postback. I am persisting the state of the grid myself and restoring the state (selectedItem, editItem, sortCommand, etc.). Everything is working just fine EXCEPT the
|
| populating a datagrid from an array | 04 Mar 2005 03:04 GMT | 1 |
Here is the situation: I have a datagrid that is being populated from a database, with anywhere from 1 to 3 columns showing depending on how many serving sizes are selected. The grid is fixed in column widths. An array is
|
| Need some hints before starting to change a page | 04 Mar 2005 02:59 GMT | 1 |
I have got a page I need to improve as far as speed is concerned. This page is THE page of that website: where the classified ads are shown. So far it's written in "traditional" ASP and I want to speed up converting it in ASPX. Here is a screen shot of the page:
|
| Session variable | 04 Mar 2005 02:54 GMT | 1 |
Maybe somebody had the same problem. we are running under Windows 2003 with load balance for 2 web services and I started to have a problem with session variable. Some time is not available. Any idea why?
|
| Select button in datagrid | 04 Mar 2005 02:37 GMT | 9 |
I have created a datagrid with a select button so that a user can select a particular row. I did this by setting the CommandName="select". And everything works fine. I now want to a add a second button that first selects the row clicked and then performs a second task with ...
|
| Embedded DropDownList in column. | 03 Mar 2005 21:46 GMT | 1 |
I am using Visual Studio 2003 with VB.NET and I have bought 3 books and surfed several web sites which claim how to define and bind an embedded dropdownlist in a datagrid for ASP.NET. None of them include the full working code and I am having a hard time firing the function which ...
|
| 2 Performance Questions | 03 Mar 2005 18:53 GMT | 3 |
1. I have a nested datagrid. When one clicks the "down arrow" on a parent grid record, the nested grid drops down. If you've done this before, you know what I mean. My question: from my perspective, all I am doing when the "down arrow" is clicked is making a column in the
|
| Background of datagrid | 03 Mar 2005 18:06 GMT | 3 |
Aplogise my english, im a spanish speaker. Ive got a dataGrid where one their columns is a bit type. I would like where one of this columns was true, the background color change to red color. I tried to do this, but no way...
|
| moving data from a page to an other page | 03 Mar 2005 14:58 GMT | 5 |
i have problem in moving data from a page which is a child page where a datagrid is present and on each row there are a check box and a prent page with a textbox i want to get the data inside the row check into the textbox is there any tutorial somewhere which could help me ?
|
| Condition Edit Action | 02 Mar 2005 22:23 GMT | 4 |
Hi - I am trying to use the EditCommand Column in a datagrid in such a way as to display the column's edit command ONLY when the user who entered the row is the one viewing the datagrid. I created a function to check for this event. I just can't figure out what the conditional
|
| dataView | 02 Mar 2005 21:31 GMT | 2 |
Hello .net expert, I've made a litle reserch function which allow the user to find a client by name or phone number (both are string format) . Even if I know the value exist, the datagrid return me nothing.
|
| e.Item.DataItem | 02 Mar 2005 20:18 GMT | 9 |
I need to pass e.item.dataitem to my user control, from the ItemCommand method. But each time I do this, I get the following error: Object variable or With block variable not set.
|
| recursive relation in datagrid | 02 Mar 2005 15:07 GMT | 1 |
I have a table with this structure itemID naam image
|