all groups > asp.net datagrid control > november 2004 > threads for november 8 - 14, 2004
Filter by week: 1 2 3 4 5
Handling Events Of DataGrid Template Item Controls - UNANSWERED
Posted by Scott M. at 11/14/2004 10:32:14 PM
If I place a checkbox control into a template column of a DataGrid, how do I
gain access to the CheckChanged event handler procedure that corresponds to
that control?
Thanks.
... more >>
setting focus to datagrid subcontrol
Posted by Bonj at 11/13/2004 3:30:52 PM
Hi
I've got an ASP.NET datagrid control, and in the footer, there is a series
of controls for typing in new values to add an item.
e.g.
<asp:DataGrid runat="Server".... >
<Columns>
...
<asp:TemplateColumn HeaderText="Name">
...
<FooterTemplate>
<asp:TextBox ID="txtNameAdd"... more >>
new datagrid's problem
Posted by a developer at 11/13/2004 12:04:01 AM
my table has total 3 columns like emp_id(primay key),emp_name emp_address
i m populating my datagrid at run time successfully .
now i add functionality of hotmail model(checkboxex) in it successfully
but for this i did enhanced simple datagrid's functionality and
add one template column and pl... more >>
Events of DataGrid child controls
Posted by Scott M. at 11/12/2004 7:14:24 PM
How do you access the event handlers for controls in Template columns of a
DataGrid?
... more >>
hardware arquitecture ASP.NET
Posted by smoncayo NO[at]SPAM gmail.com at 11/12/2004 5:19:21 PM
I have a question about hardware arquitecture for using in asp.net.
I dont know what kind of minimum requirements I need for using an
application client - server with ASP.NET , SQL SERVER and CRYSTAL
REPORTS.
Do you have some documentation?
Thanks a lot!!!!... more >>
No html source for datagrid
Posted by John Dalberg at 11/12/2004 10:34:19 AM
I posted this earlier but this time I am adding a url if you want to see
the datagrid. (Use start date of 11/10/2004). Basically I wanted to know
why IE doesn't show the html table in the source view for the datagrid
while all non-IE browsers show it?
http://www.jamsportland.com/ratesadmin/r... more >>
Background Image
Posted by Rod at 11/12/2004 8:35:42 AM
Hi!
I would like to insert an Image as background of mydatagrid.
The image will be inserted between rows as separator line.
Could anyone help me, please ?
Regards,
Antonio Grasso
... more >>
TextBox and DropDown in a Datagrid ItemTemplate
Posted by mudasir.ahmed NO[at]SPAM gmail.com at 11/12/2004 7:52:46 AM
Hi All,
I need help to solve this scenario. I have 2 columns on a datagrid.
Column1 Header is NAME Column2 Header is VALUE.
The VALUE column could be either a free TextBox or a DropDown with a
bunch of values to be selected. How can I implement this on a
Datagrid.
For instance.
NAME ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How can I databind to a DataGrid Column?
Posted by dominic NO[at]SPAM vitrasoft.com at 11/11/2004 7:22:34 PM
Why is there no databinding for the properties of a datagrid column?
I have a scenario where the FooterText property of a column is the
result of a function. How do I, or why can't I databind the value to
the property? I know I can set it on the code page, but if there is a
way to create a da... more >>
Do MSFT programmers hate Mozilla Firefox users? (Border problem).
Posted by Brian Binnerup at 11/11/2004 3:21:02 PM
Hi there.
I ran into something funny (well sort of, it's not funny when trying to make
a web application for more than one browser) ;-)
When using the datagrid control I set the cellspacing, cellpadding and
border to 0 in the asp:DataGrid tag, which also renders in the browser in
Interne... more >>
DataGrid controls
Posted by Bonj at 11/11/2004 7:30:01 AM
When handling the datagrid's OnEditCommand handler, the
DataGridCommandEventArgs has an Item property, which has a collection of
controls. One of these contains three subcontrols, the middle one (id 1 of 0,
1 and 2) of these subcontrols is the control (textbox) that contains the
value I want... more >>
Accessing Header DataGridItems?
Posted by GaryB at 11/10/2004 5:33:38 PM
The datagrid.items collection only appears to have data rows in it. for
Instance...
dim myItem ad dataGridItem
myItem = myGrid.Items(0)
returns the first data row of data.
How can I access the Headertext and footer text? The docs say ...
" A DataGridItem represents an item (row) in a ... more >>
Can't view datagrid html source in IE
Posted by John Dalberg at 11/10/2004 5:00:44 PM
I have a weird problem. I have a webpage that displays a datagrid with data
but when I use IE to view the html representation, the source has no table
source for the datagrid. I used Opera, Mozilla and Firefox and they showed
the html source for the datagrid just fine. I thought IE might be corru... more >>
EditCommandColumn makes my textboxes too big
Posted by loichate NO[at]SPAM euskalnet.net at 11/10/2004 4:20:46 AM
Hi all,
I've added an EditCommandColumn to my dinamically created Datagrid.
All works pretty well, events fire in the correct way and so on. My
problem is when I click the "Edit" link: All row is made editable for
me, but the textboxes are enormous, too big. As a consequence of those
strange ... more >>
C++ or VB? Thanks.
Posted by Miguel Dias Moura at 11/10/2004 12:51:18 AM
Hello,
i am working in ASP.Net / VB web sites. However i need to take a
decision so i can buy some books and start studing some subjects.
For Web: C++.net or VB.net?
For Aplications: C++ or VB?
What are the positive and negative things about each one?
What should i choose?
I was look... more >>
Dyanamic Datagrid .
Posted by mano4c NO[at]SPAM yahoo.com at 11/9/2004 4:18:01 AM
Hi all,
I have problem i asp.net . I have one asp.net page in that i have one
ComboBox and Datagrid . In the ComboBox im dipalying the table names on
selecting a table from the combo i want to fill the Datagrid.Then I would
like to provide the Edit, Update, and Add feature for the grid for an... more >>
Problem in Asp.Net DataGrid
Posted by mano4c NO[at]SPAM yahoo.com at 11/8/2004 10:50:01 PM
Hello,
I have problem i Asp.Net . I have one Asp.Net page in that i have one
ComboBox and Datagrid . In the ComboBox im dipalying the table names on
selecting a table from the combo i want to fill the Datagrid.Then I would
like to provide the Edit, Update, and Add feature for the grid for any... more >>
datagrid, paging and editcommand colum
Posted by venkat_chellam NO[at]SPAM yahoo.com at 11/8/2004 2:43:36 PM
I have a datagrid in my page which has one editcommandcolumn with
edit, update and cancel options. Paging is also enabled in my
datagrid. When viewing data the paging works fine but when move to
next page and then click edit link of the editcommand column for the
1st row,it doesn't make that ro... more >>
|