all groups > asp.net datagrid control > august 2005 > threads for august 22 - 28, 2005
Filter by week: 1 2 3 4 5
Bound datatable + unbound column in datagrid
Posted by Gary Frank at 8/25/2005 9:01:22 AM
Is is possible to create an ASP.NET datagrid that mixes bound data
pulled from a database table with an unbound column created by the
program?
I would like to display several columns from an SQL Server database
table (table 1) in an ASP.NET datagrid control. I would also like to
display an a... more >>
Datagrid sort
Posted by Arne at 8/25/2005 5:40:21 AM
I have a datagrid that sorts. The sort doesn't seem to execute on my template
column. It only works on my bound columns.... more >>
Big DataGrid Update Problem-MVP Help Please????
Posted by steroche at 8/25/2005 4:47:06 AM
I would REALLY appreciate help please please please! Im sure it is
probably blindingly obvious to most of you but I am totally in the dark
here!I am lost - i thought i had finally figured out this dataSet
updating lark when i realised that i think i am right back at square
1!!!
Here's my scenar... more >>
FindControl Method always returns empty string!!!!!
Posted by steroche at 8/24/2005 5:12:08 PM
Hi guys - Can somebody please help me?
I'm a novice at all thisIve run into a serious stumbling block for the
last few hours now and its killing me!
I have a paged/sorted Datagrid setup and it works fine except for the
update method - i just cannot get it to work!
Now i keep getting the error :... more >>
Datagrid Cancle/update button calles delete command?
Posted by cjb NO[at]SPAM goldmancg.com at 8/24/2005 7:46:42 AM
Hi,
I'm trying to extend the DataGrid class, and I think I am getting my
wires crossed.
In the constructor I add my colums:
Public Sub New()
connectionString = "Provider=Microsoft.Jet.OLEDB.4.0; Ole DB
Services=-4; Data Source=" + HttpContext.Current.Server.MapPath(".\") +
"... more >>
HELP!DataGrid HyperLink Highlighting??
Posted by steroche at 8/24/2005 6:11:19 AM
I have a datagrid that passes values to one page to another - well it
actually loads up the same page again with the param passed in so i can
poplulate another datagrid from that parameter if you know what i mean.
My question is this: How can i make the datagrids' row highlight(like
the wa... more >>
DropDownList show the name of columns of dataGrid
Posted by dalbo at 8/24/2005 2:53:06 AM
Hello, I make a dataGrid and i like to show the name of the columns of the
dataGrid in a DropDownList. For example, if my dataGrid have three columns
called "NAME" "ADDRESS" "CITY" i like show "NAME" "ADDRESS" "CITY" in the
DropDownList.
Thanks David, and sorry for my poor english.... more >>
Databound Update(untyped dataset)
Posted by steroche at 8/23/2005 9:39:12 PM
I am trying to perform an update of a databound datagrid. I just cant
figue out how to update the rows and though. Every example i come
across either uses that example with the FindbyCategoryID method in a
typed dataset or uses a DataView which i dont think i want to do
either.
How do i get the... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Adding a href link to a column in a data grid
Posted by Vasantha peddireddy at 8/23/2005 10:30:16 AM
Hi,
I am trying to figure out how I can add a html link to a value (which is the
virtual path of a file) in the data grid column. I have code as below. Please
help!
<asp:DataGrid id="DataGrid1" BorderColor="black" BorderWidth="1"
CellPadding="3" AutoGenerateColumns="false"
runat=... more >>
Grids, dropdown, sql queries and extra spaces
Posted by eagle at 8/22/2005 2:26:14 PM
I have a sql query that combines 2 fields to end up as one, and binds to a
dropdown list in a grid. I want to add spaces into the qry so the fields
look like the are separate. But the drop down list seems to trim any extra
spaces, and it displays any html codes I put in there. Does anyone kn... more >>
Paging and sorting
Posted by Arne at 8/22/2005 8:40:23 AM
I have a datagrid that implements sorting. Once a click on a new page number,
my sort gets lost.
How can I combine sorting and paging?... more >>
Passing grid data from one page to another
Posted by Vasantha peddireddy at 8/22/2005 8:20:02 AM
I am posting a page to another page (form post). The data grid on the second
page is being populated with data. Now, on page load of the second page, I
would like to send the grid data on this page to the first page and populate
the grid on the first page with the same data on second page. Ple... more >>
|