Go Back   Velocity Reviews > General Computer Discussion > Software
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread
Old 05-22-2009, 06:24 AM   #1
Default


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


<aspataGrid ID="gridedit" runat="server" Width="100%" DataKeyField="CountryID" BorderStyle="Ridge"
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>&nbsp;
</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>&nbsp;
<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" />
</aspataGrid>


yakoobismail
yakoobismail is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

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




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46