all groups > asp.net datagrid control > december 2005 > threads for december 22 - 28, 2005
Filter by week: 1 2 3 4 5
Help me understand what is wrong (Data not showing)
Posted by Lorenzo at 12/28/2005 6:44:13 PM
Hello there I have somenthing pretty strange to me that I am trying to
understand but I seem to fail.
I have the following simple code that works fine in one scenario and give me
an hard time in another one. I have understood where the problem is but
there is a main concept that I am not g... more >>
Nested Datalist Controls
Posted by Darrin at 12/28/2005 11:55:03 AM
Greetings, I am trying to get the checkbox value from a nested datalist once
I press a button on my form (not within any of the datalist grids). I am
using asp.net 1.1/vb.net
The project I am working on provides users to register for a specific event
and also view all the sessions going on ... more >>
urgent going crazy data not getting sorted!
Posted by samir25 at 12/28/2005 12:01:51 AM
hi
here is a part of my datagrid itembound event where i calculate 2
columns and assign values to the columns
Dim fileBytes As Integer = (fi.Length / 1024)
Dim lastmodifeddt As Date = File.GetLastWriteTime(FilePath & filename)
lastmodifeddt = lastmodifeddt.Date
lbl.Text = fileBytes
lbl2.Tex... more >>
how to create datagrid control with vertical columns
Posted by saket at 12/27/2005 3:09:09 AM
hello frnd
if any one cud help me how wud i create gatagrid control with header fields alligned vertically..rather than horizontally(default
---
Posted using Wimdows.net Newsgroups - http://www.wimdows.net/newsgroups/... more >>
Retrieving hyperlink query string values
Posted by martinharvey via DotNetMonster.com at 12/25/2005 5:31:53 AM
This is probably a very simple question but i would appreciate some help
I want to retrieve the ProductID from the querystring
<asp:HyperLinkColumn Text="View Details"
DataNavigateUrlField="ProductID"
DataNavigateUrlFormatString="details.aspx?ProductID={0}"
/>
In ... more >>
NullReferenceException
Posted by mohit at 12/24/2005 8:10:41 AM
Hi all,
I am creating a web application on web matrix.I have a
datagrid.I have the following code :
DataTable dt=(DataTable)Session["DataGrid"];
DataRow dr = dt.NewRow();
DataView dv;
First it was giving correct result.After that I run the same code then
it is gi... more >>
Datagrid Paging Problem
Posted by martinharvey via DotNetMonster.com at 12/24/2005 7:35:24 AM
This is probably a simple question but i would appreciate some help.
I am trying to implement paging with a datagrid that also has a button that
allows the user to insert selected information into a datatable thus:
<asp:DataGrid id="dg" runat="server" ShowHeader="False"
AutoGenerateColumns="... more >>
Changing the with of an unbound datagrid
Posted by Kevin Humphreys at 12/22/2005 3:15:18 PM
Hi,
I have a basic datagrid. But I want to change the width of one of the
columns. The problem is all of the columns are the same width.
I am using an unbound datagrid being filled by a dataset.
Can you help?
Thanks In Advance,
Kevin.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|