Click here to Skip to main content
15,891,745 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: showing progress in asp.net Pin
led mike12-Jun-09 5:36
led mike12-Jun-09 5:36 
GeneralRe: showing progress in asp.net Pin
mark_me12-Jun-09 6:05
mark_me12-Jun-09 6:05 
AnswerRe: showing progress in asp.net Pin
ToddHileHoffer12-Jun-09 7:52
ToddHileHoffer12-Jun-09 7:52 
QuestionWill setting static machineKey resolve FormsAuthentication issue in web farm?? Pin
Mark Graham12-Jun-09 5:09
Mark Graham12-Jun-09 5:09 
QuestionCancel Postback of Textbox if it is blank Pin
meeram39512-Jun-09 4:01
meeram39512-Jun-09 4:01 
AnswerRe: Cancel Postback of Textbox if it is blank Pin
ToddHileHoffer12-Jun-09 6:42
ToddHileHoffer12-Jun-09 6:42 
Questionhow to see controls from another page in asp.net Pin
LucBite12-Jun-09 3:56
LucBite12-Jun-09 3:56 
AnswerRe: how to see controls from another page in asp.net Pin
Colin Angus Mackay12-Jun-09 4:14
Colin Angus Mackay12-Jun-09 4:14 
ASP.NET is an attempt to put a stateful abstraction ontop of a stateless protocol. When you process a page in ASP.NET is only just got created. As soon as ASP.NET sends the page out to the client it is destroyed. When the client posts back a new page (that looks pretty similar to the last one) is created and you work on the new page. As soon as the processing of that is complete it is destroyed again.

Put simply. It does not and cannot work like a web forms application without significant additional server overhead - and that would place just too much strain on a server if it has to response to any more than a handful of users.

You have to think of ASP.NET applications differently to WinForms applications. They have different sets of constraints.

So, in order to help better we would need to know more about what you are attempting to achieve. What sort of workflow are you dealing with? Then we can advise how best to pass information around.

Man who stand on hill with mouth open wait long time for roast duck to drop in

General[Message Deleted] Pin
LucBite13-Jun-09 1:47
LucBite13-Jun-09 1:47 
GeneralRe: here is my scenario Collin Pin
LucBite13-Jun-09 2:03
LucBite13-Jun-09 2:03 
AnswerRe: how to see controls from another page in asp.net Pin
Vimalsoft(Pty) Ltd13-Jul-09 3:58
professionalVimalsoft(Pty) Ltd13-Jul-09 3:58 
QuestionIs it possible to kill all events for a control? Pin
thomasa12-Jun-09 3:30
thomasa12-Jun-09 3:30 
QuestionGridView - NullReferenceException Pin
ffowler12-Jun-09 2:39
ffowler12-Jun-09 2:39 
AnswerRe: GridView - NullReferenceException Pin
N a v a n e e t h12-Jun-09 2:55
N a v a n e e t h12-Jun-09 2:55 
GeneralRe: GridView - NullReferenceException Pin
ffowler12-Jun-09 3:02
ffowler12-Jun-09 3:02 
AnswerRe: GridView - NullReferenceException Pin
saanj12-Jun-09 3:02
saanj12-Jun-09 3:02 
AnswerRe: GridView - NullReferenceException Pin
Abhijit Jana12-Jun-09 3:06
professionalAbhijit Jana12-Jun-09 3:06 
QuestionTable Controls clear Pin
kanadoss12-Jun-09 2:08
kanadoss12-Jun-09 2:08 
AnswerRe: Table Controls clear Pin
saanj12-Jun-09 2:22
saanj12-Jun-09 2:22 
GeneralRe: Table Controls clear Pin
kanadoss12-Jun-09 2:33
kanadoss12-Jun-09 2:33 
GeneralRe: Table Controls clear Pin
N a v a n e e t h12-Jun-09 2:50
N a v a n e e t h12-Jun-09 2:50 
GeneralRe: Table Controls clear Pin
saanj12-Jun-09 2:53
saanj12-Jun-09 2:53 
QuestionASP.Net Server control Pin
Amit Patel198512-Jun-09 1:55
Amit Patel198512-Jun-09 1:55 
AnswerRe: ASP.Net Server control Pin
saanj12-Jun-09 2:19
saanj12-Jun-09 2:19 
AnswerRe: ASP.Net Server control Pin
Abhijit Jana12-Jun-09 3:20
professionalAbhijit Jana12-Jun-09 3:20 

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.