Click here to Skip to main content
15,917,617 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to change the date format in javascript Pin
Yusuf11-May-09 4:07
Yusuf11-May-09 4:07 
QuestionI get the Exception "Thread is being aborted" Pin
Subin Alex11-May-09 1:14
Subin Alex11-May-09 1:14 
AnswerRe: I get the Exception "Thread is being aborted" Pin
Yusuf11-May-09 1:22
Yusuf11-May-09 1:22 
GeneralRe: I get the Exception "Thread is being aborted" Pin
Subin Alex11-May-09 1:35
Subin Alex11-May-09 1:35 
GeneralRe: I get the Exception "Thread is being aborted" Pin
Colin Angus Mackay11-May-09 3:01
Colin Angus Mackay11-May-09 3:01 
GeneralRe: I get the Exception "Thread is being aborted" Pin
Yusuf11-May-09 4:03
Yusuf11-May-09 4:03 
GeneralRe: I get the Exception "Thread is being aborted" Pin
Colin Angus Mackay11-May-09 6:02
Colin Angus Mackay11-May-09 6:02 
QuestionOverriding __doPostBack in ListView Pin
Paul Hennessey11-May-09 1:00
Paul Hennessey11-May-09 1:00 
I’m building a fairly typical ASP.NET web app that has a data entry screen, a number of maintenance screens, and some reports. The data entry screen and the maintenance screens all work in the same way; they use ListView controls embedded in UpdatePanels.

So far so good – they’re solid and reliable. However, performance is an issue for the data entry screen, and I don’t think using a ListView is going to be good enough. Using Fiddler, I can see that every postback sends 30Kb of data down the line, which seems a little excessive to me.

I’ve experimented with a ‘fast’ data entry screen. This one just uses a plain ol’ table, no UpdatePanels. I handle the click event on the client side by calling a web service that updates the database. This has got me from 30Kb down to 12 bytes!

The thing is, I’d like to retain use of the ListView if possible, because I want consistency with my other screens, and I’d like to continue to use the DataPager control. To do this, I’m obviously going to need to override the __doPostBack functions that the ListView generates.

My question is, is this going to be more trouble than it’s worth? Before I waste days of my life on this, is there a much better way of going about it?
AnswerRe: Overriding __doPostBack in ListView Pin
Yusuf11-May-09 1:27
Yusuf11-May-09 1:27 
GeneralRe: Overriding __doPostBack in ListView Pin
Paul Hennessey11-May-09 1:52
Paul Hennessey11-May-09 1:52 
GeneralRe: Overriding __doPostBack in ListView Pin
Yusuf11-May-09 4:20
Yusuf11-May-09 4:20 
GeneralRe: Overriding __doPostBack in ListView Pin
Paul Hennessey11-May-09 7:31
Paul Hennessey11-May-09 7:31 
QuestionXML and Database Pin
ais0711-May-09 0:52
ais0711-May-09 0:52 
AnswerRe: XML and Database Pin
Vimalsoft(Pty) Ltd11-May-09 1:10
professionalVimalsoft(Pty) Ltd11-May-09 1:10 
QuestionCheckboxes for Parent and Child in Treeview Pin
meeram39511-May-09 0:51
meeram39511-May-09 0:51 
Questionis it possible to have two asp.net 3.5 sites with unique urls on the same host that use one ms-sql database? Pin
taltultc11-May-09 0:30
taltultc11-May-09 0:30 
AnswerRe: is it possible to have two asp.net 3.5 sites with unique urls on the same host that use one ms-sql database? Pin
Vimalsoft(Pty) Ltd11-May-09 1:04
professionalVimalsoft(Pty) Ltd11-May-09 1:04 
QuestionCrystal Reports [modified] Pin
SelvaShankar11-May-09 0:06
SelvaShankar11-May-09 0:06 
AnswerRe: Crystal Reports Pin
N a v a n e e t h11-May-09 0:25
N a v a n e e t h11-May-09 0:25 
GeneralRe: Crystal Reports Pin
SelvaShankar11-May-09 1:01
SelvaShankar11-May-09 1:01 
QuestionTreeview Expand and Collapse Pin
Krishhhhhhhhhhhhhh10-May-09 23:56
Krishhhhhhhhhhhhhh10-May-09 23:56 
AnswerRe: Treeview Expand and Collapse Pin
specialdreamsin11-May-09 18:54
specialdreamsin11-May-09 18:54 
GeneralRe: Treeview Expand and Collapse Pin
Krishhhhhhhhhhhhhh11-May-09 19:12
Krishhhhhhhhhhhhhh11-May-09 19:12 
GeneralRe: Treeview Expand and Collapse Pin
specialdreamsin11-May-09 19:25
specialdreamsin11-May-09 19:25 
QuestionRestrict Multi Login Problem Pin
Yaazi10-May-09 23:51
Yaazi10-May-09 23:51 

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.