Browse by Tags

Related Posts

  • Re: Details View -- Losing what i typed

    Don't do that, it will lead to poor performance and probably not help you You will have to avoid rebinding the data to your datacontrol when the page is posted back. In the Page_load event handler use IsPastback to control this. Once you have stored the data then call your databind method. private...
    Posted to Data Presentation Controls (Forum) by docluv on 09-21-2006, 12:00 AM
    Filed under: Repeater, GridView, Datalist, datagrid
  • 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
  • Grid - Is this possible?

    We have few web applications that use third party grid COM object. Unfortunately the company is not directly supporting .Net so we are pushed towards using the existing gridview control. While playing with the gridview control, I learned that one can edit, delete existing row or record in the grid. The...
    Posted to Data Presentation Controls (Forum) by nimish on 12-01-2006, 12:00 AM
    Filed under: GridView, GridView editing, datagrid, GridView asp.net, databinding
  • GridView Height, overlapses below

    Hi everyone. I have a gridview on the top of my page. The height of the gridview gets bigger according to the data input. The problem is the gridview seems to over lapse the things I have underneath it, i.e images and text etc. Any ideas on how to set the height of the gridview according to the length...
    Posted to Web Forms (Forum) by robinwilliams on 03-05-2007, 12:00 AM
    Filed under: GridView, DataGrid, Data Grid, height, grid view, overlapse, rows
  • Datagrid with SQLDataSource - MySQL?

    If im trying to communicate with a MySQL Database can i use the standard SQLDataSource control in conjunction with a DataGrid/FormView for viewing, inserting, updating and deleting from my MySQL database? Do i have to write the SQL statements for the insert/update/delete myself?
    Posted to MySQL (Forum) by tbenson on 03-09-2007, 12:00 AM
    Filed under: GridView, FormView, datagrid, T-SQL, mysql
  • Re: Add more than one to Shopping cart

    Here is my standard method to update my cart. I have a grid with a textbox on each items row. This updates the Qty. Private Sub UpdateCart() ' Iterate through all rows within shopping cart list Dim i As Integer For i = 0 To MyList.Items.Count - 1 ' Obtain references to row's controls Dim Quantity As...
    Posted to Web Forms (Forum) by docluv on 03-21-2007, 12:00 AM
    Filed under: gridview, DataGrid
  • Error during GridView RowDeleting Event

    Hi guys, I have a GridView control that I'm using in a shopping cart application. All events except rowdeleting seem to be working fine. When I add something like 4 items to my cart grid, and say I want to delete the 3rd item, the control deletes anything beyond that row. Also, when I delete the last...
    Posted to Data Presentation Controls (Forum) by ziggy_911 on 04-01-2007, 12:00 AM
    Filed under: GridView, datagrid, Controls, GridView asp.net, asp.net 2.0 GridView databound ItemTemplate, ASP.NET 2.0 FormView GridView Master/Detail Update
  • Changing SQLDataSource Connection string dynamically, and the impact on paging

    Hi all, I have an application that looks up information in a database. Depending on the user, different databases are used. I accomplish this by using the following snippet: < asp : SqlDataSource ID ="dataSourceFileList" runat ="server" ConnectionString ="Server=S1; Database=DB_Customer1; UID=sa;...
    Posted to Getting Started (Forum) by DynamoCL on 04-17-2007, 12:00 AM
    Filed under: gridview, datagrid, connection, Connection Strings, gridview paging
  • Empty DataGrid is not visible during my runtime

    Hi, I have created new DataGrid and divided columns, but i havent bounded to any source. when i view tht in IE i cant see any Datagrid. but i can see tht in my design view. do i have to set any properties to view my empty Datagrid. I am wondering it has to show atleast the headers of the Datagrid by...
    Posted to Data Presentation Controls (Forum) by dilip12 on 08-02-2007, 12:00 AM
    Filed under: GridView, datagrid freeze panes, GridView editing, DataGrid To Excell Performance Problem, Datagrid freeze pages, Datagrid and Checkbox, datagrid, GridView Css tablecell, DataBinding GridView Insert, gridview "custom paging" refresh insert, GridView Checkbox CheckedChanged, gridView datakeys, gridview custom column data items, Datagrid updatecommand, Datagrids, GridView Command Update Missing, GridView "custom column names", gridview autogeneratecolumns bug, GridView Hidden Column, GridView FilterExpression Date Values, databinder, gridview controls dynamically textbox, GridView currency format, gridView eval enum, datailsview, gridView sql, gridview control custom columns hyperlink, DataGrid Delete ObjectDataSource, Datagrid and events and reflection, GridView field, GridView DataBinding DataTable, datagrid property, GridView DataBinding Template Field, DataKey, gridview columns big bloated viewstate, GridView delete update, DataGrid inside DataList, databinding gridView, DaintyDate Calendar, Grid view Row Color, grid view form view gridview formview, gridview cross page posting, GridView Event Fires Twice, datagrid hyperlink, Data Grid, grid view form view, DataGrid and Email and Sql and Mailto, grid view update row, DataGrid and Email, DataGrid SelectParameters Clear, gridview binding, grid view form view pager, data controls, grid view columns rows datatable, databinding calender controls, grid viewidview dropdownlist xmldatasource rowupdating newvalues selectedvalue, Grid view rows, Gridview cssclass
  • Employee Attendance Application

    Hai to all I'm new to asp.net. I'm creating Employee Attendance Details application in Asp.Net with C#, which is a Windows application. I have searched in internet regarding this application. But I'm unable to found it. If any one knows this application, please provide me the link. Thanks...
    Posted to Free For All (Forum) by sureshkumar.veesam on 10-24-2007, 12:00 AM
    Filed under: GridView, Asp.Net 2.0, ASP.NET, Login Control, Membership, Datalist control, Asp.Net 1.1, .NET Framework 3.0, asp.net 2.0 asp.net, DataGrid, ASP.NET Sites, Interview Questions, Data Grid, grid view, Asp.NET2.0, dataset, menu control, Menu, javascript code behind, MultiLanguage, Localization, database, FormView, Master page, LoginView, javascrip, 3rd Party controls for asp.net, folder, asp.net 2.0 Template Field
Page 1 of 2 (20 items) 1 2 Next >