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

ASP.NET

 
AnswerRe: Resuable code in webforms & webservice Pin
ednrgc21-Nov-06 2:17
ednrgc21-Nov-06 2:17 
GeneralRe: Resuable code in webforms & webservice Pin
Nitin198122-Nov-06 18:06
Nitin198122-Nov-06 18:06 
Questionhow to check email Pin
kumar bharat bhusanam21-Nov-06 1:31
kumar bharat bhusanam21-Nov-06 1:31 
AnswerRe: how to check email Pin
Nitin198121-Nov-06 1:39
Nitin198121-Nov-06 1:39 
QuestionCurrent Page in GridView Pin
Mazdak21-Nov-06 1:26
Mazdak21-Nov-06 1:26 
AnswerRe: Current Page in GridView Pin
ednrgc21-Nov-06 2:15
ednrgc21-Nov-06 2:15 
GeneralRe: Current Page in GridView Pin
Mazdak21-Nov-06 2:57
Mazdak21-Nov-06 2:57 
GeneralRe: Current Page in GridView Pin
ednrgc21-Nov-06 3:22
ednrgc21-Nov-06 3:22 
As a workaround, Try to use the following to access that label:

The Current Page is called CurrentPageLabel. Assign it a class in the aspx, or try this:

GridViewRow pagerRow = CustomersGridView.BottomPagerRow;
Label pageLabel = (Label)pagerRow.Cells[0].FindControl("CurrentPageLabel");

Once you have the label, you can assign it a css class.

GeneralRe: Current Page in GridView Pin
Mazdak21-Nov-06 9:52
Mazdak21-Nov-06 9:52 
QuestionFTP application Pin
sukhchain singh21-Nov-06 0:40
sukhchain singh21-Nov-06 0:40 
AnswerRe: FTP application Pin
Goalie3521-Nov-06 3:59
Goalie3521-Nov-06 3:59 
GeneralRe: FTP application Pin
sukhchain singh21-Nov-06 22:22
sukhchain singh21-Nov-06 22:22 
GeneralRe: FTP application Pin
Goalie3522-Nov-06 2:52
Goalie3522-Nov-06 2:52 
Question[Message Deleted] Pin
ayeleteric21-Nov-06 0:17
ayeleteric21-Nov-06 0:17 
AnswerRe: Sorting possibility Pin
Paddy Boyd21-Nov-06 2:11
Paddy Boyd21-Nov-06 2:11 
GeneralRe: Sorting possibility Pin
ayeleteric21-Nov-06 2:17
ayeleteric21-Nov-06 2:17 
AnswerRe: Sorting possibility Pin
ednrgc21-Nov-06 2:28
ednrgc21-Nov-06 2:28 
GeneralRe: Sorting possibility Pin
ayeleteric21-Nov-06 2:31
ayeleteric21-Nov-06 2:31 
GeneralRe: Sorting possibility Pin
ednrgc21-Nov-06 2:33
ednrgc21-Nov-06 2:33 
GeneralRe: Sorting possibility Pin
ayeleteric21-Nov-06 2:37
ayeleteric21-Nov-06 2:37 
GeneralRe: Sorting possibility Pin
ednrgc21-Nov-06 2:42
ednrgc21-Nov-06 2:42 
Questionto retrieve security information of client's browser i.e. Internet Explorer at Server side in ASP.NET Pin
loss_angels20-Nov-06 23:58
loss_angels20-Nov-06 23:58 
QuestionWebservice for beginner Pin
ayeleteric20-Nov-06 23:55
ayeleteric20-Nov-06 23:55 
AnswerRe: Webservice for beginner Pin
ednrgc21-Nov-06 3:39
ednrgc21-Nov-06 3:39 
GeneralRe: Webservice for beginner Pin
ayeleteric21-Nov-06 3:58
ayeleteric21-Nov-06 3:58 

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.