Tuesday, August 28 2007How can I parse my custom connection string?I am using my own custom connection string in web.config file to connect to smtp server to send emails in my web application how can I parse connection string to get server port user etc.
Monday, December 20 2004Disable each item of Check box listHow can Disable each item of Check box list When perticular condition applied in code behind not in html or script
Thursday, November 25 2004Check if an image is available on a remote serverI want to check if the image is really on the remote server to avoid displaying the "red cross" image.