| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | i have the same problem if the row count is less than page size, row height becomes bigger than before.
---
Posted via DotNetSlackers.com
cloudoversea
|
12-13-2006 10:28 PM
cloudoversea | 0 | 39 |
|  | Hello,
I'm new in programming with ASP.NET 2.0 and I have a problem with the
updating of the Grid View!
I have one GridView with a connection to a...
sebastian.buschdorf
|
12-12-2006 09:39 AM
sebastian.buschdorf | 1 | 51 |
|  | I have the code below to display and format a date column in a
GridView. This works when the GridView is in read mode. But when I
select Edit the...
stefanjohansson_2005@yahoo.se
|
12-12-2006 06:56 AM
stefanjohansson_2005@yahoo.se | 1 | 47 |
|  | Below is the code that I use
<asp:TemplateField>
<ControlStyle Height="75px" Width="75px" />
<ItemStyle Height="75px" Width="75px"...
Samuel Shulman
|
12-11-2006 12:39 PM
Samuel Shulman | 2 | 52 |
|  | Hi,
Following is the scenairio I have to deal with:
I have two grids Say A and B.
Grids A and B are both bound to the same DataSource via a...
Sugandh Jain
|
12-08-2006 08:02 AM
Sugandh Jain | 0 | 47 |
|  | Hello,
I'm trying to do something in a gridview that I've previously done in a
datagrid and can't figure out why it won't work here.
The code will...
mharness
|
12-07-2006 09:45 AM
mharness | 0 | 55 |
|  | I have a DataGridView control, and i would like to disable the ability to
resort data rows by clicking on a colum header. Could someone please...
Matthew Humphrey
|
12-07-2006 08:50 AM
IvanK@coherentsolutions.com | 3 | 76 |
|  | *** Sent via Developersdex http://www.developersdex.com ***
pavan kumar
|
12-07-2006 06:47 AM
pavan kumar | 0 | 40 |
|  | Is it possible to have more than 1 column in each row within the DataGrid
control (I don't need the column heading)
Thank you,
Samuel
Samuel Shulman
|
12-06-2006 12:31 PM
Samuel Shulman | 0 | 40 |
|  | Hi there,
I am struggling to create row layout in Datagrid. In case you dont
understand by what I mean, It is arranging columns in rows....like...
radha.selvaraj@uk.millwardbrown.com
|
12-06-2006 11:09 AM
radha.selvaraj@uk.millwardbrown.com | 0 | 47 |
|  | Hi I am writing a program that has the following structure:
YearlySemesterPlans (collection object that contains a collection...
lightsaberwiz@gmail.com
|
12-05-2006 03:26 AM
DomNewbie | 1 | 46 |
|  | I have 2 calendar controls which populate datefrom and a dateto textboxes.
From the date range I wish to populate a grid view from a SQL server...
ArtySin
|
12-01-2006 06:43 PM
ArtySin | 0 | 49 |
|  | Hi,
This should be dirt simple... but clearly I am missing something. I
have a GridView on an ASP Page. There are 5 fields on the page (2 of
which...
Greg
|
11-26-2006 01:49 PM
pblack9455 | 3 | 67 |
|  | I have a C# .NET 1.1 Winforms application.
My users can customize its datagrids: change column width, height, font,
colors etc.
I want that...
Andrus
|
11-26-2006 02:42 AM
Eliyahu Goldin | 1 | 46 |
|  | i have a datagrid within div tags. the datagrid displays details about
appointments past and present for current calendar month ordered by
date....
Kenny
|
11-24-2006 05:26 AM
Kenny | 1 | 59 |
|  | Hi,
I(Mrinalini Pande email:mrinalpande (AT) yahoo (DOT) com) am working in visual
Studio 2005 and want to create gridview dynamically with...
Mrinalini Pande
|
11-22-2006 11:34 PM
Mrinalini Pande | 0 | 54 |
|  | Hi,
I am working in visual Studio 2005 and want to create gridview
dynamically with hyperlink columns and when user click on the cell it
should give...
Mrinalini Pande
|
11-22-2006 11:33 PM
Mrinalini Pande | 0 | 46 |
|  | From my database query I get the following:
Text Number
Albert 12
Albert 14
Albert 16
Brian 20
Brian 21
Brian 22
Mathias
|
11-22-2006 08:44 AM
Eliyahu Goldin | 1 | 39 |
|  | I have a gridview and I call RowDataBound to change the backcolor of a cell
in the Status colomn based on the contents of a field.
I do that below by...
dev648237923
|
11-21-2006 09:41 AM
Cider | 3 | 49 |
|  | Hi,
I have a old ASP-page I´m updating to ASP.Net 2.0. In my old ASP-page I
generated a table, looping through my recordset.
For that amount of rows...
Robert Pettersson
|
11-20-2006 08:20 AM
Robert Pettersson | 0 | 44 |
|  | I do my updating in the code-behind (long story). I need an ID field in my
DtatGrid to pass to my Stored Proceedure but I do not want that column...
dev648237923
|
11-20-2006 12:02 AM
Steven Cheng[MSFT] | 2 | 47 |
|  | I want to have an alert to confirm deletes in the GridView. I have seen
posting for doing it in DataGrid but I can not get it to work in the...
dev648237923
|
11-19-2006 09:48 PM
Steven Cheng[MSFT] | 1 | 46 |
|  | I have GridView with several text columns and 2 buttons. How do I determine
which button on which row was clicked.
I am able to detect a button...
Yossi
|
11-17-2006 10:46 AM
Yossi | 1 | 55 |
|  | I just found an article that looks like it will work well for me...
http://www.codeproject.com/aspnet/GridViewConfirmDelete.asp
Thank...
dev648237923
|
11-17-2006 09:42 AM
dev648237923 | 0 | 44 |
|  | I have GridView with several text columns and 2 buttons. How do I determine
which button on which row was clicked.
I am able to detect a button...
Yossi
|
11-16-2006 07:48 PM
Yossi | 0 | 44 |
|  | I have a simple GridView. I need to do the Select and Edit in the code
behind because I have to change schema prefix in the sql statement...
dev648237923
|
11-16-2006 07:21 PM
Steven Cheng[MSFT] | 3 | 41 |
|  | hi,
hi a DetailsView i have a image display.
images i want to store in a seperate directory, but if a path is added to
Bind then update and delete...
Christian Schlemmer
|
11-14-2006 06:06 PM
Christian Schlemmer | 0 | 41 |
|  | I have a Gridview populated with a DataTable that I store in the Session.
I'm trying to sort the columns, but have only been able to get it...
ccshine via DotNetMonster.com
|
11-14-2006 04:52 PM
ccshine via DotNetMonster.com | 0 | 45 |
|  | Hello, and thank you in advance for any help you can provide. Our
solution was developed by a third party, but I am becoming more
familiar with the...
tim@eNardoni.com
|
11-13-2006 08:32 AM
tim@eNardoni.com | 0 | 35 |
|  | Hi,
I need the SelectedValue of a radiobuttonlist in a Javascript variable. The
radiobuttonlist is only used in a form for inputting data into a...
Arnold
|
11-12-2006 09:24 AM
Arnold | 3 | 48 |
|  | Hi everybody
I have a GridView control where my datasource is an ArrayList, I would like to be able to sort the grid, therefore I set the...
Martin Gregersen
|
11-10-2006 04:07 PM
mtadd | 1 | 56 |
|  | Hello, and thank you in advance for any help you can provide. Our
solution was developed by a third party, but I am becoming more
familiar with the...
tim@eNardoni.com
|
11-10-2006 02:53 PM
tim@eNardoni.com | 0 | 43 |
|  | Hi everyone,
I have a dropdown control in a DataList that for some reason "loses" its
index value during postback. I'm not quite sure why.
First,...
Steve Hershoff
|
11-10-2006 01:34 PM
Steve Hershoff | 0 | 46 |
|  | hi,
i have an extended Datagrid class, it does nice automatic things like
providing an excel export feature, sorting, paging etc.
i would like it to...
Tim_Mac
|
11-09-2006 10:23 AM
Tim_Mac | 5 | 47 |
|  | Hi folks,
When I click on a update or cancel button the wrong event is fired to
my RowCommand event handler.
My Gridview code (shown down under)...
Marco Liedekerken
|
11-08-2006 06:17 AM
Marco Liedekerken | 0 | 46 |
|  | Hi,
I get an error which says:
Item has already been added. Key in dictionary: 'MutaP_StartDate' Key
being added: 'MutaP_StartDate'
I have a...
Marco Liedekerken
|
11-07-2006 08:39 AM
Marco Liedekerken | 0 | 47 |
|  | Hi --
I have two gridviews -- one dependent on the other (ehen I select from
GridView1 then GridView2 populates).
Scenario:
-Select a row in...
dev648237923
|
11-06-2006 09:41 PM
Walter Wang [MSFT] | 1 | 44 |
|  | I'm using VS 2003, and need to extract the text from an asp label in my
code-behind file. The label is part of a DataList's ItemTemplate.
I've...
Steve Hershoff
|
11-06-2006 11:12 AM
Laurent Bugnion | 1 | 42 |
|  | I'm using ASP.NET 2.0. I created a table adapter using basic select,
insert, update, delete stored procedures. I created an object
datasource and...
Joe
|
11-03-2006 04:07 PM
Joe | 0 | 42 |
|  | I am looking for examples for populating a GridView in code.
I have a GridView that I want to show unbound when the form opens and then
filled...
Greg Smith
|
11-03-2006 10:00 AM
Greg Smith | 0 | 44 |
|  | how to create master detail relationship data entry (insert) form in asp.net
or windows application
k.sugumar
|
11-02-2006 10:29 AM
k.sugumar | 0 | 40 |
|  | I have a detailsview that is tied to a gridview. The gridview has a
buttonfield that causes the detalsview to display the selected record...
Reid
|
11-01-2006 02:18 PM
Reid | 0 | 53 |
|  | Hi,
In my gridview or datalist control, I know how to use the Eval or Bind
method to bind a control property to a data as follows:
<asp:HyperLink...
Nahom Tijnam
|
10-31-2006 04:49 PM
Scott M. | 13 | 1,144 |
|  | I just edited about 12 DataGrids on as many pages to update the look and feel
to current company standards. One thing I did was replace LinkButtons...
Dale
|
10-28-2006 12:57 PM
Dale | 2 | 44 |
|  | Hi,
I made programmatically 30 InsertItemTemplates for a detailsview in insert
mode for a websurvey. On the detailsview, i can see the 30 textboxes...
Cas
|
10-28-2006 10:06 AM
Cas | 0 | 36 |
|  | Hi,
I want to use a detailsview only for inserting data into a database (for a
survey). In order to check the inputted data, i need...
Cas
|
10-26-2006 10:57 AM
Cas | 3 | 40 |
|  | I have a DataGrid which uses a dataset as its source. I have it set to allow
paging and page length set at 9 rows, and page style set to numeric....
Brian Lowe
|
10-26-2006 07:11 AM
Brian Lowe | 2 | 50 |
|  | Hi all,
I tried to use a hyperlink field in a gridview and it did not work.
It just behaves like a normal boundfield. I included the name of...
Carlos
|
10-25-2006 08:59 PM
Ken Cox [Microsoft MVP] | 1 | 44 |
|  | Anybody here knows how to make reference to en emptydatatemplate control?
Lucas Hernandez
|
10-25-2006 10:26 AM
Lucas Hernandez | 0 | 58 |
|  | Hi,
I try ro insert programmatically data into 2 fields of a Access table from
a detailsview.
My problem is: when clicking on the 'insert' button,...
bob
|
10-23-2006 03:17 PM
Phil H | 1 | 58 |