Hi
Im not sure what control to use, I want to show a list of results in teh following format
Car Name Ford Fiat OpelCar AccessoryLeather Yes No YesPower Steering Yes &n
View Complete Post
sir
i have a table there is 17 columns in 17 column 3 are number and other are varchar . when i try to display all data of that column error occures.
one more intersting think is when i try to display 6 column then grid show there data an no more error occures.
when i run my project this error occures in grid view
Arithmetic operation resulted in an overflow.
A flexible, customizable grid for displaying data is a useful tool for ASP developers. It allows Web visitors to customize their view of your data. This article takes the data grid presented in "Ad Hoc Web Reporting with ADO 2.0" by John Papa and Charles Caison (MIND, December 1998) and adds handy features such as a finds feature that supports multiple finds and a mode for adding and editing records. This version also improves response time by allowing asynchronous record download and it componentizes the code so it can be used as a standalone VBScript class object that can be reused in other pages.
Randall Kindig
MSDN Magazine July 2000
I need ure help,
my question is that I need to show a tab two times in my web page ,,, each time this tab will be showed it will have different data will be called from a database while the page loaded >>>> when I use my code I can show the tab one time only
I will insert my code here look at it and tell me where the error
<td align=left > <cc2:TabContainer ID="TabContainer1" runat=server BorderStyle="None" BorderColor="White" BorderWidth="0"> <cc2:TabPanel ID="TabPAnel1" runat=server BorderStyle="None" BorderColor="White" BorderWidth="0px"> <HeaderTemplate>Books</HeaderTemplate> <ContentTemplate> <asp:DataList ID="DataList3" runat=server > <ItemTemplate> <cc2:CollapsiblePanelExtender ID="CollapsiblePanelExtender1" runat="server" TargetControlID="PnlContent" ExpandControlID="PnlTitle" CollapseControlID="PnlTitle" TextLabelID="Label1" CollapsedText='<%# Eval ("BookName") %>' ExpandedText='<%# Eval ("BookName") %>' ImageControlID="Image1" ExpandedImage="App_Themes/ima
I have two web parts on the page. The left one has regions listed. Clicking on a region hte right web part (DVWP) displays the data about that region (sales, etc.).
Everything works as expected. Now, I added a region. And the new region does not show up. The regions are in an SP list. I am using SP 2003 and SPD 2007.
I can see the new region data in a standard view or a datasheet view.
Can someone please help? Thanks much.
hello ,
I have show data in gridview. when search item. And for updating We use Edit button. When I click on edit button it doesn't show data. I have also bind again data. It doesn't show data . The gridview doen't display.
but When I enter search number again then display it.
I have paste some code snippest.
protected void gvFaxValidation_RowEditing(object sender, GridViewEditEventArgs e) { gvFaxValidation.EditIndex = e.NewEditIndex; GridViewRow editingRow = gvFaxValidation.Rows[e.NewEditIndex]; if (ddlSearchCriteria.SelectedValue == "PRESCRIBER_ID") { gvFaxValidation.DataSource = objMasterBLL.FaxSearch(Txt_Search.Text); gvFaxValidation.DataBind(); } &nb
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend