Tag: ajax

Auto Refresh

Some times we need to auto-refresh page after few seconds. you can do it with Meta Refresh tags

<head><meta http-equiv=”Refresh” content=”180″ /></head>Where content ‘180′ is the number of seconds.

Another approach is by addding HTTP header..

Response.AppendHeader(“Refresh”, “180″);
–From VijayKodali.com

AJAX file upload

Background

A few days ago, I was trying to make a file upload module in my project. It is an Ajax based project with Master-Content page. I was using Form View control to insert-update & show data, and for ADO.NET using Object Data Source. The problem was as follows:

  1. 1.Ajax does not support File upload control (because file upload control needs complete post back event), and Ajax code is in the Master page, but file upload control is in the content page within form view.

  • Cloud World

  • Custom Search



  • Cyberbrutus
    iDream theme by Templates Next | Powered by WordPress

    Switch to our mobile site