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

ASP.NET

 
QuestionHow to fix the error "It is an error to use a section registered as allowDefinition='MachineToApplication' Pin
nilam247723-Aug-10 2:13
nilam247723-Aug-10 2:13 
AnswerRe: How to fix the error "It is an error to use a section registered as allowDefinition='MachineToApplication' Pin
R. Giskard Reventlov23-Aug-10 7:39
R. Giskard Reventlov23-Aug-10 7:39 
QuestionHow to refresh the ASP.Net page after asynchronously updating the contents of page Pin
Paramhans Dubey23-Aug-10 2:13
professionalParamhans Dubey23-Aug-10 2:13 
AnswerRe: How to refresh the ASP.Net page after asynchronously updating the contents of page Pin
Not Active23-Aug-10 4:17
mentorNot Active23-Aug-10 4:17 
GeneralRe: How to refresh the ASP.Net page after asynchronously updating the contents of page Pin
Paramhans Dubey23-Aug-10 18:30
professionalParamhans Dubey23-Aug-10 18:30 
GeneralRe: How to refresh the ASP.Net page after asynchronously updating the contents of page Pin
Not Active24-Aug-10 4:26
mentorNot Active24-Aug-10 4:26 
GeneralRe: How to refresh the ASP.Net page after asynchronously updating the contents of page Pin
Paramhans Dubey24-Aug-10 23:14
professionalParamhans Dubey24-Aug-10 23:14 
GeneralRe: How to refresh the ASP.Net page after asynchronously updating the contents of page Pin
Not Active25-Aug-10 2:16
mentorNot Active25-Aug-10 2:16 
You can cause a postback from JavaScript, plenty of examples for that. However, what will you gain? You will postback, causing the grid to rebind, causing your callback to launch, causing you to enter an infinite loop. What you need to do is parse the data on the client, something like this, http://msdn.microsoft.com/en-us/magazine/ee309508.aspx[^]. Is there a valid reason to not use UpdatePanel?

I know the language. I've read a book. - _Madmatt

GeneralRe: How to refresh the ASP.Net page after asynchronously updating the contents of page Pin
cramteke30-Aug-10 0:45
cramteke30-Aug-10 0:45 
QuestionSpent hours, can't figure out. Javascript dynamic form variable with asp.net Pin
Albert8322-Aug-10 20:12
Albert8322-Aug-10 20:12 
AnswerRe: Spent hours, can't figure out. Javascript dynamic form variable with asp.net Pin
NeverHeardOfMe22-Aug-10 22:44
NeverHeardOfMe22-Aug-10 22:44 
GeneralRe: Spent hours, can't figure out. Javascript dynamic form variable with asp.net Pin
R. Giskard Reventlov22-Aug-10 22:49
R. Giskard Reventlov22-Aug-10 22:49 
GeneralRe: Spent hours, can't figure out. Javascript dynamic form variable with asp.net Pin
Albert8323-Aug-10 7:14
Albert8323-Aug-10 7:14 
GeneralRe: Spent hours, can't figure out. Javascript dynamic form variable with asp.net Pin
NeverHeardOfMe23-Aug-10 7:30
NeverHeardOfMe23-Aug-10 7:30 
GeneralRe: Spent hours, can't figure out. Javascript dynamic form variable with asp.net Pin
Albert8323-Aug-10 7:34
Albert8323-Aug-10 7:34 
GeneralRe: Spent hours, can't figure out. Javascript dynamic form variable with asp.net Pin
NeverHeardOfMe23-Aug-10 8:06
NeverHeardOfMe23-Aug-10 8:06 
GeneralRe: Spent hours, can't figure out. Javascript dynamic form variable with asp.net Pin
Albert8323-Aug-10 10:42
Albert8323-Aug-10 10:42 
Questionchemistry program Pin
albertodiprima21-Aug-10 20:33
albertodiprima21-Aug-10 20:33 
AnswerRe: chemistry program Pin
Yusuf21-Aug-10 20:58
Yusuf21-Aug-10 20:58 
AnswerRe: chemistry program Pin
koolprasad200322-Aug-10 1:24
professionalkoolprasad200322-Aug-10 1:24 
AnswerRe: chemistry program Pin
Sandeep Mewara22-Aug-10 8:21
mveSandeep Mewara22-Aug-10 8:21 
GeneralRe: chemistry program Pin
albertodiprima22-Aug-10 8:25
albertodiprima22-Aug-10 8:25 
GeneralRe: chemistry program Pin
albertodiprima22-Aug-10 8:27
albertodiprima22-Aug-10 8:27 
GeneralRe: chemistry program Pin
Blue_Boy22-Aug-10 21:30
Blue_Boy22-Aug-10 21:30 
GeneralRe: chemistry program Pin
albertodiprima23-Aug-10 0:30
albertodiprima23-Aug-10 0:30 

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.