Wednesday, May 28, 2008

Check this Out

Today while Internet surfing, i come to know a website which I want to share.
If you are programmer and want to refresh up your brain go and check out.
This site has some funny matter related to programming world and off course about programmer also like joke on programming, blog on .net, Some IT facts and many more
Check out this you will enjoy.
http://www.devtopics.com/

Saturday, May 3, 2008

ajax bridge call retry problem.

it was very hactic week,lot off work in office and in home also.
One problem i want to discribe here.
I am working in .net project.I was having a problem. Problem was like if suppose a application is calling a ajax service or call bia ajax.If that call fail than application give user to option to retry that call. We were not getting parameter info in onError event.than i found some solution micosoft Ajax book.syntax was like.
classname.MethodName(parameters,oncomplete,onerror,userContext,onTimeOut).
We were using bridge or u can say *.asbx using structre.
You can pass object in userContext variable.When ever call is succesfull of fail resultant method will get the userContext variaable.
There u can retry that method.
This is for this now.
keep programming.