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

ASP.NET

 
GeneralRe: Time Out problem Pin
WebMaster27-Jun-12 4:38
WebMaster27-Jun-12 4:38 
GeneralRe: Time Out problem Pin
Roger Wright27-Jun-12 20:05
professionalRoger Wright27-Jun-12 20:05 
Questionrun web form app under local iis from vs 2010 Pin
classy_dog26-Jun-12 6:09
classy_dog26-Jun-12 6:09 
AnswerRe: run web form app under local iis from vs 2010 Pin
R. Giskard Reventlov26-Jun-12 6:17
R. Giskard Reventlov26-Jun-12 6:17 
GeneralRe: run web form app under local iis from vs 2010 Pin
classy_dog26-Jun-12 12:19
classy_dog26-Jun-12 12:19 
QuestionError XML Parsing Error: not well-formed Location: http://localhost/asp/ Line Number Pin
Member 245846725-Jun-12 22:05
Member 245846725-Jun-12 22:05 
AnswerRe: Error XML Parsing Error: not well-formed Location: http://localhost/asp/ Line Number Pin
Sandeep Mewara26-Jun-12 0:41
mveSandeep Mewara26-Jun-12 0:41 
GeneralRe: Error XML Parsing Error: not well-formed Location: http://localhost/asp/ Line Number Pin
Member 245846726-Jun-12 18:42
Member 245846726-Jun-12 18:42 
GeneralRe: Error XML Parsing Error: not well-formed Location: http://localhost/asp/ Line Number Pin
Sandeep Mewara26-Jun-12 20:05
mveSandeep Mewara26-Jun-12 20:05 
GeneralRe: Error XML Parsing Error: not well-formed Location: http://localhost/asp/ Line Number Pin
Member 245846726-Jun-12 23:30
Member 245846726-Jun-12 23:30 
GeneralRe: Error XML Parsing Error: not well-formed Location: http://localhost/asp/ Line Number Pin
Sandeep Mewara27-Jun-12 5:19
mveSandeep Mewara27-Jun-12 5:19 
Question"Unable to launch the configured Visual Studio Development Web Server" Error Pin
Z@db@khsh25-Jun-12 5:42
Z@db@khsh25-Jun-12 5:42 
AnswerRe: "Unable to launch the configured Visual Studio Development Web Server" Error Pin
Sandeep Mewara26-Jun-12 0:39
mveSandeep Mewara26-Jun-12 0:39 
GeneralRe: "Unable to launch the configured Visual Studio Development Web Server" Error Pin
Z@db@khsh20-Jul-12 8:46
Z@db@khsh20-Jul-12 8:46 
Questionweb form dictionary compare Pin
classy_dog24-Jun-12 18:44
classy_dog24-Jun-12 18:44 
AnswerRe: web form dictionary compare Pin
Rahul Rajat Singh25-Jun-12 0:29
professionalRahul Rajat Singh25-Jun-12 0:29 
First thing you should check is the whether formview is getting databound on each postback or only one first postback. because if it is getting databound on each postback then you will have to make it do that only on first load and not on each postback.

If that doesn't work then, My suggestion is that you handle the ItemDataBound event too. get the value in this event and save it somewhere (like session variable). then in this event get the new value and compare it with the one in in session variable.
Every now and then say, "What the Elephant." "What the Elephant" gives you freedom. Freedom brings opportunity. Opportunity makes your future.

AnswerRe: web form dictionary compare Pin
jkirkerx25-Jun-12 8:55
professionaljkirkerx25-Jun-12 8:55 
GeneralRe: web form dictionary compare Pin
Richard MacCutchan25-Jun-12 22:23
mveRichard MacCutchan25-Jun-12 22:23 
GeneralRe: web form dictionary compare Pin
jkirkerx26-Jun-12 7:45
professionaljkirkerx26-Jun-12 7:45 
GeneralRe: web form dictionary compare Pin
Richard MacCutchan26-Jun-12 8:19
mveRichard MacCutchan26-Jun-12 8:19 
GeneralRe: web form dictionary compare Pin
jkirkerx26-Jun-12 11:02
professionaljkirkerx26-Jun-12 11:02 
GeneralRe: web form dictionary compare Pin
Richard MacCutchan26-Jun-12 21:32
mveRichard MacCutchan26-Jun-12 21:32 
GeneralRe: web form dictionary compare Pin
jkirkerx27-Jun-12 6:28
professionaljkirkerx27-Jun-12 6:28 
GeneralRe: web form dictionary compare Pin
Richard MacCutchan27-Jun-12 6:31
mveRichard MacCutchan27-Jun-12 6:31 
GeneralRe: web form dictionary compare Pin
jkirkerx27-Jun-12 6:42
professionaljkirkerx27-Jun-12 6:42 

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.