Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / DataGrid / February 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Adding Columns to Datagrid Dynamically28 Feb 2004 21:33 GMT1
I have a webpage with three link buttons and a datagrid.
I would like to populate the same datagrid with different datasources by
clicking these link buttons, which means I need to be able to dynamically
add or delete columns to this datagrid through code.
DataKeys(Index): Scope issue27 Feb 2004 20:18 GMT1
I can access the dg's DataKeys values (table primary key values) from
events raised by objects outside of the dg.  For example, from a
Button1_Click, where the button is not in the dg, but elsewhere on the
page.  I cannot access the dg's DataKeys values from events raised by
Combobox inside DataGrid26 Feb 2004 22:41 GMT2
   Hi all, everybody knows where i can find samples to how create combobox
inside e datagrid,
    e how to populate it??
Update and Cancel events fire as Edit26 Feb 2004 22:21 GMT3
I have a datagrid that is created at run time
  DataGrid dgG = new DataGrid();
  BoundColumn bcB;
  dgG.CellPadding = 5;
Sorting and paging26 Feb 2004 21:34 GMT7
I have set up numerous datagrid controls and had a recurring problem with
the sorting and paging features.  They simply don't work and generate and
"error on page" every time.
Help?
TextArea26 Feb 2004 21:32 GMT1
Is it possible to create a TextArea Item Template inside a datagrid?  If so, how?
Datagrid is not refreshing after postback26 Feb 2004 19:04 GMT2
This problem shows up whenever I do any kind of update to the Access 2000
database - the update (delete, update, insert) works fine and the database
is updated, but the Datagrid does not reflect the changes until the page is
reloaded again.
Drag and Drop26 Feb 2004 17:47 GMT1
I am tring to implement Drag and Drop in my asp.net web-app, the idea is to
allow a user to Drag and Drop an Object/Image to any location on a form
(with a grid-background), and have the server store the usr selection. Is it
possible to do this purely in asp.net? (no Java). Any ...
DataGrid easy Edit-Update using ADO.NET/DataGrid functionality C#?26 Feb 2004 17:04 GMT1
Hi, so I am using built in Edit, Delete, Update i.e.
OnEditCommand="DataGrid1_Edit" OnUpdateCommand="DataGrid1_Update" with
handler
question below in regards to the actual update after edit
ItemDataBound event26 Feb 2004 07:28 GMT2
I see the following on MSDN:
The DataGrid control supports several events. One of them, the ItemCreated
event, gives you a way to customize the item-creation process. The
ItemDataBound event also gives you the ability to customize the DataGrid
open page externally when click on hyperlink inside datagrid26 Feb 2004 06:22 GMT1
Dear Friends
 I put a asp.net hyperlink control inside a datagrid as even a template
column or hyperlink column but can not force datagrid to open a new window
when I clicked on the hyperlink. I set the Target of Hyperlink to _top,
datagrid with no records - showing a line25 Feb 2004 21:45 GMT1
Using asp.net and a datagrid -
When there are no records returned from
the query - is there a way to add/insert
a line into the grid stating there is/are
Record set in ado.net25 Feb 2004 17:50 GMT1
What is the asp.net / ado.net equivalent to
if not rs.eof then
    while not rs.eof
        response.write rs("id")
Datagrid overlapping text below it25 Feb 2004 17:48 GMT1
I’ve asked this question few days ago.  However, I did not get a reply.  So, I thought may be I should rephrase my questions.  This is my question
Why is my datagrid overlapping any text that is bellowing it
In other words, I cannot have any links, texts, and/or images bellow my ...
Event on changing cell in the edit row ?25 Feb 2004 17:47 GMT1
Is there an event fired, when the focus in the edit row
changed from on cell to another ?
Martin Thole
Aachen, Germany
Pages: 1 2 3 4 5 6 January, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.