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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
DataGrid Select Button Event not fired21 Oct 2005 16:15 GMT1
i am creating datagrid , i have added button column in my datagrid ,but
the event for button column is not fired.
i have added buttoncolumn to datagrid as shown below:
ButtonColumn bs = new ButtonColumn();
my DataView won't sort21 Oct 2005 02:53 GMT1
When I set the Sort on a DataView, it is ignored, and I can't figure out
why.  I'm using vb.net.
After I successfully populate the DataView, I set the Sort on a String
column, but it doesn't happen, and consequently my datagrid which is bound
Problem connecting to Oracle database19 Oct 2005 15:01 GMT1
Hi all...
I have an ASP.NET application where I placed a DataSource control connected
to an Oracle 7.3.4 database using MSDAORA provider.
When I configured the connection string I chose Oracle Database as the data
What to do about checkboxes?19 Oct 2005 11:42 GMT1
I have a grid with odds and ends of data, some of the fields are true/false
checkboxes.  The users don't like the fact that the checkboxes are
modifiable even when not in edit mode.
What does everyone else do about this?  Disable it?  change it to display
  and null fields in a datagrid19 Oct 2005 11:41 GMT1
in the itemDatabound event of a datagrid, both null fields and blank string
come through as   in the e.items.cells field.  Is there anyway to tell
them apart?
Thanks,
GridView reload for the updated records.19 Oct 2005 09:29 GMT2
Is there any way that I can call a vb function from Javascript .........
Scenario
I have a search which shows output in a gridview. I have one Select
commandButton which opens a pop-up window using showModalDialog()
Create User Controls dynamically19 Oct 2005 09:27 GMT2
Howdy,
I have a user control that needs to be displayed X amount of times on one
page. How is this done? I was thinking of putting it into a datagrid, which
would work, but is there a better way?
datagrid checkbox list edit item not working19 Oct 2005 04:39 GMT1
I am using asp template columns.  I display box values from a lookup table.  
The datagrid displays field "bookid" and the checkbox displays "category"
field for the book.  The category field is a string concatenation of category
values such as CT,MR,NM or just CT
plz give me this code in C#18 Oct 2005 06:02 GMT2
hi friends,
           thanks for helping in my previous problem.could anyone take this
site as and give the c# code for the concerned related requirement.i am
getting lot of errors.
Define a filter based on record value17 Oct 2005 23:18 GMT1
I have a datagrid with two columns visible, both being dropdown boxes linked
to other tables.
Is it possible to filter the datasource of the second column, based on the
value chosen in the first column?
DataAdapter question17 Oct 2005 23:16 GMT1
I'm using ADO style.  I have an Access database with four tables that I will
want to do queries on. I will want to do queries on all four tables, at
least individually, and possibly at the same time (using "INNER JOIN").  My
question: Is it better to have four individual ...
Number of rows in a datagrid16 Oct 2005 23:44 GMT5
I discovered the hard way that the property "VisibleRowCount" of a datagrid
is ONLY that, the number of visible rows, NOT the number of populated rows in
the datagrid.
I need the number of populated rows (i.e. the number of records the user has
Fixing Column Widths Permanently14 Oct 2005 17:39 GMT1
I have a datagrid that I'm using to show a list of hierarchical data,
much like a tree-view.  I won't go into the detail, suffice to say that
the reason I'm doing this is because of the poor quality of the data
(imported from a legacy system) and the manner in which the database
datagrid can't get value to do insert14 Oct 2005 10:10 GMT2
I am trying to get the value out of a datagrid please help
Getting error
Object reference not set to an instance of an object.
at line
DATAtable basics..? 13 Oct 2005 18:45 GMT1
I have created a datatable as mydatatable and pointed that table to gridview...AM I CORRECT below..
---------------------------------
DataTable myDatatable=new DataTable("ParentTable");
DataColumn myDataColumn=new DataColumn();
Pages: 1 2 3 4 September, 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.