Browse by Tags
All Tags »
C#.NET (
RSS)
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...
You know how to put conditional breakpoint or do u know what conditional breakpoints are .. no? anyhow conditional breakpoints are such breakpoints which stop debugging execution conditionally i.e, either condition “is true” or “has changed” if criteria...
Step 1. Install Server Certificates on the Web Server Step 2. Create a Web Service Step 3. Configure the Web Service Virtual Directory to Require SSL Step 4. Test the Web Service Using a Browser Step 5. Install the Certificate Authority’s Certificate...
More Posts