Contents

Posts in microsoft.public.dotnet.framework.aspnet.datagridcontrol

 

sending an html email doesnt convert to html.  Replies (1) 24 October 2007
I'm trying to send an html email generated from text but when my email comes through I can see all of the html tags. The email is not being converted to html but coming through as plain text. Here...

 

Unable to start TSQL Debugging. Could not attach t ...  Replies (1) 24 October 2007
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. I get this error when I try to run a SQL Server Project with a CLR stored Pro...

 

DataView Borders  Replies (1) 21 October 2007
How is the border of the default dataview changed, or removed? The default dataview seems to have light gray left and top border with a darker gray right and bottom - even thought the borderstyle...

 

Steam KEYGEN 2655 [1/2]  Replies (1) 19 October 2007
lxvdocyioslprnxgejrgofkrolb...

 

=?Utf-8?Q?bo=C5=9Fver?=  Replies (1) 17 October 2007
gggggggg...

 

Fatloss computer program  Replies (1) 15 October 2007
I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your looking for a diet/weightloss plan i reccomend you...

 

HP Desktop for sale!  Replies (1) 14 October 2007
Hi, I have an unused HP Pavilion with the fallowing specs: # Processor: AMD Athlon 64 X2 4000+ (2.1GHz, 2000MT/s System Bus) # Memory: 2048MB PC2-5300 DDR2 SDRAM memory (2x1GB) (expandable to 8 G...

 

Watch NFL Games Online  Replies (1) 13 October 2007
Watch NFL Games Online! For every one who wants to watch the games online because they dont live in the teams town or are at work i found a site that has basically every game covered. Its perfect if ...

 

