Click here to Skip to main content
16,012,759 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Answer[Duplicate Post. Ignore] Re: how to process String?????? Pin
Vasudevan Deepak Kumar29-May-08 19:06
Vasudevan Deepak Kumar29-May-08 19:06 
Questionhow to process String??? Pin
phuhoa29-May-08 18:57
phuhoa29-May-08 18:57 
AnswerRe: how to process String??? Pin
Vasudevan Deepak Kumar29-May-08 19:00
Vasudevan Deepak Kumar29-May-08 19:00 
QuestionUpdating Gridview on one page from a different page. Pin
Jacob Dixon29-May-08 15:21
Jacob Dixon29-May-08 15:21 
AnswerRe: Updating Gridview on one page from a different page. Pin
N a v a n e e t h29-May-08 15:42
N a v a n e e t h29-May-08 15:42 
GeneralRe: Updating Gridview on one page from a different page. Pin
Jacob Dixon29-May-08 15:53
Jacob Dixon29-May-08 15:53 
GeneralRe: Updating Gridview on one page from a different page. Pin
Jacob Dixon29-May-08 15:56
Jacob Dixon29-May-08 15:56 
GeneralRe: Updating Gridview on one page from a different page. Pin
N a v a n e e t h29-May-08 15:58
N a v a n e e t h29-May-08 15:58 
Jacob Dixon wrote:
I have not used AJAX at all. Is there any requirements that users are required to have in order to run AJAX?


AJAX is javascript. You use XMLHttpRequest and XMLHttpResponse objects included in the browser to make AJAX calls. Users don't need to install anything, other than a supporting browser. Most of the browsers supports AJAX.

Jacob Dixon wrote:
Also I forgot to mention but the main page is the page but the actual gridview is from a web control.


MS has a AJAX toolkit which provides easy interface to develop AJAX enabled applications. It's worth downloading. Use UpdatePanel control, put your webcontrol inside this update panel. Update panel is capable to update in the specified intervals. Gridview in webcontrol doesn't make any difference.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: Updating Gridview on one page from a different page. Pin
Jacob Dixon29-May-08 16:07
Jacob Dixon29-May-08 16:07 
GeneralRe: Updating Gridview on one page from a different page. Pin
Jacob Dixon29-May-08 16:14
Jacob Dixon29-May-08 16:14 
GeneralRe: Updating Gridview on one page from a different page. Pin
N a v a n e e t h29-May-08 16:29
N a v a n e e t h29-May-08 16:29 
GeneralRe: Updating Gridview on one page from a different page. Pin
Jacob Dixon29-May-08 16:45
Jacob Dixon29-May-08 16:45 
GeneralRe: Updating Gridview on one page from a different page. Pin
N a v a n e e t h29-May-08 17:47
N a v a n e e t h29-May-08 17:47 
QuestionAdd/Remove type control for Web pages? Pin
Josh Martin29-May-08 12:53
Josh Martin29-May-08 12:53 
AnswerRe: Add/Remove type control for Web pages? Pin
Christian Graus29-May-08 13:33
protectorChristian Graus29-May-08 13:33 
GeneralRe: Add/Remove type control for Web pages? Pin
Josh Martin30-May-08 6:40
Josh Martin30-May-08 6:40 
QuestionStoring html Pin
ChrisFarrugia29-May-08 11:21
ChrisFarrugia29-May-08 11:21 
AnswerRe: Storing html Pin
Christian Graus29-May-08 13:34
protectorChristian Graus29-May-08 13:34 
AnswerRe: Storing html Pin
N a v a n e e t h29-May-08 15:39
N a v a n e e t h29-May-08 15:39 
Questiontrouble with tableAdapter.update method Pin
ghazanfarKhan29-May-08 9:48
ghazanfarKhan29-May-08 9:48 
QuestionAJAX problem - deleting table rows Pin
prezident29-May-08 7:04
prezident29-May-08 7:04 
QuestionDocumentation for style sheets vs. web control declarative attributes Pin
Christopher Duncan29-May-08 5:45
Christopher Duncan29-May-08 5:45 
AnswerRe: Documentation for style sheets vs. web control declarative attributes Pin
led mike29-May-08 6:06
led mike29-May-08 6:06 
GeneralRe: Documentation for style sheets vs. web control declarative attributes Pin
Christopher Duncan29-May-08 6:34
Christopher Duncan29-May-08 6:34 
GeneralRe: Documentation for style sheets vs. web control declarative attributes Pin
led mike29-May-08 7:57
led mike29-May-08 7:57 

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.