Click here to Skip to main content
15,927,055 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to make Website run on Full Screen Pin
Tiger45614-Sep-06 1:58
Tiger45614-Sep-06 1:58 
AnswerRe: How to make Website run on Full Screen Pin
Sebastien Lachance14-Sep-06 9:23
Sebastien Lachance14-Sep-06 9:23 
QuestionGridView Task: Pin
y_mmohd14-Sep-06 1:22
y_mmohd14-Sep-06 1:22 
QuestionDataField Still Not Working Pin
Brendan Vogt14-Sep-06 0:53
Brendan Vogt14-Sep-06 0:53 
AnswerRe: DataField Still Not Working Pin
playout14-Sep-06 3:27
playout14-Sep-06 3:27 
AnswerRe: DataField Still Not Working Pin
ToddHileHoffer14-Sep-06 3:28
ToddHileHoffer14-Sep-06 3:28 
QuestionRe: DataField Still Not Working Pin
Brendan Vogt14-Sep-06 3:53
Brendan Vogt14-Sep-06 3:53 
AnswerRe: DataField Still Not Working Pin
ToddHileHoffer14-Sep-06 5:06
ToddHileHoffer14-Sep-06 5:06 
Yeah, you are missing the point. With an ASP.Net application all of the server side code has to run between postbacks. In other words 99% of your code is executed in < 1 second of time. How many class objects can you instantiate during that time interval? Not many. Even when I only working with only one database record I usually use a structure instead of class because it has less overhead.

I have been programming ASP.Net applications for 5 years now and have coded about 25 applications. Most of them have only a couple class files, not including our base class.






how vital enterprise application are for proactive organizations leveraging collective synergy to think outside the box and formulate their key objectives into a win-win game plan with a quality-driven approach that focuses on empowering key players to drive-up their core competencies and increase expectations with an all-around initiative to drive up the bottom-line. But of course, that's all a "high level" overview of things
--thedailywtf 3/21/06

Questionurlrewriter Pin
max_dev2006@yahoo.com14-Sep-06 0:32
max_dev2006@yahoo.com14-Sep-06 0:32 
QuestionUnregister client script Pin
Nitin198114-Sep-06 0:30
Nitin198114-Sep-06 0:30 
AnswerRe: Unregister client script Pin
ToddHileHoffer14-Sep-06 3:34
ToddHileHoffer14-Sep-06 3:34 
QuestionASP.NET Postback not work with Page with large data Pin
JohnnyChiu14-Sep-06 0:27
JohnnyChiu14-Sep-06 0:27 
AnswerRe: ASP.NET Postback not work with Page with large data Pin
Not Active14-Sep-06 2:47
mentorNot Active14-Sep-06 2:47 
GeneralRe: ASP.NET Postback not work with Page with large data Pin
JohnnyChiu14-Sep-06 17:44
JohnnyChiu14-Sep-06 17:44 
Questiona problem with .net framework Pin
Sebastian T Xavier13-Sep-06 23:55
Sebastian T Xavier13-Sep-06 23:55 
AnswerRe: a problem with .net framework Pin
kiran kumar[Intelligroup]14-Sep-06 1:08
kiran kumar[Intelligroup]14-Sep-06 1:08 
GeneralRe: a problem with .net framework Pin
Sebastian T Xavier14-Sep-06 1:17
Sebastian T Xavier14-Sep-06 1:17 
AnswerRe: a problem with .net framework Pin
GeetMunjal14-Sep-06 3:02
GeetMunjal14-Sep-06 3:02 
GeneralRe: a problem with .net framework Pin
Sebastian T Xavier18-Sep-06 0:11
Sebastian T Xavier18-Sep-06 0:11 
QuestionHow to Disable Back button and Forward Button in Internet Explorer? Pin
pubududilena13-Sep-06 23:34
pubududilena13-Sep-06 23:34 
AnswerRe: How to Disable Back button and Forward Button in Internet Explorer? Pin
kiran kumar[Intelligroup]13-Sep-06 23:47
kiran kumar[Intelligroup]13-Sep-06 23:47 
Questioncustom paging &lt;&lt;prev 1 2 3 4 >>Next Pin
max_dev2006@yahoo.com13-Sep-06 23:23
max_dev2006@yahoo.com13-Sep-06 23:23 
AnswerRe: custom paging &lt;&lt;prev 1 2 3 4 >>Next Pin
Kartik Rathi14-Sep-06 0:10
Kartik Rathi14-Sep-06 0:10 
AnswerRe: custom paging &lt;&lt;prev 1 2 3 4 >>Next Pin
playout14-Sep-06 3:41
playout14-Sep-06 3:41 
QuestionRemote installation of Windows service Pin
Exelioindia13-Sep-06 23:11
Exelioindia13-Sep-06 23:11 

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.