Click here to Skip to main content
15,922,325 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: problem when upload my site Pin
Shuaib wasif khan30-Aug-09 14:44
Shuaib wasif khan30-Aug-09 14:44 
QuestionItemCommand not firing Pin
Chazzysb29-Aug-09 9:42
Chazzysb29-Aug-09 9:42 
AnswerRe: ItemCommand not firing Pin
Abhishek Sur29-Aug-09 9:52
professionalAbhishek Sur29-Aug-09 9:52 
GeneralRe: ItemCommand not firing Pin
Chazzysb29-Aug-09 9:59
Chazzysb29-Aug-09 9:59 
GeneralRe: ItemCommand not firing Pin
Abhishek Sur29-Aug-09 10:31
professionalAbhishek Sur29-Aug-09 10:31 
GeneralRe: ItemCommand not firing [modified] Pin
Chazzysb29-Aug-09 12:15
Chazzysb29-Aug-09 12:15 
AnswerRe: ItemCommand not firing Pin
Chazzysb30-Aug-09 0:59
Chazzysb30-Aug-09 0:59 
GeneralRe: ItemCommand not firing Pin
Abhishek Sur30-Aug-09 2:44
professionalAbhishek Sur30-Aug-09 2:44 
I have already saw your code and it seemed to me fine. Yes, you need to EnableViewState when you want the control to appear during postbacks.


Chazzysb wrote:
when i set the datasource for the datalist i store it in a session parameter


I suggest you to dont do that. Dont use Session to store datasource, as heavy data will eat up application pool memory. Rather

Use Fiddler to check what exactly the response generated. Check what exactly the problem is during the postbacks.

Thumbs Up | :thumbsup:

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

Questionsend data to sql server Pin
hasani200729-Aug-09 8:23
hasani200729-Aug-09 8:23 
AnswerRe: send data to sql server Pin
Manas Bhardwaj29-Aug-09 8:30
professionalManas Bhardwaj29-Aug-09 8:30 
Questionplay you tube on your site Pin
michael@cohen29-Aug-09 8:14
michael@cohen29-Aug-09 8:14 
AnswerRe: play you tube on your site Pin
Manas Bhardwaj29-Aug-09 8:32
professionalManas Bhardwaj29-Aug-09 8:32 
AnswerRe: play you tube on your site Pin
Abhishek Sur29-Aug-09 10:04
professionalAbhishek Sur29-Aug-09 10:04 
AnswerRe: play you tube on your site Pin
michael@cohen29-Aug-09 10:40
michael@cohen29-Aug-09 10:40 
AnswerRe: play you tube on your site Pin
Christian Graus29-Aug-09 13:26
protectorChristian Graus29-Aug-09 13:26 
Questionabout javascript function Pin
Seraph_summer29-Aug-09 6:47
Seraph_summer29-Aug-09 6:47 
AnswerRe: about javascript function Pin
Arindam Sinha29-Aug-09 7:06
Arindam Sinha29-Aug-09 7:06 
GeneralRe: about javascript function Pin
Seraph_summer29-Aug-09 7:53
Seraph_summer29-Aug-09 7:53 
GeneralRe: about javascript function Pin
Arindam Sinha29-Aug-09 7:55
Arindam Sinha29-Aug-09 7:55 
AnswerRe: about javascript function Pin
Abhishek Sur29-Aug-09 11:03
professionalAbhishek Sur29-Aug-09 11:03 
QuestionHow to induce CSS style to be applied when you run the page from VS2008 Pin
Chesnokov Yuriy29-Aug-09 6:43
professionalChesnokov Yuriy29-Aug-09 6:43 
AnswerRe: How to induce CSS style to be applied when you run the page from VS2008 Pin
Abhishek Sur29-Aug-09 10:28
professionalAbhishek Sur29-Aug-09 10:28 
QuestionRe: How to induce CSS style to be applied when you run the page from VS2008 Pin
Chesnokov Yuriy29-Aug-09 20:40
professionalChesnokov Yuriy29-Aug-09 20:40 
QuestionDropDown List Selected Index Change Problem Pin
jahirhstu29-Aug-09 4:54
jahirhstu29-Aug-09 4:54 
AnswerRe: DropDown List Selected Index Change Problem Pin
Arindam Sinha29-Aug-09 6:05
Arindam Sinha29-Aug-09 6:05 

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.