Click here to Skip to main content
15,905,233 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralFlash Menu and Database Pin
nour12312-Mar-08 7:36
nour12312-Mar-08 7:36 
GeneralFlash Menu and Database Pin
nour12312-Mar-08 7:33
nour12312-Mar-08 7:33 
GeneralRe: Flash Menu and Database Pin
Not Active12-Mar-08 7:57
mentorNot Active12-Mar-08 7:57 
GeneralRe: Flash Menu and Database Pin
N a v a n e e t h12-Mar-08 15:52
N a v a n e e t h12-Mar-08 15:52 
Generaljavascript and database Pin
young34512-Mar-08 6:46
young34512-Mar-08 6:46 
GeneralRe: javascript and database Pin
Not Active12-Mar-08 7:01
mentorNot Active12-Mar-08 7:01 
GeneralRe: javascript and database Pin
young34512-Mar-08 7:19
young34512-Mar-08 7:19 
GeneralRe: javascript and database Pin
Not Active12-Mar-08 8:06
mentorNot Active12-Mar-08 8:06 
A much more articulate description and question.

The first thing I would ask is why do you need to display the data this way? This is a web app correct? Think of the users and load on your server if you are constantly going back to get one row of data at a time. Yes, you can do it, but is it a good idea or a good design. Just because you can doesn't mean you should.

One way to do this would be to transmit the entire datatable on the first call and store it in some JavaScript object then set off a timer that does what you want on the client side.

Another way would be using AJAX to call a server method that returns the row of data when the timer event kicks off. Though again, this puts load on your server.


only two letters away from being an asset

GeneralRe: javascript and database Pin
young34512-Mar-08 8:28
young34512-Mar-08 8:28 
GeneralRe: javascript and database Pin
Not Active12-Mar-08 9:15
mentorNot Active12-Mar-08 9:15 
Questionhow to send mail using sql triggers Pin
Shaik Haneef12-Mar-08 6:18
Shaik Haneef12-Mar-08 6:18 
AnswerRe: how to send mail using sql triggers Pin
Parwej Ahamad12-Mar-08 6:35
professionalParwej Ahamad12-Mar-08 6:35 
AnswerRe: how to send mail using sql triggers Pin
Not Active12-Mar-08 6:53
mentorNot Active12-Mar-08 6:53 
QuestionThis Validation Expression will work in firefox but not ie. How do I get it to work in IE? [modified] Pin
Ali Chaudhry12-Mar-08 5:35
Ali Chaudhry12-Mar-08 5:35 
QuestionRe: This Validation Expression will work in firefox but not ie. How do I get it to work in IE? Pin
Muhammad Gouda12-Mar-08 5:42
Muhammad Gouda12-Mar-08 5:42 
GeneralRe: This Validation Expression will work in firefox but not ie. How do I get it to work in IE? Pin
Ali Chaudhry12-Mar-08 5:45
Ali Chaudhry12-Mar-08 5:45 
AnswerRe: Use your own code to validate Pin
Muhammad Gouda12-Mar-08 6:15
Muhammad Gouda12-Mar-08 6:15 
Generalemail error Pin
solarthur0112-Mar-08 4:55
solarthur0112-Mar-08 4:55 
Generalpicking subject from mail Pin
Azi Qaiser12-Mar-08 4:38
Azi Qaiser12-Mar-08 4:38 
GeneralRe: picking subject from mail Pin
Justin Perez12-Mar-08 5:28
Justin Perez12-Mar-08 5:28 
GeneralRe: picking subject from mail Pin
eyeseetee12-Mar-08 5:33
eyeseetee12-Mar-08 5:33 
GeneralRe: picking subject from mail Pin
James J. Foster12-Mar-08 5:41
James J. Foster12-Mar-08 5:41 
GeneralRe: picking subject from mail Pin
Christian Graus12-Mar-08 17:35
protectorChristian Graus12-Mar-08 17:35 
QuestionRadioButtonList won't show Pin
thomasa12-Mar-08 3:40
thomasa12-Mar-08 3:40 
GeneralRe: RadioButtonList won't show solution Pin
thomasa12-Mar-08 4:09
thomasa12-Mar-08 4:09 

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.