Datagrid e.SortExpression is wrong
9 Jun 2006 10:46:42 -0700
I have a Datagrid with the first 4 columns as blank and without a Sort
Expression set. The remaining columns have the Sort Expression set.
The page stores a ViewState variable named "CurrentSort", that contains
the sort expression the user last selected. When the page is initially
loaded, this value is set ...
|
add a new row with totals - gridview
Fri, 9 Jun 2006 11:01:30 -0400
have a gridview where I need to add totals for each grouped data,
example
my grid looks like this
Sales 2006:
BMW 100
Lexus 75
Mercedes 70
Total Sales: 245
Sales 2005:
BMW 90
Lexus 40
...
|
User Conformation On datagrid update command
9 Jun 2006 07:07:29 -0700
Dear all i want to call javascript function for asking user to conform
about specific action
i am writting following code but when i am click on update & cancel
same function is called
so please tell me solution behind them.
i want to call java script function on only update button
public void SetUpCl ...
|
ASp.net data binding: Master-detail-detail
Fri, 09 Jun 2006 13:41:02 +0200
Hi group :-)
Hope i'm in the right group here even though i'm not using the datagrid.
I have managed to create a page with three drop-downs.
Each is bound to a SqlDataSource. The 2.level data source is filtered
using a WHERE clause that takes the top level selection as input. The 3.
level is filtered on t ...
|
Showing Images On DataGrid Column
Thu, 8 Jun 2006 23:09:47 +0300
I am developing a dating site and on this site, in search result page, I
wanna use a datagrid to show the people information
One of the column must show images of peoples,and these images will be
placed on a directory
How can I do ?
...
|
How do you save a dynamic datagrid to viewstate?
8 Jun 2006 08:40:46 -0700
Hello,
I have a datagrid on my aspx page without any column definitions.
<asp:datagrid id="dtgValues" style="Z-INDEX: 101; LEFT: 2px; POSITION:
relative" Runat="server" PageSize="10" AutoGenerateColumns="False">
I create the columns and the data dynamically in the code behind
depending on which table th ...
|
Postback does not maintain sort direction Image?
8 Jun 2006 07:50:30 -0700
Hi, All:
I dynamic add an arrow up/down image in OnItemDataBound event for my
datagrid, it works fine. But I have another textbox which trigger
postback and doing something, after this event get executed, I lost the
image but the datagrid maintain the same sort order. Should the
datagrid remain what it looks ...
|
|
|
How to Delete Items in a DataGrid Web Server Control
7 Jun 2006 12:02:47 -0700
In this walkthrough on "Allowing Users to Delete Items in a DataGrid
Web Server Control" at:
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/vbcon/html/vbtskallowinguserstodeleteitemsindatagridwebcontrol.htm
it leaves out some very important code. Here is what it gives you:
' Visual Basic
Private Sub ...
|
GridView and NextButtonClick
Wed, 7 Jun 2006 18:34:14 +0200
Hi guys,
I need your expertise on this, cause I can't figure it out why this is
happening.
I have a GridView with a lot of steps, but in step 3 I want to stay there
until I have all the information I need
(the user is adding the previuos houses for the latest 5 years, and until I
have all the houses for ...
|
gridview formatting
Wed, 7 Jun 2006 11:27:02 -0400
On my gridview I need to group the sales by year.
2000 - 2001 - 2002, etc is there a way to do this with using the gridview?
example:
sales for: 2000
data
blank row
sales for: 2001
data
blank row
now the data that is being pulled back to populate the grid is the year
...
|