>> 
This question isn't very clear.  Does it mean you want to show each
result *as it happens*?  Chances are the entire loop will complete
before 5 rows are sent to the browser.
<<

While I agree that the question is not very clear, I still think it's
relevant. I have run into serveral instances of loops that take a
while to process (e.g. processing images, generating PDF files) in
which case, updating the browser with simple progress writes is a nice
cheap solution. 

M.


> 
>  From: "R.Sundar" [EMAIL PROTECTED]
> 
> See The answer below . Please correct if I am wrong
> 
> papak_mondal wrote:
> Hi,
> recently I faced interview at IBM and I am asked several questions 
> that really I don't know or not have clear answer what would be the 
> exact answer.
> 
> 1. Is it possible not to disclose Java Script code at client 
> machine ? if yes how
> 
> Answer : Create a .JS file and refer that file into your page
> 2. What is the difference between table ans view in SQL Server 200 ?
> 
> Answer : Table contains Data, View Doesn't
> 
> 3. Does ASP.NET support multiple inheritance ? (in vb.net and c#.net)
> 
> Answer : NO
> 
> 4.What is interface inheritance ?
> 
> Answer : ???
> 5. What is difference between Server.Execute and Server.Transfer ?
> 
> Answer : First method will execute a method in page2 and handle will
return back to called page
> 
> Second method will not returned to called page
> 6.What is option Strict ?
> 
> If Option Strict is ON , it will restrict implecit data conversion
to avoid any data loss.
> 
> 7. How do you pause for a while after executing each iteration of a 
> 
> Use Sleep() Method
> loop ?
> 8.How session maintain while client set not to accept cookies ?
> 
> Use Session or View State or Hidden Controls
> 9. There is a loop which will produce some output 500 times. I want 
> to show each result to client after completion each iteration. How do 
> you implement that ?
> 
> Use Response.Buffer=True on top of the page
> 
> I think these questions will be helpful for everyone in this group. 
> Please make me clear with the answer.
> Thanks in advance.
> 
> Regards,
> Papak
> 
> ---------------------------------
> 
> Yahoo! Groups Links
> 
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/
> 
> To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
> 
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
> 
> Regards, 
> R.Sundar 
> Res : 91-44-55367968 / 22270593
> Cell 98415 85211
> 
> ---------------------------------
> Do You Yahoo!?
> Yahoo! Small Business - Try our new Resources site!
> 
> [Non-text portions of this message have been removed]
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> [Non-text portions of this message have been removed]




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to