Click here to Skip to main content
15,886,801 members
Home / Discussions / Web Development
   

Web Development

 
Questionlink button not fireing asp.net Pin
nitpall29-Jan-09 1:25
nitpall29-Jan-09 1:25 
GeneralRe: link button not fireing asp.net Pin
Shog929-Jan-09 7:07
sitebuilderShog929-Jan-09 7:07 
QuestionHow to deploy SharePoint website or webapplication? Pin
salon28-Jan-09 21:49
salon28-Jan-09 21:49 
AnswerRe: How to deploy SharePoint website or webapplication? Pin
led mike29-Jan-09 5:04
led mike29-Jan-09 5:04 
GeneralRe: How to deploy SharePoint website or webapplication? Pin
salon29-Jan-09 17:51
salon29-Jan-09 17:51 
QuestionAjax Pin
Karthick_gc28-Jan-09 21:42
Karthick_gc28-Jan-09 21:42 
GeneralRe: Ajax Pin
Shog929-Jan-09 7:22
sitebuilderShog929-Jan-09 7:22 
AnswerRe: Ajax Pin
Ranjit Viswakumar29-Jan-09 14:16
Ranjit Viswakumar29-Jan-09 14:16 
When a user puts and address in the address bar, the browser calls the server, the server generates content, and the browser displays it. Traditionally, once the server delivers content, that content will not change unless another server call is made. This means that if realtime values are changing, the webpage will displays the same values until the page is refreshed.

AJAX is simply a Javascript xmlHttp function that make servers calls and changes page content by the browser. This means the page content can change without having to submit a form or refresh the page. Consider this page-

http://www.time.gov/timezone.cgi?Eastern/d/-5/java[^]

The page loads once, but the clock field continually changes every second. This would be an AJAX script that calls another page that dynamically generates the time right now. If Javascript calls for this function every second, it appears to change like a realtime clock.

Professional Services Specialist
rviswakumar@hostmysite.com
HostMySite.com[^]
QuestionHave a loading animation while server-side is working Pin
livez28-Jan-09 20:02
livez28-Jan-09 20:02 
AnswerRe: Have a loading animation while server-side is working Pin
Shog929-Jan-09 7:30
sitebuilderShog929-Jan-09 7:30 
GeneralRe: Have a loading animation while server-side is working Pin
livez30-Jan-09 0:21
livez30-Jan-09 0:21 
QuestionCursor can not move through all the characters within textbox after textbox.select() Pin
AshishTijare28-Jan-09 18:21
AshishTijare28-Jan-09 18:21 
AnswerRe: Cursor can not move through all the characters within textbox after textbox.select() Pin
Shog929-Jan-09 7:33
sitebuilderShog929-Jan-09 7:33 
Questionhow can I assign two different actions to a single .asp form?- Pin
cobyxm28-Jan-09 9:30
cobyxm28-Jan-09 9:30 
AnswerRe: how can I assign two different actions to a single .asp form?- Pin
led mike28-Jan-09 10:03
led mike28-Jan-09 10:03 
GeneralRe: how can I assign two different actions to a single .asp form?- Pin
cobyxm28-Jan-09 10:10
cobyxm28-Jan-09 10:10 
GeneralRe: how can I assign two different actions to a single .asp form?- Pin
Jörgen Andersson28-Jan-09 10:51
professionalJörgen Andersson28-Jan-09 10:51 
Questionerror '80020009' Pin
Ekjon28-Jan-09 6:57
Ekjon28-Jan-09 6:57 
AnswerRe: error '80020009' Pin
Dave Kreskowiak28-Jan-09 7:26
mveDave Kreskowiak28-Jan-09 7:26 
GeneralRe: error '80020009' Pin
Ekjon28-Jan-09 8:39
Ekjon28-Jan-09 8:39 
Generalletmegooglethatforyou Pin
led mike28-Jan-09 9:20
led mike28-Jan-09 9:20 
GeneralRe: letmegooglethatforyou Pin
Ekjon28-Jan-09 9:54
Ekjon28-Jan-09 9:54 
GeneralRe: letmegooglethatforyou Pin
Dave Kreskowiak28-Jan-09 16:24
mveDave Kreskowiak28-Jan-09 16:24 
GeneralRe: letmegooglethatforyou Pin
led mike29-Jan-09 5:00
led mike29-Jan-09 5:00 
QuestionShutterfly Pin
kevin baraza27-Jan-09 21:42
kevin baraza27-Jan-09 21: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.