Click here to Skip to main content
15,888,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Unable to cast object of type 'System.Web.UI.LiteralControl' to type 'System.Web.UI.WebControls.TextBox Pin
Sandeep Mewara5-Jan-13 20:24
mveSandeep Mewara5-Jan-13 20:24 
Questiondisplay animated image while save data to asp.net Pin
ashraf almashhari4-Jan-13 21:46
ashraf almashhari4-Jan-13 21:46 
AnswerRe: display animated image while save data to asp.net Pin
Sandeep Mewara4-Jan-13 22:14
mveSandeep Mewara4-Jan-13 22:14 
QuestionAsp.net Pin
Manjunath Hegde4-Jan-13 0:41
Manjunath Hegde4-Jan-13 0:41 
AnswerRe: Asp.net Pin
Rahul Rajat Singh4-Jan-13 1:04
professionalRahul Rajat Singh4-Jan-13 1:04 
QuestionInsert/Update/Delete Records in Dynamic Generated Textbox/Checkbox and Loop Through All Records Pin
guodl3-Jan-13 10:11
guodl3-Jan-13 10:11 
Questionlive update Pin
Subin Mavunkal3-Jan-13 2:23
Subin Mavunkal3-Jan-13 2:23 
AnswerRe: live update Pin
Keith Barrow3-Jan-13 2:46
professionalKeith Barrow3-Jan-13 2:46 
Depends on how live you want it to be.

For most applications you can get away with polling the server from the client using javascript in one way or another. Jquery has a neat ajax/[^] method that will take away some of the client side pain. You can use this to get part of a web page.

If you want something a little more live-like you could consider long-polling, where you request the data immediately and the server only responds when the information has changed, or the poll interval "times out". Once the poll is done, the client re-polls immediately and the process repeats.

There is a discussion of the topic here[^]. In the article he talks about a technology called SignalR, which will help you with the long polling stuff.

AnswerRe: live update Pin
Rahul Rajat Singh3-Jan-13 22:04
professionalRahul Rajat Singh3-Jan-13 22:04 
QuestionHow to populate WoW Slider from database Pin
Jassim Rahma1-Jan-13 8:32
Jassim Rahma1-Jan-13 8:32 
QuestionUmbarco or Joomla? Pin
Jassim Rahma31-Dec-12 23:58
Jassim Rahma31-Dec-12 23:58 
AnswerRe: Umbarco or Joomla? Pin
Rahul Rajat Singh3-Jan-13 21:51
professionalRahul Rajat Singh3-Jan-13 21:51 
AnswerRe: Umbarco or Joomla? Pin
Deflinek8-Jan-13 2:55
Deflinek8-Jan-13 2:55 
QuestionSlideShow Control Pin
cdpsource31-Dec-12 1:19
cdpsource31-Dec-12 1:19 
AnswerRe: SlideShow Control Pin
jkirkerx31-Dec-12 10:23
professionaljkirkerx31-Dec-12 10:23 
GeneralRe: SlideShow Control Pin
cdpsource31-Dec-12 23:41
cdpsource31-Dec-12 23:41 
AnswerRe: SlideShow Control Pin
jkirkerx1-Jan-13 10:31
professionaljkirkerx1-Jan-13 10:31 
GeneralRe: SlideShow Control Pin
AmitGajjar1-Jan-13 6:41
professionalAmitGajjar1-Jan-13 6:41 
GeneralRe: SlideShow Control Pin
cdpsource1-Jan-13 9:35
cdpsource1-Jan-13 9:35 
Questioni hv registerd in free web hostin website and i create an empty website... Pin
syedkhaleel30-Dec-12 23:24
syedkhaleel30-Dec-12 23:24 
AnswerRe: i hv registerd in free web hostin website and i create an empty website... Pin
_Amy31-Dec-12 17:47
professional_Amy31-Dec-12 17:47 
AnswerRe: i hv registerd in free web hostin website and i create an empty website... Pin
AmitGajjar1-Jan-13 6:43
professionalAmitGajjar1-Jan-13 6:43 
Questionregistration form Pin
khusali30-Dec-12 21:39
khusali30-Dec-12 21:39 
AnswerRe: registration form Pin
_Amy31-Dec-12 17:45
professional_Amy31-Dec-12 17:45 
AnswerRe: registration form Pin
AmitGajjar1-Jan-13 6:55
professionalAmitGajjar1-Jan-13 6:55 

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.