Browse by Tags
All Tags »
ASP.NET (
RSS)
Make Script based web service which could be called by JavaScript I remember the days when I need to call web service from JavaScript using some HTML component called webservice.htc. It was a pain to consume web service using that component as compare...
Delegate Being a programmer, it’s almost daily routine to write such methods which take plenty of processor cycles/time to perform some action. For example some database operation/transactions, while using web services or Remote Procedure Calling (RPC...
my 1 more article has published, i.e, about web site performance improvements. i have mentioned several points which should be considered to have good website by means of performance please click here to get that article kindly give your feedback there...
I believe there would be hardly anyone we can find out who is regular user of www.asp.net or its other community site and doesn't know Mr. Scott Guthrie ( Corporate Vice President in the Microsoft Developer Division ). he run the development teams that...
Callback & Controls Rendering (Manually Partial Page Rendering) In my previous article, I wrote about Callback and JSON based Javascript serialization which you can find here . 1. Why Should I read this article As Callback doesn’t cause postback and...
FYI: sample code is attached @ the end When working in ASP.NET, sometimes you need to call server-side methods asynchronously without having either full-page or partial-page postback. Thanks go to the ASP.NET team to provide an easy implementation of...
It is always been a tension for web developers to write/read/run/access code between client side and server side. like write script at server side and use that @ client side or vice versa. today i would like to share some of my knowledge about this. HTH...
rarely we could need of such function but i m sure whilst programming, programmers have used such functions of their framework functions/base library functions e.g, in case of c language you must have used printf() function (if u didn’t use it i can say...
few days back i spent alot of my time in googling about bindable controls creation on runtime but whatever tutorial/article i follow fail me to achieve my purpose mostly at 99% which makes me crazy coz this doesn’t happen with me only 1 or 2 times so...
Usually web developers need to write code for sending email (me 2 :P) but normally we just setup To,From, Subject, Body and login credentials and simply call Send() method ;), what if our boss ask for such features like he want our Emails Should be at...
More Posts
Next page »