Browse by Tags

Related Posts

  • 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#
  • Paging problem in datagrid first and last page

    Dear all, I'm having a problem driving me crazy. I have a datagrid which I add it it to my usercontrol which I use it as my site template. everything looks fine but the only problem is that when i go to my datagrid last page, from now on the pageIndexChanged event handler is not fired. Same problem if...
    Posted to Data Presentation Controls (Forum) by zialireza on 01-02-2007, 12:00 AM
    Filed under: datagrid, AJAX, c#
  • How to detect dropdownlist event in Datagrid Footer?

    Hi Everyone: I have 3 dropdownlist (ddl) in my Datagrid Footer, one is ddlParent, the others are ddlChild and dd;GrandChild. All of these are populated with respective items from the database. I would like that whenever the user selects a value from ddlParent, the items in the ddlChild will automatically...
    Posted to Data Presentation Controls (Forum) by sg2000 on 01-29-2007, 12:00 AM
    Filed under: datagrid, DropDownList, c#, Footer
  • Invalid Token in DataGrid

    I'm trying to get a list of files in the local directory to turn them into a list of links. I found the following code as part of a solution on an internet faq, but when I attempt to run the code, I get an Invalide token error. DirectoryInfo dirInfo = new DirectoryInfo(Server.MapPath( "" )); DataGrid1...
    Posted to Data Presentation Controls (Forum) by Ted C on 02-05-2007, 12:00 AM
    Filed under: datagrid, c#, token
  • Datagrid / Repeater with .JPG or .SWF File

    I have a repeater control, in which I have to show two types of illustrations(images). One with extension .JPG and other with extension .SWF (flash file) I am using custom built classes and binding to the repeater. I wanted to know what ASP.net server control should i bind it to inside the repeater,...
    Posted to Getting Started (Forum) by mayuresh_s on 03-01-2007, 12:00 AM
    Filed under: .Net 2.0, asp.net 2.0, "asp.net 1.1", DAL, data handling, ASP.ne, asp 2.0, ASP.Neet 2.0, .cs, dataset, datagrid, C#, .NET 1.1, data, repeater user control panels visible
  • Datagrid / Repeater with .JPG or .SWF File

    I have a repeater control, in which I have to show two types of illustrations(images). One with extension .JPG and other with extension .SWF (flash file) I am using custom built classes and binding to the repeater. I wanted to know what ASP.net server control should i bind it to inside the repeater,...
    Posted to Getting Started (Forum) by mayuresh_s on 03-01-2007, 12:00 AM
    Filed under: .Net 2.0, asp.net 2.0, "asp.net 1.1", DAL, data handling, ASP.ne, asp 2.0, ASP.Neet 2.0, .cs, dataset, datagrid, C#, .NET 1.1, data, repeater user control panels visible
  • Re: importing flash .swf to aspx sites

    I have a repeater control, in which I have to show two types of illustrations(images). One with extension .JPG and other with extension .SWF (flash file) I am using custom built classes and binding to the repeater. I wanted to know what ASP.net server control should i bind it to inside the repeater,...
    Posted to Getting Started (Forum) by mayuresh_s on 03-01-2007, 12:00 AM
    Filed under: .Net 2.0, asp.net 2.0, "asp.net 1.1", DAL, data handling, ASP.ne, asp 2.0, ASP.Neet 2.0, .cs, dataset, datagrid, C#, .NET 1.1, data, repeater user control panels visible
  • Bubbling event for linkbutton inside datagrid created at runtime - asp.net 1.1 (c#)

    Hi all, Iam a creating a link button inside a datagrid in the ItemDataBound at runtime . I like to add click event for the same linkbutton, i tried giving commandName but it does not call any event. How should i make the click to call the event.. Thansk in advance Sriram
    Posted to Web Forms (Forum) by s.sriram on 03-13-2007, 12:00 AM
    Filed under: ASP.NET 1.x, ASP.NET, c#, DataGrid, ASP.NET 1.1, Asp .net
  • Read cell value on GridView (or SQLDataSource)

    I have a gridview with one row (summary information). I want to read the value of one of the cells. The third column of the first row. It is a boolean value. I guess I could read the value from the SQLDatasource that is the datasource for the grid. Here is the code I have so far object dataItem = GridView1...
    Posted to Data Presentation Controls (Forum) by BasketballMike on 03-22-2007, 12:00 AM
    Filed under: GridView List ObjectBinding Collection, datagrid, gridView datakeys, GridView asp.net, databinding, gridView GridViewUpdateEventHandler TemplateField, c#, databind, databinder, asp.net 2.0 GridView databound codebehind ItemTemplate Zimmergren :), gridview controls dynamically textbox, ADO.NET, asp.net 2.0 GridView databound ItemTemplate, ASP.NET 2.0 FormView GridView Master/Detail Update
  • Re: Connection with oracle9i

    Hey buddy! The above link given by praveen is indeed very informative. As an addon to the explanation you can find a crisp example here:- 1 string ConnString = "data source=dsn1;user id=user1;password=pwd1;" ; 2 OracleConnection NewConn = new OracleConnection(ConnString); 3 string sql= "SELECT * FROM...
    Posted to Oracle (Forum) by veeaar on 03-29-2007, 12:00 AM
    Filed under: Oracle, example, oracleconnection, datagrid, oraclereader, c#, .net
Page 1 of 3 (21 items) 1 2 3 Next >