| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | For each row in a dataset bound to a datagrid, each row can differ by
MyType ( ie 1, 2, 3, . . . ).
for different MyType, I need to call different...
xzzy
|
06-19-2006 02:17 AM
Bhuva | 1 | 66 |
|  | Dear all,
I am using tree view control when i am click on nodes i want to find
whether my selected node is parent or child. so please help me how...
Santosh
|
06-18-2006 11:38 PM
AT | 1 | 46 |
|  | hi,
Can we pass Two different vales in a single command argument of a Datalist.
If Yes..How?
Thanks in Advance
Anuradha.
Anuradha
|
06-17-2006 10:58 AM
Teemu Keiski | 1 | 51 |
|  | Hi,
I have a web user control which includes a gridview and a sqldatasource. It
also has a property called TableName which is used to populate the...
Terence
|
06-16-2006 01:37 PM
Terence | 0 | 64 |
|  | Dear all,
I am using IE TreeView control. I want to display the pages with in
same iframe when i am click on each node of treeview control so...
Santosh
|
06-15-2006 04:55 AM
Santosh | 0 | 56 |
|  | Does anyone know how to alow a user to browse for files within a
datagrid?
DomNewbie
|
06-15-2006 04:37 AM
DomNewbie | 0 | 39 |
|  | Hi I have a nested datagrid event and I get the onItemCommand event to
fire correctly however the dataItem does not get re-created on...
Jeremy Martin
|
06-15-2006 01:32 AM
Jeremy Martin | 0 | 41 |
|  | I have three columns in a datagrid which are checkboxes. Each checkbox
is in an itemtemple in the template column of datagrid. I want to make
these...
xonet
|
06-14-2006 10:24 AM
Jan Hyde | 2 | 48 |
|  | Either way, the grid's data source and the original data will need to be
in-sync.
Either both have the new/edited data or both remain...
Water Cooler v2
|
06-13-2006 04:02 PM
Scott M. | 7 | 114 |
|  | 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 ...
John
|
06-13-2006 08:50 AM
Bruno Alexandre | 5 | 105 |
|  | dear all i am download treeview controll from
http://www.asp.net/ControlGallery/ControlDetail.aspx? but i don't know
how to use it with in a my page...
Santosh
|
06-13-2006 06:55 AM
Santosh | 2 | 49 |
|  | 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...
Coder
|
06-11-2006 01:31 PM
Bruno Alexandre | 2 | 108 |
|  | Hi
I disable the view state within my datagrids using the code below...
private void Page_PreRender(object sender, EventArgs e) {
foreach...
AT
|
06-11-2006 05:30 AM
AT | 0 | 49 |
|  | 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...
AT
|
06-09-2006 12:46 PM
AT | 0 | 43 |
|  | 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...
Frederik Borg
|
06-09-2006 06:41 AM
Frederik Borg | 0 | 40 |
|  | 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...
Bruno Alexandre
|
06-09-2006 03:16 AM
Bruno Alexandre | 2 | 66 |
|  | Hello,
I have a datagrid on my aspx page without any column definitions.
<asp:datagrid id="dtgValues" style="Z-INDEX: 101; LEFT: 2px;...
Burak Gunay
|
06-08-2006 10:40 AM
Burak Gunay | 0 | 51 |
|  | Hello,
I am populating the data from the DataView in my GridView. I want to
raise the SelectedIndexChanged Event or the RowCommand event when I...
Jay
|
06-08-2006 09:47 AM
PeterKellner | 1 | 114 |
|  | I have an ASP.net webform with a datagrid on it.
I can change the SQL select statement for the grid in code by putting
a statement like this in the...
tom c
|
06-08-2006 09:46 AM
PeterKellner | 1 | 52 |
|  | 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:...
John
|
06-08-2006 08:11 AM
Riki | 5 | 86 |
|  | In this walkthrough on "Allowing Users to Delete Items in a DataGrid
Web Server Control"...
tom c
|
06-08-2006 02:07 AM
Bruno Alexandre | 1 | 48 |
|  | Hi, All:
I have a datagrid with TemplateColumn as following:
<asp:TemplateColumn Visible="False" >
<ItemStyle...
rockdale
|
06-07-2006 08:31 AM
rockdale | 2 | 90 |
|  | I am creating DataGrid Dynamically on the fly and binding an empty one
column datatable through a DataView object
I would like to dynamically adjust...
SalamOnAltern
|
06-07-2006 02:56 AM
SalamOnAltern | 0 | 66 |
|  | I have a DataGrid that uses a DateTime coming back from the DB as its
DataKeyField, since that timestamp is the only unique ID I have for the
records...
Keith Patrick
|
06-06-2006 10:14 PM
Ken Cox [Microsoft MVP] | 1 | 53 |
|  | I have a class which extends DataControlField.
It works fine in my GridView when I manually edit the source to
reference it....
David Hutz
|
06-06-2006 09:26 AM
David Hutz | 0 | 49 |
|  | Hello everybody.
I have a DropDownList in my Datagrid.
The DropDownList is prepopulated with data.
I'm capturing the event OnItemDataBound, and as...
AT
|
06-06-2006 09:24 AM
DomNewbie | 3 | 76 |
|  | I have added a template column with a file field in the
EditItemTemplate. The ItemTemplate contains a databound label. I'm
wondering how best to not...
DomNewbie
|
06-06-2006 08:46 AM
DomNewbie | 0 | 51 |
|  | I have added custom template column as DropDownList. Now, I need an event -
when user select something an column (in the same row) should change...
John Smith
|
06-05-2006 08:25 AM
John Smith | 0 | 58 |
|  | Hii i am writting a code for adding a user records but i want to
activate required filed validator before displaying conform addition
messagebox
i...
Santosh
|
06-04-2006 07:08 PM
Scott M. | 1 | 61 |
|  | Hi all.
I have a DetailView where I have one column as a template column. In the
EditItemTemplate I changed the textbox to a dropdownlist which...
Marc Eggenberger
|
06-03-2006 12:27 PM
PeterKellner | 1 | 122 |
|  | Is there a recommended or enforced maximum # of columns in the 2.0 GridView?
I have a view with 32,000+ rows and 39 columns that I am displaying...
Mark Peacock
|
06-02-2006 06:43 PM
Bruno Alexandre | 1 | 59 |
|  | Hi, All
I have an datagrid with alternating color, I also want the back-color
of my textbox in ItemTemplate also appears alternating, how could I...
AT
|
06-02-2006 03:41 PM
AT | 1 | 52 |
|  | I have a couple of buttons on my screen that when we roll over them, they
get a slightly different image. How do I do that when I have a button in...
UJ
|
06-02-2006 07:09 AM
UJ | 2 | 52 |
|  | Your article helped me a lot.Thanks for that.
I have one doubt.If i am using template fields in the gridview then
how to go?
*** Sent via...
mou piya
|
06-02-2006 06:59 AM
mou piya | 0 | 76 |
|  | Hello,
I have create a master/detail using a GridView and a FormView. My
DataSource for the detailed FormView is linked to the GridView by...
Jeronimo Bertran
|
06-02-2006 01:36 AM
AT | 3 | 162 |
|  | I have a datagrid with a hyperlink column.
The code is :
<asp:HyperLinkField...
spp
|
06-01-2006 12:02 PM
Nathan Sokalski | 1 | 108 |
|  | Hi,
I would like to assign a value to a datagrid item using the column name
instead of using something like e.item.cell.text in...
gane
|
06-01-2006 10:48 AM
gane | 0 | 53 |
|  | I use a GridView on a page to display data that I'd like to update.
Is it possible to update the data in the db without using the Edit and
Update...
Henke
|
06-01-2006 09:55 AM
Brock Allen | 1 | 113 |
|  | Hi,
I have a Master Detail Detail DataGrid which is setup like a dynamic
score card. The user clicks on the score "DataCell" and it fires a...
Jeremy Martin
|
05-29-2006 09:53 AM
Jeremy Martin | 0 | 69 |
|  | Sorry for crossposting but I'm not sure which group is more active.
I am having problems getting a reference to a column in an
auto-generated...
AT
|
05-29-2006 05:32 AM
AT | 2 | 50 |
|  | I am using version 2.1 with 3 levels of grids. Everything seems to be
working just fine. I am wondering if there is a way to indent the
child grids...
AT
|
05-28-2006 09:08 AM
Alvin Bruney | 1 | 56 |
|  | I have a GridView being bound to a DataSet. But it does not seem to be
binding to the DefaultView of Table of the dataset. (If I set a Sort
property...
Lee Boozer
|
05-26-2006 02:45 PM
Lee Boozer | 0 | 74 |
|  | Create a Template column in datagrid and do the following
<Item template>
<img src='<%#DataBinder.Eval(Container,"DataItem.Path")%>' >
</item...
Boney.M.
|
05-26-2006 08:01 AM
Boney.M. | 0 | 70 |
|  | Hi,
I have a DG bound to a table, through a Dataset which has an image field.
JPEG images are stored in it. My question, how can I make the...
Salam
|
05-24-2006 02:49 AM
Salam | 2 | 61 |
|  | Hi there.
I try to do the following:
I have a SqlDataSource with a Select Command where I have a custom sql
query which selects me data from 4...
Marc Eggenberger
|
05-23-2006 10:02 AM
Brock Allen | 1 | 87 |
|  | i create a project.it contains 1 aspx page,1 class page.
here is code in class page :
public static System.Web.UI.WebControls.DataGrid...
Arvan
|
05-22-2006 01:12 AM
Arvan | 0 | 43 |
|  | Hi,
I have a task to display the records from the database table and update
all of them at the same time. I should display the first column in...
nate amt
|
05-21-2006 05:58 PM
anonymous | 2 | 68 |
|  | Hi,
I have a datagrid with say 10 columns and i need to have checkboxes
only in the header row...ie each column header must have a check box so
that...
rajeshpa
|
05-19-2006 01:17 PM
Brock Allen | 1 | 67 |
|  | I'm trying to create a gridview dynamically (in code from an
ObjectDataSource). When I create it in the aspx page and dynamically
add the datasource...
PeterKellner
|
05-19-2006 08:15 AM
PeterKellner | 2 | 171 |
|  | I have a template column in an asp.net datagrid that shows dates. In
Access, it's formatted as a date/time column with a short date format.
When it...
AT
|
05-19-2006 02:24 AM
Bruno Alexandre | 1 | 82 |