HighTechTalks DotNet Forums  

Sponsored Links


ASP.net Data Grid Control microsoft.public.dotnet.framework.aspnet.datagridcontrol


Discuss in the ASP.net Data Grid Control forum.



Post New Thread
Threads in Forum : ASP.net Data Grid Control Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Greetings - I am working with a DataGrid, and am trying to set up a template column for a password field which is stored in a database. Basically,...
JW
05-16-2004 03:57 PM
JW Go to last post
1 19
I need change HeaderText of DataGrid in PreRender(). But it seems doesn't work. The code example like this: Protected Overrides Sub...
AT
05-16-2004 05:49 AM
Eliyahu Goldin Go to last post
7 15
Is there any way to specify in the Property Builder a data formatting expression that only accepts the left-most X-number of characters from...
Jeff Tolman
05-14-2004 09:46 PM
Scott Mitchell [MVP] Go to last post
1 17
Dear All, I am using VB.net It is found that the <asp:EditCommandColumn/> wouldn't fired an event for OnEditCommand If pushbutton has been...
angus
05-14-2004 05:51 AM
angus Go to last post
1 15
I am new to ASP.Net programming, and I'm trying to get my datagrid control to funtion as needed (with edit capabilities). Any help/advice would be...
DJONES
05-14-2004 05:41 AM
DJONES Go to last post
0 13
Hello, I have a datagrid as follows <asp:datagrid id="dtgIncomplete" Runat="server" OnPageIndexChanged="PageActiveRecords"...
AT
05-14-2004 12:17 AM
Saravana [MVP] Go to last post
2 13
Is there a way to show subtotals in the footer of a datagrid? How? Thanks, Shane
SStory
05-14-2004 12:11 AM
Saravana [MVP] Go to last post
3 16
I have SQL descriptions like this comm.CommandText = "SELECT ForumBaslik.Baslik, ForumBaslik.Soru,ForumBaslik.BaslikID,userTable.kulAd as Kul,...
x109
05-13-2004 03:35 PM
Ken Cox [Microsoft MVP] Go to last post
1 15
I have a grid control on a page that I copied from another page and modified. For some reason it seem my ItemData event never fires. I even put a...
HandA
05-13-2004 03:30 PM
Ken Cox [Microsoft MVP] Go to last post
5 13
(Type your message here) Hi, I have populated my DataGrid using a Dataset. My datagrid looks as Row1 Row2 ... ...
pappu gottu via .NET 247
05-13-2004 02:54 PM
pappu gottu via .NET 247 Go to last post
0 11
I have a datagrid that is AutoGenerateColumns from a SQL table. The problem I have is that one of the columns in each row contains a lot of data so...
Bishop
05-13-2004 01:05 PM
Bishop Go to last post
0 16
I 've been dealing with this problem for a while now. I have a datagrid in which one column is a template column, encompassing textboxes (1 hidden, 1...
Sal
05-13-2004 08:43 AM
Sal Go to last post
2 14
Hi, If I click on Select column from the datagrid, then I should be able to display information corresponding to a particular query based on that...
Arun
05-13-2004 07:30 AM
Ravikanth[MVP] Go to last post
1 13
I have set up a DataGrid with default paging. The DG ItemCommand works fine when user selects row by clicking on ButtonColumn (which fills in text...
AT
05-12-2004 07:17 PM
Scott Mitchell [MVP] Go to last post
1 16
All, I have created a footer template which I use to add a new entry via my datagrid. I also have an edit template to allow the user to edit a row...
AT
05-12-2004 03:56 PM
Leonardo Rodríguez Go to last post
5 11
How can I have the first row of the datagrid highlighted when the page loads? I have rows highlighting on mouseover, and doubleclick event, but i...
Mike
05-12-2004 10:19 AM
SoftLion Go to last post
1 21
Hi Is it possible to set the rowheight of the datagrid. I have a paging grid but if there is say 2 entries then the height of each row expands to...
Bull
05-12-2004 06:41 AM
Eliyahu Goldin Go to last post
3 15
What if columns are not boundColumns? "Teemu Keiski" <joteke (AT) aspalliance (DOT) com> escribió en el mensaje news:eQZRrOYDEHA.1604 (AT)...
Miguel Ramirez
05-11-2004 11:49 PM
Alvin Bruney [MVP] Go to last post
1 15
Using Visual Studio.net, I'm following the Microsoft Walkthrough located...
Mike Harris
05-11-2004 12:22 PM
Ken Cox [Microsoft MVP] Go to last post
1 17
Not sure whats wrong - i have this code working perfectly on another project -when i apply it to my current project i just cannot get select buttons...
mark
05-11-2004 12:01 PM
mark Go to last post
0 16
hi all, i have tried implementing custom paging using the example from 4 guys from rolla....however example doesnot work as desired.....i.e when...
anon
05-10-2004 03:38 PM
anon Go to last post
2 9
Hello, I have a problem with one datagrid and a CompareValidator : I have a datagrid, filled with textbox, and a button. I expect integer in my...
AT
05-10-2004 12:31 PM
AT Go to last post
0 11
We are getting a strange problem in exporting data grid to excel. We have a data grid in hand with basic data bounded to it and adding some summary...
Sudhakar
05-10-2004 09:35 AM
Alvin Bruney [MVP] Go to last post
1 16
You can the event ItemDataBound which uses System.Web.UI.WebControls.DataGridItemEventArgs based on logic in getting link u can use like...
Sudhakar Sadasivuni [MVP]
05-10-2004 07:08 AM
Sudhakar Sadasivuni [MVP] Go to last post
0 18
Hi, not sure if this would be the right place. Kinda new to .net, but have a task / exercise where we must use a datagrid, datalist etc (one of...
d[ - - ]b
05-10-2004 06:37 AM
d[ - - ]b Go to last post
3 19
hi, i saw an advert by www.smartertrader.net called print manager which used pdf's which maybe worth checking out "Elad Frid" <felad (AT) walla...
Ian Oldbury
05-10-2004 05:03 AM
Ian Oldbury Go to last post
0 14
Can anyone point me to a site or something on the datagrid? I'm looking to do something with the datagrid and not sure how to code for it. I...
Mike
05-09-2004 09:07 PM
Alvin Bruney [MVP] Go to last post
1 23
It appears that there are only 2 ways to get to a particular control in a DataGrid - either use the FindControl method or try to work your way...
AT
05-07-2004 05:37 PM
John Haasbeek Go to last post
2 16
I am having difficulty getting Tablestyles to work on a datagrid. I have 2 datasets, 1 filled and the other not. The first contains customer, stock...
psibertrip
05-07-2004 12:57 PM
psibertrip Go to last post
0 18
Yes that is the problem. But it fails only if I set Pagesize to System.Int32.MaxValue. I tried setting Pagesize to 10000000 and it worked fine. Seems...
Spike
05-07-2004 08:17 AM
Alvin Bruney [MVP] Go to last post
10 25
Hi, is it possible to get a server-side event when the user clicks on a datagrid row? The user shouldn't be forced to click on a certain column...
PontiMax
05-07-2004 06:56 AM
PontiMax Go to last post
1 13
Hi, I got a query like this select longTitle, startDate, endDate, eventId, eventUrl from events I got a datagrid like this <asp:datagrid...
AT
05-07-2004 02:26 AM
Michael Tkachev Go to last post
1 18
Hello, I had a problem that the _EditCommand didn't fire when the event was created in the .vb code. I did like this: 1. I created a datagrid...
Roberto C
05-06-2004 08:55 PM
AT Go to last post
3 14
Sounds like you have it under control. ViewState is a bad idea for that amount of data, anyway - it bogs down whatever connection you have, as well...
Rick Spiewak
05-06-2004 07:17 PM
Rick Spiewak Go to last post
0 16
Is it possible to get a control by ID like that : void DataGrid1_ValidateEdit(object sender, DataGridCommandEventArgs e) { object obj =...
SoftLion
05-06-2004 03:36 PM
AT Go to last post
2 16
Hello, I'am experiencing that Asp.net can not handle sorting of datagrid when the number of items exceed a few thousands. Is anyone aware of this...
bredal Jensen
05-06-2004 01:51 PM
Benyamin Maengkom Go to last post
1 18
use this not textbox... www.eworldui.net (calendarpopup) "Nresh" <anonymous (AT) discussions (DOT) microsoft.com> wrote my javascript to test if...
Benyamin Maengkom
05-06-2004 01:46 PM
Benyamin Maengkom Go to last post
0 18
I just discovered that the datagrid does not display if the webform is in new mode. Let's say, for instance, that my datagrid is for contacts...
Mervin Williams
05-06-2004 12:58 PM
Mervin Williams Go to last post
2 18
Hello all, I have a problem in using the DataGrid. In my web form, i've put a <asp:button/> button, if it is clicked, a function will be called to...
angus
05-06-2004 12:08 AM
angus Go to last post
1 21
Ok. I think that what you should do is on the ItemCreated event of your grid, you hook the events, remeber to check the e.Item.ItemType to be Item...
Leonardo Rodríguez
05-05-2004 02:01 PM
Leonardo Rodríguez Go to last post
1 18
I have a DataGrid in an ASP.NET page that is the third of three nested controls (2 DataLists and the DataGrid). It uses relations in the DataSet and...
Allen Davis
05-05-2004 10:01 AM
Allen Davis Go to last post
3 14
Private Sub ItemCreated(ByVal Sender As Object, ByVal E As DataGridItemEventArgs) Handles Datagrid1.ItemCreated Select Case E.Item.ItemType Case...
Michael Tkachev
05-05-2004 09:46 AM
Benyamin Maengkom Go to last post
1 13
I have a datalist that show quantity price and some information in each row when user click oon checkbox it show in quantity 1 and calculate the...
mahsa
05-05-2004 02:31 AM
mahsa Go to last post
0 17
I googled for a solution to this and didn't find a clear one, so I thought I'd pass along what I ended up with. In the PreRender event of the...
AT
05-05-2004 01:55 AM
Saravana [MVP] Go to last post
2 7
hi, I have a problem with using ScrollBar.In my form there is a DataGrid which has a ScrollBar. When I add a new row to my DataSet , this ScrollBar...
Angelo
05-05-2004 01:51 AM
Saravana [MVP] Go to last post
1 15
hi I use the image in datalis <asp:Imag ImageUrl='<%#Server.MapPath(@"\images\roomscenes\"+DataBinder.Eval(Container.DataItem, "PartNo")+"_ss.jpg")...
mahsa
05-05-2004 01:29 AM
Michael Tkachev Go to last post
1 23
Table.AcceptChanges() throws DeletedRowInaccessibleException When I delete a row from my datagrid and then access the deleted rows with oTable =...
Fred Zolar
05-05-2004 01:23 AM
Michael Tkachev Go to last post
1 18
I need to make multiple datagrids dynamically from the codebehind. Can someone point me in the right direction to do this? -- Dave
DaveF
05-05-2004 01:20 AM
Michael Tkachev Go to last post
1 13
Can any one tell me if its possible to create a scrollable datagrid with fixed headers and variable column widths? I tried the fixed table headers...
AT
05-05-2004 12:27 AM
Saravana [MVP] Go to last post
2 18
You can do this during the ItemDataBound event. Use a template column, and ..FindControl to get to the hyperlink. Set the navigateurl property to...
Rick Spiewak
05-04-2004 11:05 PM
Rick Spiewak Go to last post
0 13
Post New Thread

Display Options
Showing threads 2701 to 2750 of 4083
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.