Click here to Skip to main content
15,893,381 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWeb Service Pin
Amit Kumar G14-Sep-06 7:15
Amit Kumar G14-Sep-06 7:15 
AnswerRe: Web Service Pin
Sebastien Lachance14-Sep-06 9:19
Sebastien Lachance14-Sep-06 9:19 
AnswerRe: Web Service Pin
postmaster@programmingknowledge.com14-Sep-06 11:00
postmaster@programmingknowledge.com14-Sep-06 11:00 
Questionneed help with the database part of asp >.< Pin
neodeaths14-Sep-06 6:25
neodeaths14-Sep-06 6:25 
AnswerRe: need help with the database part of asp >.< Pin
Amit Kumar G14-Sep-06 7:11
Amit Kumar G14-Sep-06 7:11 
QuestionToolbar web part for share point portal Pin
Suj_7814-Sep-06 6:13
Suj_7814-Sep-06 6:13 
Questionis asp.net sucks ? Pin
SharpSmith14-Sep-06 5:58
SharpSmith14-Sep-06 5:58 
AnswerRe: is asp.net sucks ? Pin
Guffa14-Sep-06 8:23
Guffa14-Sep-06 8:23 
There is nothing wrong with the ASP.NET architecture.

As with every powerful tool you have to keep an eye on what's happening, or it can really get messy. Wink | ;)

The Web controls that come with ASP.NET is convenient for easily putting together a working form, but the view state easily grows quite a bit. The view state can be disabled for controls where you don't need it, or you might consider using the Html controls instead. You have to do more of the work yourself, but it still is no more work than if the Web controls didn't exist at all. If a Web control give you more thouble than it's worth, just don't use it.

If you have a lot of components in a page that is performance critical, they shouldn't be database driven, they should be data bound. That means that you still feed them the data from the page, they don't fetch it themselves.


---
b { font-weight: normal; }

GeneralRe: is asp.net sucks ? Pin
SharpSmith14-Sep-06 9:53
SharpSmith14-Sep-06 9:53 
GeneralRe: is asp.net sucks ? Pin
Dominic Pettifer14-Sep-06 14:05
Dominic Pettifer14-Sep-06 14:05 
GeneralRe: is asp.net sucks ? Pin
SharpSmith14-Sep-06 20:08
SharpSmith14-Sep-06 20:08 
QuestionHow to transfer Session from .Net 2.0 to .Net 1.1 & classic asp? Pin
-Dr_X-14-Sep-06 5:37
-Dr_X-14-Sep-06 5:37 
QuestionRegex Pin
netDeveloper14-Sep-06 5:25
netDeveloper14-Sep-06 5:25 
AnswerRe: Regex Pin
Not Active14-Sep-06 5:31
mentorNot Active14-Sep-06 5:31 
AnswerRe: Regex Pin
Eric Dahlvang14-Sep-06 11:23
Eric Dahlvang14-Sep-06 11:23 
QuestionAbout Iframe Control Pin
nannapanenikamalnath14-Sep-06 4:04
nannapanenikamalnath14-Sep-06 4:04 
QuestionData Reader Vs DataSet Pin
Amit Kumar G14-Sep-06 3:08
Amit Kumar G14-Sep-06 3:08 
AnswerRe: Data Reader Vs DataSet Pin
ToddHileHoffer14-Sep-06 3:14
ToddHileHoffer14-Sep-06 3:14 
AnswerRe: Data Reader Vs DataSet Pin
playout14-Sep-06 3:36
playout14-Sep-06 3:36 
AnswerRe: Data Reader Vs DataSet Pin
Not Active14-Sep-06 9:38
mentorNot Active14-Sep-06 9:38 
QuestionDatagrid paging and IFRAME Pin
psid2314-Sep-06 3:07
psid2314-Sep-06 3:07 
AnswerRe: Datagrid paging and IFRAME Pin
ToddHileHoffer14-Sep-06 3:17
ToddHileHoffer14-Sep-06 3:17 
Questionwht is happing in these lines....... [modified] Pin
GeetMunjal14-Sep-06 2:27
GeetMunjal14-Sep-06 2:27 
AnswerRe: wht is happing in these lines....... Pin
Jay_se14-Sep-06 2:58
Jay_se14-Sep-06 2:58 
GeneralRe: wht is happing in these lines....... Pin
GeetMunjal14-Sep-06 3:16
GeetMunjal14-Sep-06 3:16 

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.