Browse by Tags

Related Posts

  • regarding data grid

    what datafield shoud i put in my database if its a checkbox option? coz in my datagrid i added a checkedbox so that i can easily manipulate it.but when i run it. it produces error. and doesnt recognize the checkbox column. it said that there none in the datasource.but i dont know what should i put in...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by natasha_arriell on 10-23-2006, 12:00 AM
    Filed under: Error, gridview, ASP.NET
  • Datagrid problem that's driving me crazy

    Ok, here is what I want to do. I have a datagrid that displays information, etc. and I can use the edit button to do that default, ugly editing style that is horizontal. What I want to do is when they hit edit, or select, or however's easiest is to pull up a panel or web form with nicely formatted textboxes...
    Posted to Data Presentation Controls (Forum) by abenton on 11-13-2006, 12:00 AM
    Filed under: ASP.NET, asp.NET GridView, create web form, ASP.NET 2.0, gridview, dataview, Web Forms, DataGrid, ASP.NET 2.0 VB.NET
  • ASp.Net 2.0 GridView DataFormatString of the column does not make any changes

    ASp.Net 2.0 GridView DataFormatString of the column does not make any changes. Hi everybody, (Im getting creazy... pls. HELP !!!) I'm working with Asp.Net 2.0 I have a gridview, and in "edit columns"; I make the DataFormatString = {0:n}; ies does not make any changes, on my table i have numbers with...
    Posted to Data Presentation Controls (Forum) by alfredd2005 on 11-14-2006, 12:00 AM
    Filed under: display, asp.net, asp.net 2.0, asp.net 2.0 hyperlink, asp.net 2.0 exe reference dll, Getting Started, asp.net web storage free, ASP.ne, gridview
  • Passing data between pages ( a different scenario)

    Hello Programmers, I am quite new to asp.net. but enjoying the new language. I am facing a scenario in which i display data in a datagrid from the database. I want one of the columns in the datagrid to have links and when the user clicks a link in the column of the datagrid, it shows the details in an...
    Posted to Getting Started (Forum) by Josh777 on 12-09-2006, 12:00 AM
    Filed under: GridView, ASP.NET
  • Re: Update, Delete in Gridview and Detailsview controls don't work

    I have been following this issue for the past 3 weeks. I finally solved it: It is the placement of the CommandField bar By default it is on the bottom. In my case I had placed it on the top. So Insert worked but Delete and Updated never succeeded. So I replaced the command field on the bottom and and...
    Posted to Visual Web Developer 2005 Express (Forum) by drusho on 02-13-2007, 12:00 AM
    Filed under: gridview, ASP.NET, Visual Web Express
  • Accessing labels within GridViews etc.

    Hi, first post here.. and this is the first site i've worked on in VWD. What I'd like to know is how to access a label or text box, or whatever, that is in a GridView or FormView or DataList (and so on) object, from the external .cs (I'm working in C#) file. Here's what I mean: I have a table in the...
    Posted to Visual Web Developer 2005 Express (Forum) by Kallahk on 02-26-2007, 12:00 AM
    Filed under: gridview, ASP.NET, VWD
  • how to get Data dorectly from datasource on GridViewRow Click

    Hi all I would like to know how to get data directly from datasource when I click or double clik over a gridview Row, somenthing like: this.txtCustomer.Text = (string) DataBinder.GetPropertyValue(R.DataItem , "CUSTOMER"); where R is the DataRow.. I am tryng to do that using an extender grid view control...
    Posted to Data Presentation Controls (Forum) by Taylor on 03-27-2007, 12:00 AM
    Filed under: GridView, ASP.NET, grid view
  • Gridview paging problem

    Hello Everybody! I am facing a problem in my asp.net 2.0 application. The problems is related to paging in gridview control. In my application I have several forms each for inquiring(viewing) a different type of record. For users' convinience, i have given a browse button on my asp.net form just adjacent...
    Posted to Data Presentation Controls (Forum) by Dhuka on 04-02-2007, 12:00 AM
    Filed under: GridView, postback, paging, Paging and Display GridView in second page, asp.net 2.0, gridview "custom paging" refresh insert, GridView asp.net, ModalDialog, ASP.NET
  • Problem With Dynamicially Created Web User Control.on post back all controls lost.

    Hi All, i m facing Problem With Dynamicially Created Web User Control.on post back all controls lost. I have Created a Web User Control in asp.net.on that user control i have a button which has some functionality.it works fine when i add this control. but when i create this control at run time ,problem...
    Posted to Web Forms (Forum) by pjyadav100 on 04-06-2007, 12:00 AM
    Filed under: GridView, Asp.Net 2.0, ASP.NET
  • GridView RowUpdated

    Hi, I have a DataGrid on my page and have Enabled Editing. In the DataGrid is a Active Checkbox. What I'm trying to figure out is: If a User goes to edit a record and unchecks the Active check box and clicks on Update, I want to delete a record in another table with that same ID. I think I know how to...
    Posted to Data Presentation Controls (Forum) by Quicksilver02 on 04-11-2007, 12:00 AM
    Filed under: gridview, ASP.NET
Page 1 of 5 (43 items) 1 2 3 4 5 Next >