Click here to Skip to main content
15,883,883 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncause of these errors? Pin
ozturkmuhammed24-Mar-12 12:11
ozturkmuhammed24-Mar-12 12:11 
AnswerRe: cause of these errors? Pin
Eddy Vluggen25-Mar-12 3:34
professionalEddy Vluggen25-Mar-12 3:34 
QuestionUpdatePanel with dropdown control. Pin
vipinkrr24-Mar-12 6:22
vipinkrr24-Mar-12 6:22 
AnswerRe: UpdatePanel with dropdown control. Pin
Abhinav S24-Mar-12 16:31
Abhinav S24-Mar-12 16:31 
AnswerRe: UpdatePanel with dropdown control. Pin
MaulikDusara26-Mar-12 2:55
MaulikDusara26-Mar-12 2:55 
Questionquiz application Pin
daya patel24-Mar-12 5:24
daya patel24-Mar-12 5:24 
AnswerRe: quiz application Pin
Abhinav S24-Mar-12 16:28
Abhinav S24-Mar-12 16:28 
Questionpaging in gridview? Pin
murali_utr23-Mar-12 23:47
murali_utr23-Mar-12 23:47 
hi,
In my project using gridview and handling paging. paging is not working for me. there is not error raised in pageindexchanging. following is my gridview. whats the thing need to write in grdcountry_pageindexchanging. Any sample code please. vert urgent please

<asp:GridView ID="grdCountry" runat="server" AutoGenerateColumns="False"
BorderWidth="1px" CellPadding="5" CssClass="Grid"
DataKeyNames="pk_country_id" ForeColor="#284E98"
GridLines="Vertical" Width="50%" PageSize="25" AllowPaging="True"
AllowSorting="True" onpageindexchanging="grdCountry_PageIndexChanging"
EnableSortingAndPagingCallbacks="True">
<PagerSettings Mode="NextPreviousFirstLast"
position="Bottom"
pagebuttoncount="10"/>
<pagerstyle backcolor="LightBlue"/>
<RowStyle BackColor="#EFF3FB" />

<Columns>
<asp:BoundField DataField="country_name" HeaderText="Country Name">
<ItemStyle HorizontalAlign="Left" />
</asp:BoundField>
<asp:CommandField ButtonType="Button" ShowCancelButton="False" ShowSelectButton="True" />
</Columns>

<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<EditRowStyle BackColor="#2461BF" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
Have A Nice Day!
Murali.M

Blog

AnswerRe: paging in gridview? Pin
murali_utr23-Mar-12 23:56
murali_utr23-Mar-12 23:56 
QuestionAutoCompleteExtender in AjaxToolkit? Pin
murali_utr23-Mar-12 23:36
murali_utr23-Mar-12 23:36 
AnswerRe: AutoCompleteExtender in AjaxToolkit? Pin
murali_utr26-Mar-12 4:01
murali_utr26-Mar-12 4:01 
QuestionNeed of asp.net code for offered courses Pin
Shazia Nawaz23-Mar-12 21:21
Shazia Nawaz23-Mar-12 21:21 
AnswerRe: Need of asp.net code for offered courses Pin
Abhinav S24-Mar-12 0:13
Abhinav S24-Mar-12 0:13 
AnswerRe: Need of asp.net code for offered courses Pin
Shivapragasam24-Mar-12 2:27
Shivapragasam24-Mar-12 2:27 
GeneralRe: Need of asp.net code for offered courses Pin
Shazia Nawaz24-Mar-12 23:36
Shazia Nawaz24-Mar-12 23:36 
GeneralRe: Need of asp.net code for offered courses Pin
shreekar27-Mar-12 9:37
shreekar27-Mar-12 9:37 
Questionmaster page problem Pin
Elham M23-Mar-12 7:24
Elham M23-Mar-12 7:24 
AnswerRe: master page problem Pin
Dalek Dave23-Mar-12 14:08
professionalDalek Dave23-Mar-12 14:08 
GeneralRe: master page problem Pin
Elham M28-Mar-12 23:54
Elham M28-Mar-12 23:54 
GeneralRe: master page problem Pin
Dalek Dave29-Mar-12 0:38
professionalDalek Dave29-Mar-12 0:38 
AnswerRe: master page problem Pin
Anudeep Jaiswal - MCA28-Mar-12 23:01
Anudeep Jaiswal - MCA28-Mar-12 23:01 
GeneralRe: master page problem Pin
Elham M29-Mar-12 0:20
Elham M29-Mar-12 0:20 
QuestionPage not found Pin
Dalek Dave23-Mar-12 4:29
professionalDalek Dave23-Mar-12 4:29 
AnswerRe: Page not found Pin
Not Active23-Mar-12 6:43
mentorNot Active23-Mar-12 6:43 
GeneralRe: Page not found Pin
Dalek Dave23-Mar-12 6:50
professionalDalek Dave23-Mar-12 6:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.