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     
Piggyback Scam? From Network Solutions (whois on the site mentioned in the email address): Domain ID:D106558818-LROR Domain...
Cowboy \(Gregory A. Beamer\)
03-25-2007 11:01 PM
Cowboy \(Gregory A. Beamer\) Go to last post
0 47
I have a row in a datagrid where when you edit it, a ddl has a list of possible values. All works fine except I can't figure out how to set the value...
Mufasa
03-22-2007 03:02 PM
Mufasa Go to last post
0 52
I have applications that I compile for different departments. All the departments are satisfied with one of the AutoFormat GridView themes, but not...
Greg Smith
03-22-2007 10:00 AM
Kevin Fernandes Go to last post
1 41
Hi, does anybody know of a good tutorial on using the ASP.Net GridView in vs2005? Any help is greatly appreciated.
Greg Smith
03-21-2007 08:40 AM
Tony Girgenti Go to last post
1 53
Hello. I posted this in the webcontrols forum and never got an answer, so i thought i'd ask it here since this forum seems to be more related to my...
Tony Girgenti
03-21-2007 07:46 AM
Tony Girgenti Go to last post
0 39
Hi. I have two template columns in a datagrid. Each of them as a DropDownlist. I need to bind some data in the second dropdownlist when the selection...
Danny
03-21-2007 02:41 AM
wilson Go to last post
3 47
Hello Developer..I m facing awith a problem.The problem is that i couldnot view the 11'th Page pages in data grid..So can anybody help me...........
kalita.pranjit@gmail.com
03-20-2007 02:55 AM
kalita.pranjit@gmail.com Go to last post
0 51
Hello Developer..I m facing awith a problem.The problem is that i couldnot view the 11'th Page pages in data grid..So can anybody help me...........
kalita.pranjit@gmail.com
03-20-2007 02:55 AM
kalita.pranjit@gmail.com Go to last post
0 34
Hi I need to create a table on a web page dynamicaly - during the page load, which will fire a server side event when a cell is clicked - giving the...
Tim Gee
03-19-2007 12:19 PM
Tim Gee Go to last post
0 34
I have a situation where a record will have a field where the person can select multiple values from the list and am looking for a way to have...
JB
03-16-2007 07:03 AM
JB Go to last post
0 53
I am working with a DataGrid (ASP.NET 2.0) that is set to AutoGenerateColumns="true". It is being populated from a DataSet. There is a column that...
Jerad Rose
03-14-2007 11:25 AM
Eliyahu Goldin Go to last post
7 65
Hi, I have a simple program that calculates invoices. The actual calculation happens in a web service (WS in the code). Since the web service takes...
Arvid
03-13-2007 03:54 AM
Arvid Go to last post
0 33
Hi there, Have a web page with SqlDataSource and GridView (.NET 2) that gets and displays data from database. The connection to the database is...
zp
03-12-2007 12:49 AM
zp Go to last post
1 53
Hello, I defined an object source with GetData(), Insert(Object object), Update (Object object), Delete(Object object). When I connected the...
alee via DotNetMonster.com
03-11-2007 12:53 AM
Pak Lui Go to last post
3 56
I have a gridview which need to filled by various data according to user's action. I want to format the dynamical displayed data. For example the...
nkw
03-11-2007 12:49 AM
Pak Lui Go to last post
3 47
I experimented inserting new rows in a table using a GridView (show footers, make all columns and commands into templatefields, add textboxes to...
bruno
03-10-2007 08:49 AM
Prabakar Samiyappan Go to last post
5 66
I need to add a new to the asp.net datagrid without using dataset .Since when we use dataset to add row it took more time to load the records when...
Prabakar Samiyappan
03-10-2007 08:29 AM
Prabakar Samiyappan Go to last post
0 41
Hi, I have scoured this user group for this answer to no avail. I am trying to get the Datatitem property of the DataGridItem in...
aamirghanchi@gmail.com
03-09-2007 04:38 PM
aamirghanchi@gmail.com Go to last post
1 44
Hi, I used a dropdown control bind to a datagrid. <EditItemTemplate> <asp:DropDownList ID="FldType_edit" Runat="server"...
yasodhai@gmail.com
03-09-2007 01:16 AM
yasodhai@gmail.com Go to last post
0 56
I am a newbie to ASP.NET and have a question about a button field I have added to a gridview. When you click on the button I want to update...
BW
03-08-2007 11:44 AM
Teemu Keiski Go to last post
1 39
Hi there, I have web application that uses GridView to display some data from Firebird database. Everything works fine on my development machine...
zp
03-07-2007 05:40 PM
zp Go to last post
2 44
So I am really familiar with Access and trying to duplicate the functionality on a web page (and didn't see a nice way to export my form from...
Edward B.
03-06-2007 07:08 PM
Alvin Bruney [MVP] Go to last post
1 51
How to improve perfomance of web application by avoiding serverside post back and serverside code? is it good to have more functionalities into...
Sushma Savekar
03-06-2007 06:19 AM
Eliyahu Goldin Go to last post
1 47
Hi, I have a requirment where i am adding dynamicall item template columns to a grid with all text boxes, it is showing me all cell in the grid...
Padmalochan Sahu
03-06-2007 05:38 AM
Sushma Savekar Go to last post
2 40
I have a new control, that basically wraps a UpdatePanel and a GridView - so I can use it as a webpart. I want to expose the Gridview designer for...
Sahil Haslani
03-05-2007 10:15 PM
Sahil Haslani Go to last post
0 37
I have a Requery() function for my data. I call it when !Page.IsPostback to fill the grid (so I set the DataSource and call DataBind manually). Now...
dev648237923
03-05-2007 01:35 AM
Steven Cheng[MSFT] Go to last post
5 53
I've got a asp.net 2.0 gridview with a list of orders. I want to add a column with a checkbox (simple enough) and make it so that when I click a...
archuleta37
03-02-2007 05:40 PM
archuleta37 Go to last post
3 96
how to update all the rows at a time in my datagrid column ...with out using Update statement................????
gayathri
03-02-2007 01:25 PM
Scott M. Go to last post
3 58
Hi all; This is my first time on here (followed the link on DataGridGirl's site). I'm fairly experienced, but this one has me about to pull my hair...
Thomas Kopp
03-01-2007 01:59 PM
Thomas Kopp Go to last post
0 50
Hi. I am using a template column in my datagrid that uses a multiline textbox (code follows) <asp:TemplateColumn...
Randel
02-28-2007 08:29 AM
Randel Go to last post
0 37
I have a standard Form View bound to a SQL Data Source with Edit/Update features enabled and it works well and fine.' I want to change the layout...
Bret
02-27-2007 04:42 PM
Bret Go to last post
0 43
Hi all I use datagrids bound to Objectdatasources in turn bound to datatables Every thing works Ok, but I'm curious on how it actually works. I...
AAJ
02-27-2007 05:32 AM
AAJ Go to last post
3 46
Hi, I am totally new to .NET datagrid. Just want to explore the possbility of datagrid. I am currently using Microsoft OWC to launch Excel over the...
julian.tklim@gmail.com
02-26-2007 06:31 PM
Alvin Bruney [MVP] Go to last post
3 54
Hi all, I have a datagrid with a dropdownlist and would like to have the dropdownlist display a database value correctly while the grid is in edit...
pleaseexplaintome@yahoo.com
02-26-2007 04:22 AM
Riki Go to last post
1 30
Hi Tyler, Have you tried above code? Could you please tell me the result on your side? Please feel free to let me know if there's anything I can...
Walter Wang [MSFT]
02-23-2007 01:56 AM
Walter Wang [MSFT] Go to last post
4 58
When editing I show a DropDownList. I want to show/hide a textbox next to that list if the user selects Other. I've tried many ways but I can get it...
dev648237923
02-22-2007 08:55 PM
Steven Cheng[MSFT] Go to last post
1 35
i have added a footer row in the gridview and a link button in the footer row for insertion of new row into the database. when i press new button,...
anil
02-20-2007 02:36 AM
anil Go to last post
0 40
when ever i m creating my dynamic gridview not by (asp:gridview). On the click of the link button its not displaying anything..and if i...
yogesh joshi
02-15-2007 03:33 PM
Teemu Keiski Go to last post
1 48
I have a page, where I need a gridview that contains a column with a checkbox. I am using an objectdatasource for the databind. I need to be able to...
Joel WZ
02-15-2007 11:53 AM
Joel WZ Go to last post
0 29
Hi to all.. I am new in asp.net 2.. I have a table with 3 fields. First name, Last Name, Description. I've created a GridView page to show list of...
pbarbalias
02-14-2007 03:36 PM
Bruno Alexandre Go to last post
1 35
hi, I developed one web application using visual studio 2005 and created one new webforms with datagrid control and set AllowPaging="true".But ...
Krishna
02-14-2007 02:32 PM
Bruno Alexandre Go to last post
1 40
Hi, I expect with this code to see the FormView in the browser but nothing appears (no error, no formview). I checked with variable 'x' and i know...
Cliff
02-14-2007 02:29 PM
Bruno Alexandre Go to last post
1 29
Hi, I want to limit the amount of data shown in a page coming from a database. Everything works except that I get the error: "Unable to cast object...
Chris
02-11-2007 08:27 AM
Alvin Bruney [MVP] Go to last post
4 46
In my gridview are the primary keys of the record that is being modified, and obviously I have them hidden. However, when I try to use the...
et
02-08-2007 11:21 PM
shekher Go to last post
3 44
Hi, i defined a datalist and a datasource like this: <asp:DataList ID="DataList1" runat="server"> ...... </asp:DataList> <asp:SqlDataSource...
Dan
02-08-2007 11:19 AM
Dan Go to last post
2 38
Hi, I want localize GridView Control What i have override to change default text in CommandField: Edit, Delete,Update... ? thanx
a
02-08-2007 06:39 AM
a Go to last post
2 39
I have a datagrid with a ButtonColumn whose values need to look...
jcpc48@gmail.com
02-07-2007 02:34 PM
jcpc48@gmail.com Go to last post
0 35
Hi, I try to implement paging with PagedDataSource but i get two different errors: with the line: "PageDataSource.DataSource = ds" i get the...
Chris
02-07-2007 09:54 AM
Chris Go to last post
0 39
Hi, i know how to use datareader in code-behind, e.g. like this: Dim oConnection As OleDbConnection Dim comd As OleDbCommand Dim dtreader As...
Casper
02-07-2007 03:52 AM
Casper Go to last post
4 41
I have a webpage I am working on which reads from an access DB using an access data source and populates a gridview. When I use the edit button to...
tbirg@bellatlantic.net
02-02-2007 03:15 PM
tbirg@bellatlantic.net Go to last post
0 37
Post New Thread

Display Options
Showing threads 151 to 200 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.