Gridview problem. Please help
(1 messages)
Date: 2 May 2007 07:28:18 -0700
Hi:
I am using a grid and having a problem with sorting. Below are my
code and change the header name at run time as below based on
language.If i don't change the header name it work. Can someone please
help me so that ...
|
grid cell has onclick but hand is not shown
(5 messages)
Date: Wed, 2 May 2007 08:41:18 -0500
I added an onclick event to a grid cell at bind time
e.Row.Cells[nFieldNum].Attributes.Add("onclick", "return
LaunchInfo('../DetailLocation.aspx')")
This works fine, but there is no indication that one can "click" on ...
|
having trouble with drag-n-drop of multiple items
(4 messages)
Date: Wed, 02 May 2007 06:28:50 -0700
I'm having trouble handling drag-n-drop of rows from a DataGridView.
The SelectionMode is FullRowSelect, so when I click, the whole row gets
selected, not just cells.
What I'd like to do is select rows 1, 3 and 5 (by ...
|
GridView - Problem with Table.Rows.Remove( )
(2 messages)
Date: Wed, 2 May 2007 17:31:17 +0600
Hi,
I have a gridview from which i want to remove gridviewrows onfly.
I remove the rows as follows:
Dim oTable as Table = CType(oGridViewRow.Parent, Table)
oTable.Rows.Remove(CType(oGridViewRow, TableRow))
Above removes ...
|
bug? cannot get value of cell on invisible column
(6 messages)
Date: Fri, 27 Apr 2007 12:44:27 -0500
This is strange - I have a grid with columns: id, authString, realName,
lastLogin, administrator, files_path_prefix
id is a primary key in sql table. I didn't want the id to show up when
clicking on gridview "edit" ...
|
Best Way to Access a Database
(8 messages)
Date: Fri, 27 Apr 2007 04:49:32 -0400
How would you recommend the best way to access a database? By 'best' I mean,
what solution would allow me to modify the data as much as possible, e.g.
layout on the web page etc. I know in ASP 3, going through the data and ...
|
sql build cmd uses [ and ] but I need "
(2 messages)
Date: Thu, 26 Apr 2007 17:19:58 -0500
Was wondering if there is some setting in VS2005 where it can build my sql
commands using that postgresql quote instead of brackets.
Createing a SqlDataSource and using this bible reference:
http://www.123aspx.com/redir ...
|
Data Grid
(2 messages)
Date: Thu, 26 Apr 2007 04:52:04 -0700
I need a grid which has the option of combo box and i should be able to add
rows at the run time.
Please advise.. ...
|
how can I order the list of selected items, in the way that they
appear in the DataGrid?
(1 messages)
Date: Wed, 25 Apr 2007 13:28:13 -0700
I'm relatively new to VB programming, so please excuse my ignorance.
I'm using a DataGridView control. You can only select entire rows, not
cells. The user can select multiple cells. I'm calling "SelectedRows" to
get ...
|
Gridview sorting problem
(1 messages)
Date: 25 Apr 2007 10:22:55 -0700
Hi:
I am using a grid and having a problem with sorting. Below are my
code and change the header name at run time as below based on
language.If i don't change the header name it work. Can someone please
help me so that ...
|
|
Paging prob: GridView and FormView together
(1 messages)
Date: Wed, 25 Apr 2007 09:45:09 -0700
Using a GridView with Paging on to show a list of items. Just set to 10
items per page. The FromView is setup to "sync" with the user's selection on
the GridView. When the user go to a page other than page 1 and selects ...
|
gridview sorting problem
(1 messages)
Date: 25 Apr 2007 08:29:12 -0700
Hi:
I am using a grid and having a problem with sorting. Below are my
code and change the header name at run time as below based on
language.If i don't change the header name it work. Can someone please
help me so that ...
|
Pass DataGrid Select to New Page Form View
(1 messages)
Date: 24 Apr 2007 19:47:30 -0700
I have a default.aspx I want to transfer the data to a new page Form
View on select
ASP.NET 2.0 VS.Net 2005 VB.Net
Protected Sub GridView1_SelectedIndexChanged(ByVal sender As
System.Object, ByVal e As System.EventArgs ...
|
Add newline to Gridview cell
(2 messages)
Date: Tue, 24 Apr 2007 15:02:21 -0700
I'm binding a Gridview to a DataTable. I want to display the Gridview cells
with multiline values. In populating the data for the DataTable, I use
Environment.Newline but the data doesn't display in Gridview as multiline:
newRow[myDataColumn ...
|
Extra line in GridView
(2 messages)
Date: Thu, 19 Apr 2007 10:59:25 -0700
Why am I am getting an extra line in GridView with the following text in the
1st column: "System.Web.UI.WebControls.TableRow"
Here's partial listing of my code:
...................
grid.DataSource = loadTable(ds ...
|
GridView rowdeleting - e.Values.Count = 0??
(2 messages)
Date: Mon, 16 Apr 2007 21:31:14 -0600
Hi,
I am using a GridView, no sql or objectdatasource. In the rowdeleting
event, the event arg e.Values.Count = 0, and the sender.Rows = 0, yet I have
3 rows and multiple non-key datavalues. Why would these values be ...
|
GridView Advice
(1 messages)
Date: Thu, 12 Apr 2007 03:31:17 -0700
Hi,
I am designing a ASP.NET 2.0 front end for a Excel like DataEntry Sheet
and am interested in getting some guidance on what design route to
take. I can handle the details but need to know how to decompose this
problem ...
|
Paging Problem
(1 messages)
Date: Wed, 11 Apr 2007 11:28:59 -0400
Framework 1.1
Datagrid with Paging ON, PageButtonCount = 30
Binding Recordset which produces 37 pages
1 2 3 4 5 .... 30 and then "..." to go to the next set of pages.
When clicking on "..." the grid displayes the following ...
|
DataGrid EditItemTemplate-- how to retrieve a DropDownList validator?
(5 messages)
Date: Tue, 10 Apr 2007 17:42:13 -0700
Hi everyone,
I have a DataGrid with several TemplateColumns. One of these columns has an
EditItemTemplate that contains an ASP.Net DropDownList. I'm catching this
DropDownList's SelectedIndexChanged event.
I also ...
|
Gridview & Validation Controls
(2 messages)
Date: Sun, 8 Apr 2007 19:25:22 -0700
How do I get the RegularExpressionValidator to work with a gridview during
an update? The error message displays briefly -- very briefly, you don't
even see it unless you are stepping through the code, but the update
continues ...
|