Browse by Tags

Related Posts

  • Gridview Edit - Disable all the other entries during editing

    Hallo, sorry for my bad english, but i try to describe my problem. I've an Gridview and Entries, everything is OK. Now i want that during edit one Row, that all the other Rows are disabled, that the user have to click the Edit or Cancel Button. He can't select another one. Is there any posibility...
    Posted to Data Presentation Controls (Forum) by Knut on 10-11-2006, 12:00 AM
    Filed under: datagrid, database
  • bind database to XML

    say i have a table with two fields eid and ename i want to bind them to a XML <employees> <employ><eid>eid_value</eid><ename>ename_value</ename></employ> <employ><eid>eid_value</eid><ename>ename_value</ename></employ> <employ><eid>eid_value<...
    Posted to Data Presentation Controls (Forum) by miztiik on 12-01-2006, 12:00 AM
    Filed under: datagrid, database, Binding, BoundField, data access layer, customize, databinding, bind data xml database attributes
  • Calculate the total values of a column in a datagrid

    I'm working in VB, on my web form i have a datagrid with all the values that i need pulled from an sql database I need to total up all of the numerical values in a single column of my datagrid then inserted the answer in a textbox. Any help would be greatly appreciated Thanks Dazza22
    Posted to Data Presentation Controls (Forum) by Dazza22 on 12-05-2006, 12:00 AM
    Filed under: ASP.NET, Database Export, Database, SQL Server 2000, Datagrid
  • Image display in Reportviewer

    hi I developed a site to display information and this information include images using SQL Express and asp.net (C#), the pages works fine but to print i needed when I click print I wanted only the information and the Images to be printed. so I was adviced to use ReportViewer but I got stuck on 2 issues...
    Posted to SQL Server Reporting Services (Forum) by Yaslam on 12-12-2006, 12:00 AM
    Filed under: ASP.NET, Web Controls, database form, create web form, ASP.NET 2.0, Database, Web Forms, DataGrid, Reports, checkbox, Filtering across pages, Website design
  • Update Query with a Public variable.

    Hi, One of my pages I have a GridView and a FormView, the FormView is displayed every time the user selects one item in the Gridview. That same user as to be logged in to be able to access this page. If the user wants to Edit the information and Update the database I need the login name to be included...
    Posted to Data Presentation Controls (Forum) by FSousa on 12-13-2006, 12:00 AM
    Filed under: FormView, DetailsView, dataview, datagrid, database, asp.net 2.0, datasource, Binding, BoundField, DetailView, FormView Insert Button PostBackURL, DetailsViews, databinding
  • Re: multiplication

    yes it is a textbox within the datagrid check it out <% @ Page Language ="VB" AutoEventWireup ="false" CodeFile ="Default.aspx.vb" Inherits ="_Default" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < html xmlns...
    Posted to Data Presentation Controls (Forum) by amjad905 on 12-20-2006, 12:00 AM
    Filed under: datagrid, database, asp.net 2.0, datasource, BoundColumn, BoundField, data access layer, Access DataKeys using Index
  • Validating data in BoundColumn field

    i have a datagrid with boundcolumns. unfortunately, due to business rules, I have to use bound columns for displaying my editable data. I otherwise would use a template column and put and editItemtemplate tag in. the edit-mode textboxes basically need to be decimals(scale 2). if the user doesn't put...
    Posted to Data Presentation Controls (Forum) by isheahan on 12-20-2006, 12:00 AM
    Filed under: datagrid, database, BoundColumn, BoundField, edit, data, validation, c#
  • help me in connection

    I am using sql server and c# (windows application)>> the task is to retrieve records from table in the database and view it in page load , with the abilty to choose the records >> this means that select range >>> e.g. from 3 to 7 (this can done by textbox) so how can i do this >>...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by adorer on 12-22-2006, 12:00 AM
    Filed under: SQL datatable, SQLDataSource parameter Type Table, .NET SQL Server 2000, Connnection String, Database, page validation, Problems loading records into database, SQL Server 2000, Datagrid
  • How to update datas of a datagrid row

    Hi! I can edit the rows of my a datagrid thanks to a adicional column i have added on my datagrid. When i push edit link i can write some changes on the selected row and two new links appear (update and cancel). I have implemented cancel command but i don't know how to implement Updatecommand. I am working...
    Posted to Data Presentation Controls (Forum) by vmauri on 01-08-2007, 12:00 AM
    Filed under: update dataview, datagrid, database, databinding, databind, Updateparameters
  • Total Values in a Datagrid and return value to a textbox

    I am working in Visual Studio.Net 2003 using VB I have a datagrid which shows all of my selected values from my dataset i now want to total all the values within the hours column of my datagrid and then return that value to a textbox on my web form any help would be greatly appreciated Thanks Dazza22
    Posted to Data Presentation Controls (Forum) by Dazza22 on 01-30-2007, 12:00 AM
    Filed under: datagrid, database, VB
Page 1 of 3 (27 items) 1 2 3 Next >