Browse by Tags

Related Posts

  • Data submission to SQL, presented in Gridview (repeat data submissions)

    Hello.... Just curious about how to clear out any data that might be held in the browser during the following scenario: -User inputs a massive amount of data into a text box. -Contents of text box are moved into an SQL table -Gridview displays the data from table ( no prob so far ) -Now, if the user...
    Posted to Data Presentation Controls (Forum) by FZero on 06-16-2009, 12:00 AM
    Filed under: GridView, back button, sql, repeat data, refresh browser
  • How to use "History" in Master Pager & Detail Pager ?

    Hi, EveryBody knows when use AJAX UpdatePanel with GridView, you change the gridview page and redirect to another web page, and then click preview button in browser, the gridview's pageindex will be the first page. The solution is import Microsoft.Web.Preview.dll and add a "History" controler...
    Posted to ASP.NET Futures (Forum) by lifereader on 06-16-2009, 12:00 AM
    Filed under: History Control, gridview, AP.NET AJAX 4 Preview 3
  • How to bind a nested repeater to EntityDataSource navigation property?

    <asp:FormView DataSourceId="edsAccounts"> < ItemTemplate > < asp:DataGrid DataSource= ' <%# Eval("Reports") %> ' > </ ItemTemplate > </ asp:FormView >< asp:EntityDataSource ID= "edsAccounts" runat= "server" ConnectionString...
    Posted to Data Presentation Controls (Forum) by weitzhandler on 06-13-2009, 12:00 AM
    Filed under: GridView, databound, nested data control, navigation properties, entitydatasource
  • Gridview fixed header issue

    Hi I'm using below mentioned CSS class to freeze the gridview header which works fine. But when I scroll down the gridview for last record and select the record by mouse click, the gridview header moves upward on the screen and then if I select the 1st record on the grid then the header comes back...
    Posted to Data Presentation Controls (Forum) by yogivirgin on 06-12-2009, 12:00 AM
    Filed under: GridView
  • Pass values from Textbox to gridview

    Hi, my website allows the user to enter the student particulars such as their name, bday and telephone number. Whenever the user enters these particulars and click "proceed", these values must be added to the database and populate and show in a gridview the entered values. How can I go about...
    Posted to Data Presentation Controls (Forum) by germaine.tay on 06-11-2009, 12:00 AM
    Filed under: GridView, adding data
  • Fixing GridView Headers in IE8

    I've got GridView and have to fix headers in it so that they aren't moving when you scroll it. I've read the article where that matter is discussing and in IE 6-7 it works just fine, but NOT in IE8, for IE 8 isn't supporting expressions in CSS. http://www.developer.com/net/asp/article...
    Posted to Data Presentation Controls (Forum) by chertic on 06-11-2009, 12:00 AM
    Filed under: IE8, GridView
  • add rows when "Add" button is clicked.

    Hi there, I would like to show the added details in a gridview whenever the user clicked on the Add button. Records like the student particulars will be displayed out in the gridview. I would like to know how can I go about doing it? I have some codes written but it seems that it's not adding any...
    Posted to Data Presentation Controls (Forum) by germaine.tay on 06-10-2009, 12:00 AM
    Filed under: adding rows to the gridview, GridView
  • Solution: Get total rows from Paged ObjectDataSource

    Like many, I have been trying to get the total records returned from a GridView, with paging, with an ObjectDataSource. After reading forum post after forum post, in many forums, and getting nowhere, I ended up building a Reflection-based solution. It's a far more convoluted approach than I like...
    Posted to Data Access and ObjectDataSource Control (Forum) by JMitchem on 06-10-2009, 12:00 AM
    Filed under: object database, objectdatasource, ObjectDataSource "rows returned", ObjectDatasource GridView Business object, gridview pagination filter, gridview paging, Gridview
  • Affiliate Link Redirect c#, gridview

    I am using amazon webservice to display products on a website, I heard that if you are putting direct affiliate link on site,it affects bad on search engines. So like to redirect to 1 page on my site, after that rediect to affiliate site.How to do this better in way? pl. help,
    Posted to Data Presentation Controls (Forum) by visliCom on 06-10-2009, 12:00 AM
    Filed under: Affiliate Link Redirect c#, GridView
  • Re: delete by check box

    Hi shushu Ali, As per my understanding you have one column with check boxes in gridview.My answer is with this assumption. Once user selects multiple check boxes and click "Delete It" button , you need to catch the "DeleteButton_Click event". Under the event execution iterate through...
    Posted to Getting Started (Forum) by prasham_ajmera on 06-09-2009, 12:00 AM
    Filed under: check boxes, gridview
Page 1 of 175 (1741 items) 1 2 3 4 5 Next > ... Last »