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

ASP.NET

 
QuestionRetrieving data from a site? Pin
ddspliting18-Aug-08 22:33
ddspliting18-Aug-08 22:33 
AnswerRe: Retrieving data from a site? Pin
AhsanS18-Aug-08 23:14
AhsanS18-Aug-08 23:14 
GeneralRe: Retrieving data from a site? Pin
ddspliting19-Aug-08 2:30
ddspliting19-Aug-08 2:30 
GeneralRe: Retrieving data from a site? Pin
N a v a n e e t h19-Aug-08 3:07
N a v a n e e t h19-Aug-08 3:07 
GeneralRe: Retrieving data from a site? Pin
ddspliting19-Aug-08 3:45
ddspliting19-Aug-08 3:45 
QuestionCrystal Report Error in ASP.net Pin
N.Surendra Prasad18-Aug-08 22:06
N.Surendra Prasad18-Aug-08 22:06 
Questiondisplay 1,00,000 record in asp.net Pin
Jagwinder Walia18-Aug-08 21:59
Jagwinder Walia18-Aug-08 21:59 
AnswerRe: display 1,00,000 record in asp.net Pin
N.Surendra Prasad18-Aug-08 22:11
N.Surendra Prasad18-Aug-08 22:11 
This can be done in different ways, it depends on how you get the source data.

1) If you can get the source data in XML format, then you can design an XSL and present the XML as such.

2) You can frame html with the source data and render the html to the page.

3) you can use Gridview or datagrid without pagination (but this will be slow).

The best method is the first one.

N.Surendra Prasad

AnswerRe: display 1,00,000 record in asp.net Pin
J4amieC18-Aug-08 22:14
J4amieC18-Aug-08 22:14 
AnswerRe: display 1,00,000 record in asp.net Pin
Abhijit Jana18-Aug-08 22:18
professionalAbhijit Jana18-Aug-08 22:18 
AnswerRe: display 1,00,000 record in asp.net Pin
Jagwinder Walia18-Aug-08 22:54
Jagwinder Walia18-Aug-08 22:54 
GeneralRe: display 1,00,000 record in asp.net Pin
AhsanS18-Aug-08 23:05
AhsanS18-Aug-08 23:05 
AnswerRe: display 1,00,000 record in asp.net Pin
Christian Graus19-Aug-08 1:17
protectorChristian Graus19-Aug-08 1:17 
QuestionGridView issue Pin
trilokharry18-Aug-08 21:49
trilokharry18-Aug-08 21:49 
AnswerRe: GridView issue Pin
Christian Graus18-Aug-08 21:54
protectorChristian Graus18-Aug-08 21:54 
GeneralRe: GridView issue Pin
The Web Developer18-Aug-08 22:15
The Web Developer18-Aug-08 22:15 
AnswerRe: GridView issue Pin
The Web Developer18-Aug-08 22:14
The Web Developer18-Aug-08 22:14 
QuestionJava Script issue---urgent Pin
trilokharry18-Aug-08 21:44
trilokharry18-Aug-08 21:44 
JokeRe: Java Script issue---urgent Pin
Sandeep Akhare18-Aug-08 21:48
Sandeep Akhare18-Aug-08 21:48 
GeneralRe: Java Script issue---urgent Pin
trilokharry18-Aug-08 21:53
trilokharry18-Aug-08 21:53 
QuestionDataGrid and Hyperlink Pin
The Web Developer18-Aug-08 21:34
The Web Developer18-Aug-08 21:34 
AnswerRe: DataGrid and Hyperlink Pin
AhsanS18-Aug-08 23:19
AhsanS18-Aug-08 23:19 
GeneralRe: DataGrid and Hyperlink Pin
The Web Developer19-Aug-08 0:28
The Web Developer19-Aug-08 0:28 
QuestionHow to Force PostBack Pin
omlac18-Aug-08 20:48
omlac18-Aug-08 20:48 
AnswerRe: How to Force PostBack Pin
Christian Graus18-Aug-08 20:50
protectorChristian Graus18-Aug-08 20: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.