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 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Databinding array of custom classes to DataGrid28 Apr 2004 09:00 GMT6
I can't seem to bind an array of custom classes to my DataGrid.  I get the following error
"A field or property with the name 'dcAbbreviation' was not found on the selected datasource:
This seems like it should be simple as falling off a log, but I can't find it.  I also can't seem ...
questions about datagrid28 Apr 2004 08:14 GMT14
1. how to disable "show navigations button" by program?
2. how to set position/location (top and left corner) of datagrid by
program?
Enter key in datagrid28 Apr 2004 03:05 GMT3
I know this is probably a 101-type question, and I've dealt with it using
client script blocks before, but I'm curious about what the best way to
handle the enter key is.. (i.e., to handle it when it generates a postback).
In my particularly frustrating situation, I have a ...
Datagrid Setting Focus and "ontextchanged"28 Apr 2004 01:52 GMT11
I am trying to add records to a dataset using the footer of datagrid.
That works fine.
Additional functionality I am having a hard time with is performing a
query based on the text entered in the first textbox of the footer.  I
Datagrid disappearing on Edit, Update, or Cancel27 Apr 2004 16:52 GMT3
I had an application developed on asp.net 1.0.  I recently moved the application to 2003 server and asp.net 1.1.  The application loads fine, but everytime you click the edit button the grid, the grid disappears.
       dg1.EditItemIndex = e.Item.ItemInde
       Dim ponum As ...
onMouseOver26 Apr 2004 19:13 GMT1
I have a datagrid that has a particular cell that holds an HTML table
that in turn holds 10 text boxes. I would like (if possible) for when
the users mouse rolls over this particular cell for the cell to expand
displaying the HTML table and the text boxes it contains.
Which cell was clicked26 Apr 2004 17:50 GMT1
I would like to create a postBack when user click on the cell:
In my dataGrid, I put the button column:
<asp:buttoncolumn visible="false" commandname="Select"></asp:buttoncolumn>
Then on ItemDataBound, I add :
postback weirdness26 Apr 2004 17:25 GMT1
i have a textbox within a grid and it postsback on textchanged event.
i also have an image button on the page.
however if the user changes the content of the textbox and presses return to
action it, the textchanged event fires and then the pressing of return fires
Column Header26 Apr 2004 17:14 GMT1
I have a web form with a datagrid. The datagrid has 5 columns. In design
mode each column has header text. I defined the header text, data source,
etc in property builder. I have also verified my settings in html mode.
Everything looks great.
DataGrid disappears on UpdateCommand26 Apr 2004 16:53 GMT4
I'm using a DataGrid with dynmically created colums.
(AutoGenerateColumns=false)
I call the DataGrid creation and data binding if !IsPostBack in Page_Load.
By clicking on Update my DataGrid disappears.
Display Dynamic hyperlink in the Datagrid26 Apr 2004 12:12 GMT1
I have a datagrid which is populated with the values from the database and has a column named Description. According to value of Description, the text of the Description is to be changed to hyperlink.
eg. If its value is XX --- then display hyperlink for this value alone in the ...
Reset DataGrid26 Apr 2004 03:41 GMT3
I have a datagrid on a form that I populate
with the following:
DS.Clear()
DA.Fill(DS,myTable)
Can grouping be done with datagrid25 Apr 2004 17:01 GMT2
I have a column called customer in a grid of users.  I would like to display
the name of the customer in the first column only if the name customer
changes.  Is that possible with a datagrid and how would I go about doing
that?
Please help me with this error in datagrid paging25 Apr 2004 16:59 GMT1
AllowCustomPaging must be true and VirtualItemCount must be set for a
DataGrid with ID DataGrid1 when AllowPaging is set to true and the selected
datasource does not implement ICollection.
I set AllowPaging = "True" and PageSize=10
Dataset and HTML25 Apr 2004 07:49 GMT6
I am writing a program with Datagrid bind to the dataset.
and the user allow to filter and do a criteria search on that datagrid.
so the Datagrid could be display any type of data anytime.( could be order
information, could be customer information or others - depend of what user
Pages: 1 2 3 4 5 6 7 March, 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.