Browse by Tags

Related Posts

  • How to Sort custom data inside GridView TemplateField?

    Hello there! I have a problem with my GridView Control. In my aspx page, i have a GridView1 with columns: <asp:BoundField DataField="Name" HeaderText="Name" SortExpression="Name" /> < asp:TemplateField HeaderText= "CustomWord" > < ItemTemplate >...
    Posted to Data Presentation Controls (Forum) by MinimalTech on 05-14-2009, 12:00 AM
    Filed under: sort, template, custom, data, field, GridView
  • Duplicate Record

    I am working an a n-tiered asp.net application. User's need to be able to select an existing record from a gridview and make changes to the record. After making changes, the record needs to be submitted and a new record needs to appear in the gridview. The user would then see the original record...
    Posted to Data Access and ObjectDataSource Control (Forum) by rmulligan@regionsix.com on 08-09-2008, 12:00 AM
    Filed under: ObjectDataSource RowUpdating, Visual Studio 2008, asp.NET 3.5, binding, bll business layer objects, Data, Data Access, Data Access Layer, DataAdapter, DataRow, insert with GridView, Gridview, .net 2.0, Business Object, insert datatable
  • Fast Data presentation

    I have used Data presentation controls like Gridview, Accessdatasource etc. Unfortunately I have to say, it takes time to display page. What is the best strategy to display the data faster? Also if anyone have tricks on reducing page load time (with data), it will really help me. Thanks in advance!
    Posted to Data Presentation Controls (Forum) by nimish on 03-21-2008, 12:00 AM
    Filed under: data, fast, gridview
  • Accessing unbound sqldatasource fields during function

    Techie Zhang, So the DataItem property works in the Databound function. How would I access this field in a different subroutine? Protected Sub GridView1_RowCommand( ByVal sender As Object , ByVal e As GridViewCommandEventArgs) _ Handles GridView1.RowCommand 'subroutine is passed row number as e.value...
    Posted to Data Presentation Controls (Forum) by B-Cell on 08-06-2007, 12:00 AM
    Filed under: sqldatasource, unbound, data, fields, GridView
  • Problem getting input value from a textbox in a Gridview Control

    I placed a text box in one of my template columns in a gridview control: <Columns> <asp:CommandField ShowEditButton="True" /> <asp:TemplateField><ItemTemplate><asp:TextBox runat=server ID="TextBox" Width="30"></asp:TextBox></ItemTemplate><...
    Posted to Data Presentation Controls (Forum) by Juwar on 05-24-2007, 12:00 AM
    Filed under: textbox, data, Findcontrol gridview, ItemTemplate, GridView
  • Net/VAT/Gross calculation in Gridview

    I'm somewhat new to asp.net development, and so please excuse my ignorance. I am trying to play around with building a timesheet and expense app, and i am stuck on trying to update a second field in the gridview by entering a value into a first field whilst remaining in the EditItem mode. Basically,...
    Posted to Data Presentation Controls (Forum) by elvislives on 04-17-2007, 12:00 AM
    Filed under: TemplateField, ASP.NET, asp.net 2.0 GridView databound codebehind ItemTemplate Zimmergren :), Binding, data, GridView, GridView asp.net, GridView editing, gridview postback callbacks re not supported
  • How to retrieve data as XML from SQL database

    Hi, I have a website which is designed to search for employee information. I have the search system working which does exactly what I want to, but as an added feature I want there to be a button which, when someone clicks on it, it takes whatever the previous search was and generates a set of data in...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by tomosap on 02-28-2007, 12:00 AM
    Filed under: object data source, objectdatasource, parameter datatype, Stored Procedures, Table Adapter, TableAdapter, TableAdapters, VB.Net, ADO.NET, Columns, combining data sources, DAL, Data, Data Access, DataAdapter, Database, DataGrid GridView Paging, DataSet, DataTable, DataView SqlDataSource, DropDownList, XML, Gridview
  • setting label to visible with button click

    Hi, I'm having some problems with using a label to display a message "No Records Found" when the user clicks a Search button. What I want it to do is to check if there are any results from a database that get displayed on a GridView. I have the following method so far: ------------------------------...
    Posted to Data Presentation Controls (Forum) by tomosap on 02-27-2007, 12:00 AM
    Filed under: paging, postback, records, rows, table adapter, textbox, VB, Visible, access database, ADO.NET, asp.net 2.0, asp.net 2.0 GridView databound ItemTemplate, Client, codebehind, data, data access layer, database, databind, databinding, DropDownList, If Statement, GridView, label
  • problem with retrieving/displaying data based on form input

    Hi, I've developed a form which accesses a database through a data layer and sends parameters based on the form input. I have written the following code which works by checking if the textbox is empty and passing a null value as a string to the search parameter in the query, of which there are five:...
    Posted to Data Presentation Controls (Forum) by tomosap on 02-22-2007, 12:00 AM
    Filed under: Null, parameter, problem, querystring, records, rows, search, sql, sqldatasource, string, table adapter, textbox, Updateparameters, VB, access database, ADO.NET, ASP.net 2.0 GridView InsertParameters ControlParameter PropertyName, data, data access layer, database, databinding, datasource, If Statement, method, SELECT, FORM, GridView, label, GridView asp.net
  • two cascading dropdown filter with autopostback

    Hi in my example I have two dropdownboxes configured to autopostback and a grid displaying data based on these two dropdown fields. The second drop down is updated based on the first one. The gridview uses the second dropdown to query for the data. It's hard to explain but the gridview displays incorrect...
    Posted to Data Presentation Controls (Forum) by Trash on 12-21-2006, 12:00 AM
    Filed under: Data, Data Access, DropDownList, Gridview
Page 1 of 2 (14 items) 1 2 Next >