Click here to Skip to main content
15,915,163 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: how to detect that the flash is disabled Pin
icewolf_snowfire28-May-08 7:32
icewolf_snowfire28-May-08 7:32 
QuestionRe:Creating dyanmic form tag i.e. at run time Pin
Sql Exciter25-May-08 20:50
Sql Exciter25-May-08 20:50 
QuestionSystem Registry information Pin
vinay_K25-May-08 20:12
vinay_K25-May-08 20:12 
AnswerRe: System Registry information Pin
Laddie25-May-08 20:25
Laddie25-May-08 20:25 
GeneralRe: System Registry information Pin
vinay_K25-May-08 20:41
vinay_K25-May-08 20:41 
GeneralRe: System Registry information Pin
Laddie25-May-08 20:51
Laddie25-May-08 20:51 
GeneralRe: System Registry information Pin
vinay_K25-May-08 20:56
vinay_K25-May-08 20:56 
GeneralRe: System Registry information Pin
Laddie25-May-08 20:56
Laddie25-May-08 20:56 
GeneralRe: System Registry information [modified] Pin
vinay_K25-May-08 21:47
vinay_K25-May-08 21:47 
QuestionWEBDAV - ASP , I am Struck !! Pin
mikewallace25-May-08 20:09
mikewallace25-May-08 20:09 
QuestionDOM question... Pin
l a u r e n25-May-08 19:03
l a u r e n25-May-08 19:03 
AnswerRe: DOM question... Pin
Shog926-May-08 9:41
sitebuilderShog926-May-08 9:41 
GeneralRe: DOM question... Pin
l a u r e n26-May-08 9:52
l a u r e n26-May-08 9:52 
GeneralRe: DOM question... Pin
Shog926-May-08 10:29
sitebuilderShog926-May-08 10:29 
Questionhow to call asmx webservices? Pin
hifiger200425-May-08 15:06
hifiger200425-May-08 15:06 
AnswerRe: how to call asmx webservices? Pin
Shog925-May-08 15:18
sitebuilderShog925-May-08 15:18 
GeneralRe: how to call asmx webservices? Pin
hifiger200425-May-08 15:25
hifiger200425-May-08 15:25 
AnswerRe: how to call asmx webservices? Pin
Laxmikant Lad25-May-08 19:12
Laxmikant Lad25-May-08 19:12 
AnswerRe: how to call asmx webservices? Pin
hifiger200425-May-08 19:59
hifiger200425-May-08 19:59 
QuestionIs there replacement of ondrag..ondrop Pin
Exelioindia25-May-08 6:41
Exelioindia25-May-08 6:41 
AnswerRe: Is there replacement of ondrag..ondrop Pin
Shog925-May-08 6:58
sitebuilderShog925-May-08 6:58 
AnswerRe: Is there replacement of ondrag..ondrop Pin
l a u r e n25-May-08 19:22
l a u r e n25-May-08 19:22 
QuestionHow to decrease time when loading xml to object.innerHTML Pin
TheAteist25-May-08 4:04
TheAteist25-May-08 4:04 
AnswerRe: How to decrease time when loading xml to object.innerHTML Pin
Shog925-May-08 7:22
sitebuilderShog925-May-08 7:22 
GeneralRe: How to decrease time when loading xml to object.innerHTML Pin
TheAteist28-May-08 1:17
TheAteist28-May-08 1:17 
I'm sorry, saying myTbl I meant to div.
Here's better example.

<table id='tbl' border='0' cellpadding='2' style='font-family:David;'>
<thead align='center'>
<tr bgcolor='#5D7B9D' style='color:White;'>
<td>
<input id='btn' style='visibility:hidden;' onclick='undo(); return false;' src='undo.gif' type='image'/>
</td>
<td>Name</td>
<td>Id</td>
<td>Area</td>
<td>Status</td>
<td>Date</td>
<td>Time</td>
<td>Arrival</td>
<td>Comments</td>
<td></td>
</tr>
</thead>
<tbody align='center'>
<tr link1='1'>
<td>
<input type='image' title='edit' src='edit.png' callId='no_call' onclick='editCall(this); return false;'/>
</td>
<td style='cursor:hand;' rId='1234567' onclick='getDetails(this.rId, this.parentNode.rowIndex, true);'>Joe</td>
<td>1234567</td>
<td noarea='false'>99</td>
<td statusId='not_located'>Found</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>

Assume that I have 2000 of rows like that with 'link1' in tbody. I build this code in server and as I explaind earlier I insert this code to div in client. But it takes about 30sec.

At first i built this code in cliend according to details I received with ajax but it took about 2minuts.

I hope, this time I explaint more claearly my problem/question.

Thank You,

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.