Click here to Skip to main content
16,008,175 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Help regarding master pages Pin
anu8125-Oct-07 19:52
anu8125-Oct-07 19:52 
GeneralRe: Help regarding master pages Pin
N a v a n e e t h25-Oct-07 19:59
N a v a n e e t h25-Oct-07 19:59 
GeneralRe: Help regarding master pages Pin
anu8125-Oct-07 20:10
anu8125-Oct-07 20:10 
QuestionRoles Pin
SreejithAchutan25-Oct-07 18:21
SreejithAchutan25-Oct-07 18:21 
AnswerRe: Roles Pin
Imran Khan Pathan25-Oct-07 18:31
Imran Khan Pathan25-Oct-07 18:31 
Questiondatagrid show loading screen Pin
VinothRao25-Oct-07 17:49
VinothRao25-Oct-07 17:49 
AnswerRe: datagrid show loading screen Pin
Imran Khan Pathan25-Oct-07 18:22
Imran Khan Pathan25-Oct-07 18:22 
AnswerRe: datagrid show loading screen Pin
N a v a n e e t h25-Oct-07 19:32
N a v a n e e t h25-Oct-07 19:32 
VinothRao wrote:
The problem is each time i refresh the main page, it took at least 10sec or more to load the datagrid due to lack of performance from the server.


10 sec ? Is it a long time ? I don't think so. If you are using MSAjax library, you can use a UpdateProgress control which will show update progress. But for using this your Datagrid should be in an UpdatePanel.

You have to optimize your query to get good performance. Usually DataGrid/GridView loads entire records to the grid even though you enabled paging. So if you are displaying large number of data with these controls, use custom paging. This can improve the performance.


GeneralRe: datagrid show loading screen Pin
VinothRao25-Oct-07 20:50
VinothRao25-Oct-07 20:50 
QuestionWebservice Application Stops Indefinately Pin
Sudhir Yadav25-Oct-07 15:59
Sudhir Yadav25-Oct-07 15:59 
QuestionBinary Data [modified] Pin
ASPnoob25-Oct-07 13:58
ASPnoob25-Oct-07 13:58 
AnswerRe: Binary Data Pin
Sudhir Yadav25-Oct-07 16:08
Sudhir Yadav25-Oct-07 16:08 
GeneralRe: Binary Data Pin
ASPnoob25-Oct-07 16:45
ASPnoob25-Oct-07 16:45 
GeneralRe: Binary Data Pin
N a v a n e e t h25-Oct-07 19:40
N a v a n e e t h25-Oct-07 19:40 
AnswerRe: Binary Data Pin
Imran Khan Pathan25-Oct-07 18:42
Imran Khan Pathan25-Oct-07 18:42 
GeneralRe: Binary Data Pin
N a v a n e e t h25-Oct-07 19:41
N a v a n e e t h25-Oct-07 19:41 
QuestionServer Side Alert Messages. Pin
Dio2225-Oct-07 10:23
Dio2225-Oct-07 10:23 
AnswerRe: Server Side Alert Messages. Pin
Malcolm Smart25-Oct-07 10:27
Malcolm Smart25-Oct-07 10:27 
AnswerServer Side Alert Messages. Pin
Sarani Ravindran28-Oct-07 1:12
Sarani Ravindran28-Oct-07 1:12 
Questionrandomly changing images with a time interval Pin
sivaram praveen25-Oct-07 7:58
sivaram praveen25-Oct-07 7:58 
AnswerRe: randomly changing images with a time interval Pin
pmarfleet25-Oct-07 10:04
pmarfleet25-Oct-07 10:04 
Questionlogout not abandoning session Pin
janetb9925-Oct-07 7:05
janetb9925-Oct-07 7:05 
QuestionRegular expression for names Pin
kjosh25-Oct-07 5:48
kjosh25-Oct-07 5:48 
AnswerRe: Regular expression for names Pin
Expert Coming25-Oct-07 6:36
Expert Coming25-Oct-07 6:36 
AnswerRegular expression for names Pin
Sarani Ravindran28-Oct-07 1:42
Sarani Ravindran28-Oct-07 1:42 

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.