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

ASP.NET

 
GeneralRe: logging out Pin
padmanabhan N26-Aug-09 23:05
padmanabhan N26-Aug-09 23:05 
AnswerRe: logging out Pin
nagendrathecoder26-Aug-09 22:47
nagendrathecoder26-Aug-09 22:47 
QuestionASP.NET Gridview DataBound event retaining previous value Pin
Inderjeet Kaur26-Aug-09 21:52
Inderjeet Kaur26-Aug-09 21:52 
AnswerRe: ASP.NET Gridview DataBound event retaining previous value Pin
Arun Jacob26-Aug-09 23:02
Arun Jacob26-Aug-09 23:02 
GeneralRe: ASP.NET Gridview DataBound event retaining previous value Pin
Inderjeet Kaur26-Aug-09 23:25
Inderjeet Kaur26-Aug-09 23:25 
GeneralRe: ASP.NET Gridview DataBound event retaining previous value Pin
Ibrahim Bello27-Aug-09 2:00
Ibrahim Bello27-Aug-09 2:00 
GeneralRe: ASP.NET Gridview DataBound event retaining previous value [modified] Pin
Inderjeet Kaur27-Aug-09 16:53
Inderjeet Kaur27-Aug-09 16:53 
GeneralRe: ASP.NET Gridview DataBound event retaining previous value Pin
Ibrahim Bello27-Aug-09 21:00
Ibrahim Bello27-Aug-09 21:00 
Try calling gvCardFeesRReport.DataBind() after setting the Page Index property of the gridview in your RowCommand event handler.

Do like this:
gvCardFeesRReport.PageIndex = 0;
gvCardFeesRReport.DataBind();

Cheers!
GeneralRe: ASP.NET Gridview DataBound event retaining previous value Pin
Inderjeet Kaur27-Aug-09 21:29
Inderjeet Kaur27-Aug-09 21:29 
GeneralRe: ASP.NET Gridview DataBound event retaining previous value Pin
Ibrahim Bello27-Aug-09 23:07
Ibrahim Bello27-Aug-09 23:07 
Questionmessagebox Pin
ankitjain111026-Aug-09 21:50
ankitjain111026-Aug-09 21:50 
AnswerRe: messagebox Pin
ankitjain111026-Aug-09 21:59
ankitjain111026-Aug-09 21:59 
GeneralRe: messagebox Pin
Coding C#26-Aug-09 22:22
Coding C#26-Aug-09 22:22 
GeneralRe: messagebox Pin
ankitjain111026-Aug-09 22:34
ankitjain111026-Aug-09 22:34 
GeneralRe: messagebox Pin
Coding C#26-Aug-09 22:39
Coding C#26-Aug-09 22:39 
GeneralRe: messagebox Pin
ankitjain111026-Aug-09 22:57
ankitjain111026-Aug-09 22:57 
GeneralRe: messagebox Pin
ankitjain111026-Aug-09 23:15
ankitjain111026-Aug-09 23:15 
QuestionHow to set CustomValidor for FileUpload Pin
shaik_mr26-Aug-09 21:27
shaik_mr26-Aug-09 21:27 
AnswerRe: How to set CustomValidor for FileUpload Pin
Ibrahim Bello27-Aug-09 1:20
Ibrahim Bello27-Aug-09 1:20 
QuestionAdding values to data gridview programmatically Pin
myinstincts26-Aug-09 21:26
myinstincts26-Aug-09 21:26 
Questionwhile using blank file , fileUpload doesn't work. Pin
Priyagdpl26-Aug-09 21:14
Priyagdpl26-Aug-09 21:14 
AnswerRe: while using blank file , fileUpload doesn't work. Pin
Arun Jacob26-Aug-09 21:33
Arun Jacob26-Aug-09 21:33 
GeneralRe: while using blank file , fileUpload doesn't work. Pin
Priyagdpl26-Aug-09 21:44
Priyagdpl26-Aug-09 21:44 
Questionthere is no source code available for the current location Pin
haleemasher26-Aug-09 21:13
haleemasher26-Aug-09 21:13 
AnswerRe: there is no source code available for the current location Pin
Arun Jacob26-Aug-09 21:22
Arun Jacob26-Aug-09 21:22 

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.