![]() |
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
i got error in datagrid. suppose i moved one page to another page in datagrid. This type of the error should come. how i will solve that one.
This is my coding <asp GridLines="None" BorderWidth="2px" CellPadding="3" CellSpacing="1" AllowSorting="True" PagerStyle-HorizontalAlign="Center" HorizontalAlign="Left" OnPageIndexChanged="gridedit_PageIndexChanged" PageSize="20" AllowPaging="True" AutoGenerateColumns="False" SelectedItemStyle-Width="100px" OnSelectedIndexChanged="gridedit_SelectedIndexChan ged"> <HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#A53A6A"></HeaderStyle> <FooterStyle BackColor="Beige" ForeColor="Black" /> <PagerStyle Font-Bold="True" Mode="NumericPages" Font-Underline="True" HorizontalAlign="Center" /> <Columns> <asp:BoundColumn DataField="CountryID" Visible="False" HeaderText="RegID"> <itemstyle backcolor="GhostWhite" /> <HeaderStyle BackColor="#0793CF" Font-Bold="True" /> </asp:BoundColumn> <asp:BoundColumn DataField="JobID" HeaderText="JobID"> <itemstyle backcolor="GhostWhite" /> <HeaderStyle BackColor="#0793CF" Font-Bold="True" /> </asp:BoundColumn> <asp:BoundColumn DataField="FirstName" HeaderText="FirstName"> <itemstyle backcolor="GhostWhite" /> <HeaderStyle BackColor="#0793CF" Font-Bold="True" /> </asp:BoundColumn> <asp:BoundColumn DataField="EmailId" HeaderText="EmailId"> <itemstyle backcolor="GhostWhite" /> <HeaderStyle BackColor="#0793CF" Font-Bold="True" /> </asp:BoundColumn> <asp:BoundColumn DataField="AreaofExpertise" HeaderText="AreaofExpertise"> <itemstyle backcolor="GhostWhite" /> <HeaderStyle BackColor="#0793CF" Font-Bold="True" /> </asp:BoundColumn> <asp:BoundColumn DataField="ExeperienceLevel" HeaderText="ExeperienceLevel"> <itemstyle backcolor="GhostWhite" /> <HeaderStyle BackColor="#0793CF" Font-Bold="True" /> </asp:BoundColumn> <asp:TemplateColumn HeaderText="Country" Visible="False"> <ItemStyle HorizontalAlign="Left" Wrap="False" /> <HeaderStyle ForeColor="White" HorizontalAlign="Left" BackColor="#0793CF" Font-Bold="True" /> <ItemTemplate> <asp:Label ID="lnkCountry" runat="server" Visible="false" Text='<%# Bind("CountryName") %>'></asp:Label> </ItemTemplate> </asp:TemplateColumn> <asp:TemplateColumn HeaderText="View Resume"> <HeaderStyle ForeColor="White" HorizontalAlign="Left" BackColor="#0793CF" Font-Bold="True" /> <itemstyle backcolor="GhostWhite" HorizontalAlign="Left" Wrap="False" /> <ItemTemplate> <asp:Label ID="lnkName" runat="server" Text='<%# Bind("ResumefilePath") %>'></asp:Label> <asp:HyperLink ID="lBtnResumefileAttachment" runat="server" ImageUrl="~/images/paperclip_blue.gif" NavigateUrl='<%# "../UpLoadResume"+ Eval("CountryName")+"/"+ Eval("ResumefilePath") %>' Text='<%# Bind("ResumefilePath") %>'></asp:HyperLink> </ItemTemplate> </asp:TemplateColumn> </Columns> <SelectedItemStyle Width="100px" /> </asp yakoobismail |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| viewstate MAC failed in asp.net 2.0 while postback the page | azraffarveen | Software | 0 | 05-12-2009 03:24 PM |
| .NET 2.0 Web Apps / .NET 3.5 ASP.NET Apps - Differences/Similariti | london1919 | MCTS | 1 | 12-08-2008 03:16 PM |
| ASP.NET: Asign Users in Roles(Array.IndexOf(Of String) method) | msandlana | Software | 0 | 04-25-2008 06:37 AM |
| ASP.NET 2.0 application does not run in WIN2k3 | johnfraj | Software | 0 | 04-19-2007 08:27 AM |
| asp.net query | ashima515 | Software | 1 | 03-02-2007 06:29 AM |