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

ASP.NET

 
AnswerRe: ASP.NET Ajax version Pin
gautamamit822-Oct-09 23:31
gautamamit822-Oct-09 23:31 
QuestionASP.NET Grid with Add, Del, Edit and Rows REORDER Functionalities [modified] Pin
Venkat NP22-Oct-09 20:18
Venkat NP22-Oct-09 20:18 
AnswerRe: ASP.NET Grid with Add, Del, Edit and REORDER Functionalities Pin
Christian Graus22-Oct-09 20:21
protectorChristian Graus22-Oct-09 20:21 
AnswerRe: ASP.NET Grid with Add, Del, Edit and Rows REORDER Functionalities Pin
Abhishek Sur22-Oct-09 21:03
professionalAbhishek Sur22-Oct-09 21:03 
QuestionOne simple question on Page Refreshing Pin
xbiplav22-Oct-09 12:14
xbiplav22-Oct-09 12:14 
AnswerRe: One simple question on Page Refreshing Pin
Christian Graus22-Oct-09 12:31
protectorChristian Graus22-Oct-09 12:31 
GeneralRe: One simple question on Page Refreshing Pin
xbiplav22-Oct-09 18:34
xbiplav22-Oct-09 18:34 
GeneralRe: One simple question on Page Refreshing Pin
Christian Graus22-Oct-09 18:37
protectorChristian Graus22-Oct-09 18:37 
xbiplav wrote:
Also, can AJAX capable of doing such stuffs.


No, of course not. Not without doing it in a convoluted and wasteful way. AJAX lets a page ask the server for data without doing a full refresh. You'd have to have both pages polling with AJAX to find out if the event had occured. That would be a total waste of time.

Just because something is sexy for the moment in the dev world, does not mean you should invent ways to use it when it's the wrong tool for the job. The ASP.NET AJAX library DOES do some stuff that has NOTHING to do with AJAX, so it may have something that will help you, but only because it's become the home of any sort of javascript coolness that MS can come up with.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: One simple question on Page Refreshing Pin
xbiplav22-Oct-09 18:46
xbiplav22-Oct-09 18:46 
GeneralRe: One simple question on Page Refreshing Pin
Christian Graus22-Oct-09 18:59
protectorChristian Graus22-Oct-09 18:59 
GeneralRe: One simple question on Page Refreshing Pin
xbiplav22-Oct-09 19:07
xbiplav22-Oct-09 19:07 
GeneralRe: One simple question on Page Refreshing Pin
Christian Graus22-Oct-09 19:08
protectorChristian Graus22-Oct-09 19:08 
GeneralRe: One simple question on Page Refreshing Pin
xbiplav22-Oct-09 19:10
xbiplav22-Oct-09 19:10 
AnswerRe: One simple question on Page Refreshing Pin
anumole mathew25-Oct-09 23:36
anumole mathew25-Oct-09 23:36 
GeneralRe: One simple question on Page Refreshing Pin
xbiplav26-Oct-09 17:35
xbiplav26-Oct-09 17:35 
QuestionProblem with PDF Document displaying in IFrame Pin
AndyASPVB22-Oct-09 10:33
AndyASPVB22-Oct-09 10:33 
AnswerRe: Problem with PDF Document displaying in IFrame Pin
Not Active22-Oct-09 12:03
mentorNot Active22-Oct-09 12:03 
QuestionTemplate field in codebehind Pin
dptalt22-Oct-09 10:27
dptalt22-Oct-09 10:27 
Questionhow to manage multiple roles in asp.net Pin
jarajeshwaran22-Oct-09 7:33
jarajeshwaran22-Oct-09 7:33 
AnswerRe: how to manage multiple roles in asp.net Pin
Christian Graus22-Oct-09 18:34
protectorChristian Graus22-Oct-09 18:34 
QuestionASP deploments Pin
Mix Wheels22-Oct-09 4:09
Mix Wheels22-Oct-09 4:09 
AnswerRe: ASP deploments Pin
Abhishek Sur22-Oct-09 5:37
professionalAbhishek Sur22-Oct-09 5:37 
AnswerRe: ASP deploments Pin
Abhijit Jana22-Oct-09 5:56
professionalAbhijit Jana22-Oct-09 5:56 
Questioncan we check that page is refresh using javascript Pin
yrishi22-Oct-09 3:55
yrishi22-Oct-09 3:55 
AnswerRe: can we check that page is refresh using javascript Pin
Abhishek Sur22-Oct-09 4:51
professionalAbhishek Sur22-Oct-09 4:51 

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.