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

ASP.NET

 
GeneralRe: Code for page ranking Pin
Sandeep Mewara4-Jun-10 20:06
mveSandeep Mewara4-Jun-10 20:06 
GeneralRe: Code for page ranking Pin
Peace ON4-Jun-10 21:12
Peace ON4-Jun-10 21:12 
RantRe: Code for page ranking Pin
saini arun4-Jun-10 20:03
saini arun4-Jun-10 20:03 
Questionhow to restrict the user not to redirect to other page when check box is checked in asp.net with c# Pin
developerit4-Jun-10 19:08
developerit4-Jun-10 19:08 
AnswerRe: how to restrict the user not to redirect to other page when check box is checked in asp.net with c# Pin
Peace ON4-Jun-10 19:52
Peace ON4-Jun-10 19:52 
AnswerRe: how to restrict the user not to redirect to other page when check box is checked in asp.net with c# [modified] Pin
Ankur\m/4-Jun-10 21:32
professionalAnkur\m/4-Jun-10 21:32 
Questionhow to send all pages from gridview control to email using asp.net with c# Pin
developerit4-Jun-10 19:00
developerit4-Jun-10 19:00 
AnswerRe: how to send all pages from gridview control to email using asp.net with c# Pin
Peace ON4-Jun-10 19:43
Peace ON4-Jun-10 19:43 
hi,

When you use GridView with paging in asp.net it will only load one
page at a time.

So you cannot access all the pages at one time. To send all records in mail
you need to load all the records either in DataSet or in html format.

Once you have all the records in DataSet you can use it's tables to send all
records in mail

Like,

C#
DataSet1.Tables[0]



So, you need to code accordingly.


HTH
Jinal Desai - LIVE
Experience is mother of sage....

Questiondatetime question Pin
Edward Topalian4-Jun-10 14:14
Edward Topalian4-Jun-10 14:14 
AnswerRe: datetime question Pin
Rutvik Dave4-Jun-10 14:24
professionalRutvik Dave4-Jun-10 14:24 
QuestionRe: datetime question Pin
Edward Topalian4-Jun-10 14:37
Edward Topalian4-Jun-10 14:37 
AnswerRe: datetime question Pin
Rutvik Dave4-Jun-10 15:51
professionalRutvik Dave4-Jun-10 15:51 
GeneralRe: datetime question Pin
Edward Topalian5-Jun-10 6:06
Edward Topalian5-Jun-10 6:06 
QuestionHow to make fixed header in gridView inside asp:panel? Pin
mittalpa4-Jun-10 8:34
mittalpa4-Jun-10 8:34 
AnswerRe: How to make fixed header in gridView inside asp:panel? Pin
Yusuf4-Jun-10 13:38
Yusuf4-Jun-10 13:38 
GeneralRe: How to make fixed header in gridView inside asp:panel? Pin
Sandeep Mewara4-Jun-10 20:07
mveSandeep Mewara4-Jun-10 20:07 
GeneralRe: How to make fixed header in gridView inside asp:panel? Pin
Yusuf5-Jun-10 11:38
Yusuf5-Jun-10 11:38 
GeneralRe: How to make fixed header in gridView inside asp:panel? Pin
Sandeep Mewara5-Jun-10 23:31
mveSandeep Mewara5-Jun-10 23:31 
AnswerRe: How to make fixed header in gridView inside asp:panel? Pin
Sandeep Mewara4-Jun-10 20:03
mveSandeep Mewara4-Jun-10 20:03 
QuestionDynamically setting width of controls Pin
mark_me4-Jun-10 8:25
mark_me4-Jun-10 8:25 
AnswerRe: Dynamically setting width of controls Pin
Peace ON4-Jun-10 22:57
Peace ON4-Jun-10 22:57 
QuestionWhat is photosynthesis example like bingmaps site Pin
somasekhara7774-Jun-10 8:23
somasekhara7774-Jun-10 8:23 
AnswerRe: What is photosynthesis example like bingmaps site Pin
T M Gray4-Jun-10 9:04
T M Gray4-Jun-10 9:04 
QuestionIs there a way to add source-structured inputs dynamically to html through c#? Pin
Member 39190494-Jun-10 5:48
Member 39190494-Jun-10 5:48 
AnswerRe: Is there a way to add source-structured inputs dynamically to html through c#? Pin
Not Active4-Jun-10 6:53
mentorNot Active4-Jun-10 6:53 

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.