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 / April 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Where are the Update/Cancel buttons?06 Apr 2005 22:37 GMT2
I have a treeview. (Irrelevant).
In the target page I have a DataGrid populated with several data Items (a
SQL SP resultset as a DataTable.) and columns with Edit and Delete html
buttons.
SelectedIndexChanged propagates between Columns (?!)06 Apr 2005 15:59 GMT3
I have a DataGrid with two Template Columns - each contains a DropDownList.
Both DDLs are set to AutoPostBack and the first DropDownList has a
SelectedIndexChanged event handler attached to it.
Oddly enough, when I change the value of the _second_ DDL, when the PostBack
RadioButtonList within DataGrid06 Apr 2005 15:20 GMT1
I'm trying to make a datagrid with a RadioButtonList on each row:
<asp:TemplateColumn HeaderText="Action">
  <ItemTemplate>
    <asp:RadioButtonList runat="server">
I have no idea how to resolve this problem:06 Apr 2005 10:54 GMT1
Someone Please Help Me For Real.
<Script runat="server">
Public Overridable Sub Pop()
Dim I As Integer
Problems displaying items in datagrid05 Apr 2005 22:47 GMT4
I have the following problem when displaying a datagrid. One of the fields
of the database i am queryng has the ProductId which has spaces in it
(Product Id is in the form (xxx    xxxx   xxxx) but when I display it in
may browser (IE6) the spaces between the part the productId are ...
DataGrid Problem05 Apr 2005 16:42 GMT4
On my webform, I have placed a datagrid and underneath it some other
webfrom components such as textboxes and buttons.  The datagrid is
being populated at runtime and its size is not predefined (it can be
0,5,10,50,etc).
When do I assign a SelectedIndexChanged event handler for DropDownLists inside a DataGrid?04 Apr 2005 14:02 GMT3
Remember my data-bound DropDownList embedded in a TemplateColumn
inside a data-bound DataGrid?
<asp:DataGrid id="grdProducts" runat="server" DataSource="<%#
myPortfolio.Products %>"
Manipulating a DropDownList that is inside a TemplateColumn03 Apr 2005 14:32 GMT2
I have a data-bound DropDownList embedded in a TemplateColumn inside a
data-bound DataGrid, like so:
<asp:DataGrid id="grdProducts" runat="server" DataSource="<%#
myPortfolio.Products %>"
how to use check box in data grid01 Apr 2005 14:32 GMT1
hi all, please help me
I want to use check box in data grid for boolean value, let said about an
invoice record paid status. I've used TemplateColumn for this purpose.
<asp:datagrid id="dgrInvoices" runat=server>
newbie to datagrids01 Apr 2005 07:16 GMT2
I designed my datagrid as shown in the code below.  I also succeded to
load the data into it.
Now I have added a push button remove, but I don't know how to handle
the event.
Pages: 1 2 3 4 5 March, 2005
 
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.