| Getrows equivalent etc. (2 replies, VIP) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Copied from [aspngstart] to [aspngdatagridrepeaterdatalist] by Ryan Trudelle Schwarz ryan@mamanze.com Could you say that datareader is the ADO.Net equivalent to ADO GetRows? I have a language system that I need to convert to .Net and it uses GetRows to get a page's language elements based on a cookie and Request.Servervariables( "SCRIPT NAME" ). Previously, I needed to include my code in every pag... |
|
| Benefit of Template Column vs Bound Column? (2 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Moved from [aspngdata] to [aspngdatagridrepeaterdatalist] by Charles M. Carroll darthcarroll@asplists.com Are ther certain benefits of using Template Column vs Bound Column? asp:BoundColumn DataField "Product ID" HeaderText "Product ID" HeaderStyle Font Name "Helvitica, Arial" SortExpression "Product ID" / Versus: asp:TemplateColumn HeaderText "Product ID" HeaderStyle HorizontalAlign "Left" ItemSt... |
|
| edititemtemplate in datagrid (4 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Copied from [aspngfreeforall] to [aspngdatagridrepeaterdatalist] by Ryan Trudelle Schwarz ryan@mamanze.com This is a multi part message in MIME format. NextPart 001 01C19DB6.148A2998 Content Type: text/plain; charset "us ascii" Content Transfer Encoding: quoted printable Hi I get this error message when I'm trying to edit my grid, I cant see any error in the code or db, from examples etc.. 20 Can ... |
|
| Repost: Styling editing textboxes in datagrid (2 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| As no answer was given, I will ask my questions again. 1. Is it possible to apply styles to the textboxes appearing when using the EditDataCommand in the datagrid? 2. Is it possible to divide the grid into mulitple lines when using BoundColumns (without resorting to TemplateColumns)? Hopefully, this time I will get an answer... 3D) Regards/H E4lsningar Andr E9 Colbi F6rnsen 3D 3D 3D 3D 3D 3D 3D 3D... |
|
| SQL Development Form? (2 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Moved from [aspngfreeforall] to [aspngdatagridrepeaterdatalist] by Charles M. Carroll darthcarroll@asplists.com Anyone have a handy, neat design form used to design a SQL database that they would share? Thanks, Jon |
|
| evaluate & display/not display datagrid rows (2 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Moved from [aspngfreeforall] to [aspngdatagridrepeaterdatalist] by Charles M. Carroll darthcarroll@asplists.com Hi all, I have a datagrid that is bound to data in my SQL2K DB. The grid has 6 columns, the first being a hyperlink column, and the rest are bound columns each containing integers. What I would like to do is check each row's contents. If the row's 5 bound columns all contain zeroes, then... |
|
| Repeater Fun! (Honest ...) (3 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Hi Guys, I'm looking for advice on how to do something. Take a look at this URL: http://www.evil norman.com/download/page.htm What I need to do is print out a Grid (the one on the left) and in this grid it needs to have Text boxes that allow you to input a decimal number. This grid needs to have the right number of weeks represented in it as well as a list of people. Then I need to create another ... |
|
| horizontal output (3 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Hi! Supose I have a Dataset with one table FechaYHora ParametroId Valor 11/01/2002 01:09:08 p.m. TMP 30,6 11/01/2002 01:04:08 p.m. TMP 30 11/01/2002 12:59:08 p.m. TMP 30,4 11/01/2002 12:54:08 p.m. TMP 30 11/01/2002 12:49:08 p.m. TMP 30 11/01/2002 12:44:08 p.m. TMP 30 11/01/2002 12:39:08 p.m. TMP 30 11/01/2002 12:34:08 p.m. TMP 29,8 11/01/2002 12:29:08 p.m. TMP 29,8 and want this output: TMP 30,6 3... |
|
| Silly & Simple Datagrid Question (4 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Moved from [aspngdata] to [aspngdatagridrepeaterdatalist] by Charles M. Carroll darthcarroll@asplists.com I have a data grid with data bound to it. I have a row selected. What argument do I use to get a value from one of the Columns on that selected row. I have the e.item.Itemindex 20 What is the VB syntax to extract a value from a column on that row marked by this index. Thanks in advance for any... |
|
| Drop Down List (5 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| I am binding data to a drop down list. The data that is bound has a key and text value which all works fine. One problem that I have is that I am using AutoPostBack and if the control automatically displays the first item in the list as default, the drop down item cannot be 'changed' to the first item because it always begins there... Therefore the changed event does not trigger... The changed eve... |
|
| Explain Databinder.eval / container code (3 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Moved from [aspngfreeforall] to [aspngdatagridrepeaterdatalist] by Charles M. Carroll darthcarroll@asplists.com Hi, http://docs.aspng.com/quickstart/util/srcview.aspx?path /quickstart/aspplus/ samples/webforms/ctrlref/htmlctrl/HtmlAnchor/HtmlAnchor2.src Below is the code for a Quickstart example demoing how to use a Repeater with an Anchor tag. I was hoping someone would explain Databinder.Eval ex... |
|
| Date (4 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Moved from [aspngfreeforall] to [aspngdatagridrepeaterdatalist] by Charles M. Carroll darthcarroll@asplists.com Hello all, I am entering the current date into my database. When I view it from within SQL Server it looks like this: 1/17/2002 But, when I display it in my datagrid, it shows up like this: 1/17/2002 12:00:00 AM Any ideas? Thanks in advance. Richard M. |
|
| DataGrid Code (3 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Moved from [aspngfreeforall] to [aspngdatagridrepeaterdatalist] by Charles M. Carroll darthcarroll@asplists.com Hello all, I have a datagrid that displays some notes contained in a field. I want to display only the first 50 or so characters in the cell. I've tried using this piece of code, but it doesn't work. Any ideas? %# Ctype(Container.DataItem("notes"), String).SubString(1,50) % Thanks in adv... |
|
| "add' row in data grid (3 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Moved from [aspngfreeforall] to [aspngdatagridrepeaterdatalist] by Charles M. Carroll darthcarroll@asplists.com This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. NextPart 001 01C19EB0.59155ED0 Content Type: text/plain; charset "WINDOWS 1255" Hi all, Alex I have read the article you have suggested but I still have... |
|
| DataGrid Numeric Paging Problem (4 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Moved from [aspngfreeforall] to [aspngdatagridrepeaterdatalist] by Charles M. Carroll darthcarroll@asplists.com To whom it may concern, I recently designed a test application involving numeric paging in a datagrid. The datagrid is populated from a data source that contains over 700 records. I've chosen to display 15 records per page. At the bottom left of the grid are the page links which look lik... |
|
| Nesting datalists (4 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Moved from [aspngdata] to [aspngdatagridrepeaterdatalist] by Charles M. Carroll darthcarroll@asplists.com Is it possible to nest datalists? |
|
| Help - Im stuck with my application connversion! (2 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| I am totally stuck, because all this .NET stuff is new to me and I am not a seasoned programmer. The problem is that a can't grasp how to extract my page elements texts from my dB to the page anymore. Below is the code I used previously in my Classic ASP pages. I have managed to get elements from db in .Net and the ExtractFileName function to work. BUT HOW ON EARTH CAN I GET THE RESULTS INTO MY AR... |
|
| dataList question. (8 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Moved from [aspngfreeforall] to [aspngdatagridrepeaterdatalist] by Charles M. Carroll darthcarroll@asplists.com This is a multi part message in MIME format. NextPart 000 025D 01C19EE8.C6D31C90 Content Type: text/plain; charset "iso 8859 1" Content Transfer Encoding: quoted printable Hi, I have a dataList bound to a database and one of the values that are pulled from the database can be either a 0 ... |
|
| URGENT: Help with Datagrid (3 replies, VIP) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Moved from [aspngfreeforall] to [aspngdatagridrepeaterdatalist] by Charles M. Carroll darthcarroll@asplists.com I have raised this question quite often on this list but not got any responses so far. I am going to try one last time and then escalate it. I use a datagrid to display a list. The row coors alternate between white and yellow. I did this using ItemStyle and AlternatingItemStyle . So far,... |
|
| View State error in Data grid (4 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Good morning, I have a data grid filled with company info with an add button to add company info. This was written in VS.Net Beta 4 and work without a problem. We installed the VS.Net RTM last night and it now generates the error below when the add button is clicked. I'm fairly new with .Net. Any ideas? Wes Server Error in '/WebApplication1' Application. The View State is invalid for this page and... |
|
| Datalist question (2 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Copied from [aspngfreeforall] to [aspngdatagridrepeaterdatalist] by Charles M. Carroll darthcarroll@asplists.com This is a multi part message in MIME format. NextPart 000 000B 01C19F48.F77C1350 Content Type: text/plain; charset "iso 8859 1" Content Transfer Encoding: quoted printable Hi, I created a method inside a business object that takes a string as the arguement. I then used the method as so:... |
|
| Is this too tough, or is it too plain and simple and therefore not worth replying to? (4 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| I have had no response to this mail, which is really of crucial importance to me: I am totally stuck, because all this .NET stuff is new to me and I am not a seasoned programmer. The problem is that a can't grasp how to extract my page elements texts from my dB to the page anymore. Below is the code I used previously in my Classic ASP pages. I have managed to get elements from db in .Net and the E... |
|
| DropdownList question. (6 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Moved from [aspngfreeforall] to [aspngdatagridrepeaterdatalist] by Charles M. Carroll darthcarroll@asplists.com This is a multi part message in MIME format. NextPart 000 0053 01C19F8D.92C195D0 Content Type: text/plain; charset "iso 8859 1" Content Transfer Encoding: quoted printable Hi, I have a dropDownList that I have bound to a Dataset. I want to add an option to the list when the page Loads th... |
|
| Expression mystery in DataSet calculated columns (2 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| Can anybody tell me why these 2 calculated columns examples from 'Asp.Net Unleashed' generate errors on my machine (Swedish locale): '' Add the calculated column dcolSalePrice 3D New DataColumn( "SalePrice", GetType( Decimal ) ) dcolSalePrice.Expression 3D "UnitPrice (UnitPrice * 0,10)" dstProducts.Tables( "Products" ).Columns.Add( dcolSalePrice ) Or '' Add the calculated column dcolSalePrice 3D N... |
|
| RecordCount and Items Selected (3 replies) |
| ASPFriends.com 'aspngdatagridrepeaterdatalist' list |
| I have a datagrid with a checkbox... I need to cycle through the items in the DataGrid and return the Product ID's from all of the items that had the checkbox selected... What is the preferred method of doing this... (I was thinking about using the SelectChanged Event but I don't want it to submit it each time... just when a user is done on the page. Also... is the a recordcount property that I am... |
|