Why Does This Not Work?  Replies (7) 10 October 2007
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Dim sSQL As String = "SELECT * FROM tPlayers" Dim myAdapter As OleDbDataAdapter = New OleDbDataAdapter(sSQ...

 

Displaying datagrid hierarchy - Code Behind  Replies (1) 8 October 2007
I am trying to use the ASP.net datagrid to display hierarchical data. Most of the examples I have seen set up the datagrid using a combination of bound columns and itemtemplate columns in the .aspx ...

 

New Apple ipod nano  Replies (1) 7 October 2007
The new Apple iPod Nano is one of the coolest new gadgets released this year! Not only is the new nano smaller then the previous model, But it has video! the iPod nanos are very afford...

 

Datagrid default date format  Replies (1) 7 October 2007
Hi there, I have a small date formatting issue with the datagrid control. I have a page that dynamically binds results from a datatable. The number/names of columns and datatypes can vary. I us...

 

Controlstyle  Replies (2) 6 October 2007
I understand what FooterStyle, HeaderStyle and ItemStyle are (or think I do!), but what is ControlStyle? PWS...

 

How do I remove Datagrid Spacing?  Replies (1) 5 October 2007
I have a datagrid and I am filling one of the colums with images (that I am using for buttons). I have set the borders to zero and the cell spacing and padding to zero (or -1) but, when I display ...

 

Datalist SetRenderMethodDelegate  Replies (1) 3 October 2007
Hi I have an DataList control named DataList1. I have used the Prerender event like this: protected void DataList1_PreRender(object sender, EventArgs e) { RenderMethod rd = new RenderM...

 

DataGridControl and ExecuteReader  Replies (1) 28 September 2007
I am populating a grid using an ExecuteReader to retrieve the data from the database and then filling a List collection object and binding that to the grid using an ObjectDataSource. I have allow...

 

Displaying HeaderText when there are no records  Replies (1) 27 September 2007
I have a GridView Control with several BoundField Controls in the Columns section. When there are no records to display, I still want the HeaderText to display so that the user knows what they wil...

 

How is this possible?!  Replies (1) 26 September 2007
Hi, I have a asp.net 2.0 GridView in an Ajax Update panel with paging enabled. In the dropdown box users can select the grid's page size. My Gridview has 12 rows and the default pagesize is 10...

 

SqlDataSource1_Selected not always firing  Replies (1) 26 September 2007
SqlDataSource1.SelectCommand = sqlcmd; SqlDataSource1.DataBind(); The above fires off the SqlDataSource1_Selected just fine unless the "sqlcmd" is identical to the previous one. In addition, ...

 

Exporting Arabic data in GridView to Excel  Replies (1) 24 September 2007
I'm using this code to export a gridview containing arabic data to Excel: System.Web.HttpResponse Response = System.Web.HttpContext.Current.Response; Response.Clear(); Res...

 

VB DAL and Data Binding with Gridview Control  Replies (1) 18 September 2007
I'm sure this is a very simple and basic question for you guys so please be kind if I miss the obvious. :-) I am currently using a VB DAL that I downloaded from http://www.a1vbcode.com/app-3822...

 

Unable to retrieve schema - Divide by zero error e ...  Replies (1) 17 September 2007
Hi Has anybody ever come across this error when working with a DataView on ASP.NET 2.0? Here's the funny thing - the grid works fine. However, if I try to edit columns, I don't have the list...

 

GridView, DataSource, RowUpdating, e.OldValues and ...  Replies (1) 12 September 2007
Can anyone help please? I am also returning old data in my new data field. I'm using VB (instead of C#) I'm simply trying to post the updated data from one gridview cell: Am i missing something?...

 

How to retrive value that is invisible in gridview  Replies (5) 5 September 2007
I can retrieve the value from gridview but i cann't if the value is invisible in gridview. If i read the value that is hidden i got the value null. I don't know why. if someone know, please let me k...

 

Repeat Column - use as many as can fit.  Replies (1) 4 September 2007
Is there a way in a datalist to have it auto calculate the number of columns to put in? In other words, if it can fit 3 columns without wrapping, do that. If only 2 would fit, do two..... TIA -...

 

dropdownlist, textbox in datagrid on dropdownlist_ ...  Replies (1) 3 September 2007
Hi I'm using vs.net 2003. I have a dropdownlist inside a datagrid. I would like to be able to select a value from the dropdownlist and then have a textbox which is also inside the datagrid filled ...

 

Edit works, but text box i row is too small  Replies (1) 29 August 2007
I have been using the "Edit" command button in a gridview to edit fields in a table. On field, Description, is a variable character string and it only shows up in a single un-wrapped text box (as...

 

GridView Edit and Update Problems  Replies (1) 28 August 2007
Hi, I got some problems with my asp.net 2.0 code, it doesn't save the new value when i update the edited row... please help... thanks ========================== ...

 

problema con control Personalizado  Replies (1) 22 August 2007
This is a multi-part message in MIME format. ------=_NextPart_000_002E_01C7E4B1.B795F170 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hola.=20 ...

 

Row edit fails to recognize new values  Replies (2) 21 August 2007
I am having a problem with the grid view control. When i edit a row the new values placed into the text boxes are not passed as a new values when the update event occurs. I am stumped...any su...

 

problem ordering buttons vertically in cell  Replies (2) 16 August 2007
In one cell of a datagridview I want to put two buttons. I got this to work easily using thisButton = new HtmlButton(); e.Row.Cells[5].Controls.Add(thisButton); thisButton = new HtmlButton(); e...

 

Hiding blank rows in a datagrid  Replies (1) 15 August 2007
Hi I have a bound datagrid in my page. I want to hide rows where there is no data, is this possible. Example - Row 1: Name | TestNameValue Row 2: Address | Row 3: Phone | ...

 

DetailsView and dropdownlist  Replies (1) 13 August 2007
Can some body help me. Look at at the code bellow ' Visible="False"> ' AutoPostBack="True" > after the post back inv_mastUID field is still empty. what am i doing wrong?...

 

Adding check box to data grid custome control.  Replies (1) 11 August 2007
Hi, i am using custome data grid control, which does not have the coloumn tag i.e property so i can't add rows explicity in aspx file. i also tried this DataColumn dcSelect = new DataColumn("...

 

PostbackURL  Replies (1) 7 August 2007
Is there a way to assign a postbackURL to a gridview? Ross...

 

Gridview - Pull value from one cell in one row  Replies (1) 5 August 2007
Hi, I'm a newbie and I'm looking for some help. I'm programming in VB.Net. I have a simple gridview and when the user hits the Edit link, the gridview changes to edit mode. I replaced t...

 

GridView problem while using base page.  Replies (1) 2 August 2007
Hi, I have created a base form and placed a gridview and set its access modifier to 'Public' and in child form( inheriting from Base) all the properties of the gridview are disabled . Kindly help ...

 

Rating control  Replies (1) 30 July 2007
Hi, I need to have a rating control inside a datagrid, i found this control (http://blogs.crsw.com/mark/archive/2005/01/30/719.aspx) which very good looking and works fine, but, is not worki...

 

DropDownList that is always available or a set of ...  Replies (1) 27 July 2007
I want to be able to have the user select a value from a drop down list without having to put each record in an update mode. I'd like to have it that all of the records show up with a drop down li...

 

exporting to excel  Replies (5) 27 July 2007
I am attempting to export a DataGrid to Excel. I have tried code from this link: http://www.codeproject.com/office/export.asp?df=100&forumid=155463&exp=0&select=1703842 and it seemed like no...

 

Datagrid Style Question  Replies (1) 26 July 2007
I would like to have the line between certain columns in my datagrid darker or a different color than the other lines between columns. Does anyone know how to accomplish this? Thanks in advance....

 

Blank rows  Replies (1) 22 July 2007
Why does the Auto-Generate Fields never work? I have it checked in the smart tag, editcolumns, but all my columns are gone. All I see is the select and edit buttons. Is there some magical key o...

 

formview child controls .. added a table and broke ...  Replies (1) 21 July 2007
Well, I've narrowed the issue down to having added a table inside my formview. Somehow I must figure out how to navigate the formview controls around a table, likely another child control or layer t...

 

Displaying the id/PK in a gridview?  Replies (1) 18 July 2007
So how does everyone hide the primary key in a gridview with a datasource to a table, let's say. If you don't display it, then you can't update the records. Users don't want to see this field, p...

 

ORA-01036: illegal variable name/number in GridVie ...  Replies (1) 17 July 2007
Hello, I have a problem with gridview that is connected to Oracle relational database. The SELECT function of GridView works fine but when i am trying to update just some of the fields I get ORA-...

 

editing textboxes  Replies (1) 16 July 2007
I am working with editing data in a DataGrid. Is there anyway to change the width of the textboxes that the program uses to edit data in the DataGrid? I know it must be something REALLY simple, I ...

 

Insert & Insert/Repeat buttons in a detailsview  Replies (1) 12 July 2007
I have a detailsview that works just fine for a normal insert a record. I want to add a button that Inserts and stays in the insert mode; I know I can change the mode of the detailsview, but how ...

 

Re: GridView, DataSource, RowUpdating, e.OldValues ...  Replies (1) 11 July 2007
hi, thanks a lot for the rowupdating.it working fine.but if i use this code for customer database.after i clicking the update button im getting errors .actually im new to this .net plz solve my p...

 

using buttons in a gridview  Replies (2) 9 July 2007
In the following article, it says to have a button ina gridview, you need to capture the ItemCommand event. Well, there is no ItemCommand event in the gridview. So I use the RowCommand. The Ar...

 

DataFormatString for currency?  Replies (3) 8 July 2007
I have tried to set a gridview column to have a dataformatstring of {0:c2}, {0:c},{0:d2, {0:d}, none of which work, my values are still displaying as 19.0000. I want it to be 19.00 like any norma...