Click here to Skip to main content
16,007,126 members

Comments by nisha4285 (Top 5 by date)

nisha4285 19-Feb-11 6:28am View    
Hi, it's working really nice :)
But ic case that my customer still want to work in the old way, something like:
http://server/service/function?op=


what is the solution?

Thank you again
nisha4285 18-Feb-11 4:57am View    
I'm the administrator :)
I tried to undo with the vs2008 connamd tool but it didn't work....

Any ideas?

Thank you again
nisha4285 7-Feb-11 10:54am View    
Thank you for your response i'll try...
nisha4285 8-Sep-10 5:39am View    
I spent four hours last night and I think I got it, but I have a few questions please:
1. Can I send a few requests at the same time without losing data, and each time update a different control on the page?
2.Can I send one request from existing request like my code above without losing any data and eac time update another control on the page?
3. When I create ajax request in jquery and I send data how should I read it in the server?
4. Is page method has to be static?

* I'm sorry I did not mean to sound like you are not helping, I'm really appreciate people like you who spend time to help others!!!


Again thank you
nisha4285 7-Sep-10 20:10pm View    
I'm not familiar with jquery at all, means that I won't be able to finish my project at time.

Please does anyone know how to display an animated message while sync xmlhttprequest is being sending?

And maybe someone can look at the code above and tell me what should I change?

I wrote a treeview and I want to implement Expand All method, what I'm doing is getting the roots rows and for each one get it's branch using xmlhttprequest, and if shouldbeexpanded then get it's html childs again using xmlhttprequest (each time I create a new request).

Thank you again