Click here to Skip to main content
15,892,927 members
Home / Discussions / Web Development
   

Web Development

 
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,
QuestionIssue with ajax Update panel and Javascript Pin
Sajid A.24-May-08 22:19
Sajid A.24-May-08 22:19 
QuestionGZIP soapextension Pin
kyus9423-May-08 3:22
kyus9423-May-08 3:22 
QuestionIs it possible to overcome proxy Authentication? Pin
KASR122-May-08 19:48
KASR122-May-08 19:48 
AnswerRe: Is it possible to overcome proxy Authentication? Pin
Laxmikant Lad23-May-08 2:00
Laxmikant Lad23-May-08 2:00 
Questionvs2008 web dev stuff... Pin
l a u r e n22-May-08 17:56
l a u r e n22-May-08 17:56 
AnswerRe: vs2008 web dev stuff... Pin
Christian Graus22-May-08 20:09
protectorChristian Graus22-May-08 20:09 
GeneralRe: vs2008 web dev stuff... Pin
l a u r e n22-May-08 20:26
l a u r e n22-May-08 20:26 
GeneralRe: vs2008 web dev stuff... Pin
Christian Graus22-May-08 21:16
protectorChristian Graus22-May-08 21:16 
AnswerRe: vs2008 web dev stuff... Pin
led mike23-May-08 6:05
led mike23-May-08 6:05 
GeneralRe: vs2008 web dev stuff... Pin
l a u r e n23-May-08 9:04
l a u r e n23-May-08 9:04 
GeneralRe: vs2008 web dev stuff... Pin
led mike23-May-08 10:02
led mike23-May-08 10:02 
GeneralRe: vs2008 web dev stuff... Pin
l a u r e n23-May-08 11:39
l a u r e n23-May-08 11:39 
Questioncode for cosuming proy webservice methods in client apllication using c#.net Pin
madhavi.kona22-May-08 1:34
madhavi.kona22-May-08 1:34 
Questioncan we test, how ASP.net's windows authentication is verifying the IIS's Basic,Digest...authentication in the pipelining process? Pin
pashitech22-May-08 0:24
pashitech22-May-08 0:24 
QuestionBrowser independent javascript Pin
Exelioindia21-May-08 22:57
Exelioindia21-May-08 22:57 
AnswerRe: Browser independent javascript Pin
Laxmikant Lad25-May-08 19:10
Laxmikant Lad25-May-08 19:10 
Questionserver side javascript Pin
Member 295777421-May-08 20:55
Member 295777421-May-08 20: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.