Click here to Skip to main content
15,899,754 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Removing a object instance completely out of memory. Pin
Ashutosh Trivedi31-Jul-09 5:21
Ashutosh Trivedi31-Jul-09 5:21 
QuestionProblem With Datalist ItemCommand Pin
Member 435657030-Jul-09 2:44
Member 435657030-Jul-09 2:44 
AnswerRe: Problem With Datalist ItemCommand Pin
Abhishek Sur30-Jul-09 2:55
professionalAbhishek Sur30-Jul-09 2:55 
AnswerRe: Problem With Datalist ItemCommand Pin
Member 435657030-Jul-09 5:11
Member 435657030-Jul-09 5:11 
Questionchanging chart type using aspx.cs Pin
codeproj_priya30-Jul-09 2:38
codeproj_priya30-Jul-09 2:38 
AnswerRe: changing chart type using aspx.cs Pin
Abhishek Sur30-Jul-09 3:09
professionalAbhishek Sur30-Jul-09 3:09 
QuestionUpdatepanel Problem Pin
Vimalsoft(Pty) Ltd30-Jul-09 1:05
professionalVimalsoft(Pty) Ltd30-Jul-09 1:05 
AnswerRe: Updatepanel Problem Pin
Abhishek Sur30-Jul-09 9:19
professionalAbhishek Sur30-Jul-09 9:19 
Yes.. Updatepanel Creates a new form at runtime and posts that with all Viewstate and all to the server. While the page is posted back from the server, the updatepanel will freeze the controls in the client and the user cant do anything with it.

As per my recommendation, I can see you placed everything inside the update panel. Rather than this, it would be fruitful to you if you place only the things that you need in the server side to be posted back.

Use more than one Updatepanels in the page and post only the things that you need through AJAX.

This will do the trick I think.Thumbs Up | :thumbsup:


GeneralRe: Updatepanel Problem Pin
Vimalsoft(Pty) Ltd31-Jul-09 1:47
professionalVimalsoft(Pty) Ltd31-Jul-09 1:47 
Questionerror CS1056: Unexpected character '�' Pin
phong.cntt29-Jul-09 23:36
phong.cntt29-Jul-09 23:36 
AnswerRe: error CS1056: Unexpected character '�' Pin
dan!sh 30-Jul-09 0:52
professional dan!sh 30-Jul-09 0:52 
GeneralRe: error CS1056: Unexpected character '�' Pin
Vimalsoft(Pty) Ltd30-Jul-09 1:09
professionalVimalsoft(Pty) Ltd30-Jul-09 1:09 
GeneralRe: error CS1056: Unexpected character '�' Pin
dan!sh 30-Jul-09 1:53
professional dan!sh 30-Jul-09 1:53 
GeneralRe: error CS1056: Unexpected character '�' Pin
Vimalsoft(Pty) Ltd30-Jul-09 1:54
professionalVimalsoft(Pty) Ltd30-Jul-09 1:54 
GeneralRe: error CS1056: Unexpected character '�' Pin
neelanjanHal3-Nov-09 23:39
neelanjanHal3-Nov-09 23:39 
QuestionAdd item to dropdownlist Pin
MacIntyre29-Jul-09 23:34
MacIntyre29-Jul-09 23:34 
AnswerRe: Add item to dropdownlist Pin
Vimalsoft(Pty) Ltd29-Jul-09 23:50
professionalVimalsoft(Pty) Ltd29-Jul-09 23:50 
GeneralRe: Add item to dropdownlist Pin
Rajeshwar Code- Developer30-Jul-09 0:13
Rajeshwar Code- Developer30-Jul-09 0:13 
GeneralRe: Add item to dropdownlist Pin
Vimalsoft(Pty) Ltd30-Jul-09 0:14
professionalVimalsoft(Pty) Ltd30-Jul-09 0:14 
GeneralRe: Add item to dropdownlist Pin
Rajeshwar Code- Developer30-Jul-09 0:26
Rajeshwar Code- Developer30-Jul-09 0:26 
GeneralRe: Add item to dropdownlist Pin
Vimalsoft(Pty) Ltd30-Jul-09 0:35
professionalVimalsoft(Pty) Ltd30-Jul-09 0:35 
GeneralRe: Add item to dropdownlist Pin
MacIntyre30-Jul-09 6:23
MacIntyre30-Jul-09 6:23 
GeneralRe: Add item to dropdownlist Pin
MacIntyre30-Jul-09 6:22
MacIntyre30-Jul-09 6:22 
AnswerRe: Add item to dropdownlist Pin
Rajeshwar Code- Developer30-Jul-09 0:26
Rajeshwar Code- Developer30-Jul-09 0:26 
QuestionDevelopers Code Library Pin
biswabhusan29-Jul-09 23:06
biswabhusan29-Jul-09 23:06 

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.