Friday, March 28 2008
Generic String.Parse Extension Method
How can I create generic parse method to convert string to number or date?
Monday, December 03 2007
How do I draw verticle text on image using GDI+?
Following sample code shows you how you can draw verticle text on image using GDI+?.
Tuesday, August 28 2007
How 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.
Saturday, January 06 2007
Write text on position were user clicks.
I want use image1 as the canvas and draw a png[image2] which has only the outline ....and next step write some text on the image where user clicks.
Saturday, January 06 2007
How can I bind SortedList with GridView?
I have a custom object that provides me a SortedList collection which contains properties for say firstname, lastname. how can I bind my sorted list with GridView?
Saturday, May 13 2006
How do I calculate dynamic image height to fit text.
When I use DrawString, the length of the string is dynamic, How do I calculate dynamic image height to fit text.
Saturday, April 22 2006
Draw rounded corner rectangle with gdi+ on image
I would just like to know if anyone can give me some advice on how to draw rounder rectangle with rounded corners using gdi+ and aspnet.
Tuesday, March 07 2006
How to validate length of multiline textbox
I have to validate the length of the message to be sent But for textbox of Multiline type did not allowing the MaxLength property So plz do favour for me regarding this one
Friday, January 06 2006
How to Add the ordered list html tags to each row of gridview?
I am using gridview and I want to add the ordered list html tags to each row of gridview.
Friday, January 06 2006
How do i compute the total and display it in GridView footer?
I have GridView with numerical data in one of the column, How do i compute the total and display it in my footer field?
Friday, January 06 2006
How do I display row# in gridview?
I want to diplay row# in first column of my gridview I do not have any such column in database, How can I achive this on asp.net web page?
Friday, January 06 2006
How do I style to GridView with CSS?
I want to use CSS style in GridView instead of itemstyle,header style... available in gridview, Is is possible and How?
Friday, December 02 2005
Draw a circle over an image.
I would like some help drawing a circle over an image in asp.net
Friday, December 02 2005
Give image rounded corner
I would just like to know if anyone can give me some advice on how to take a jpeg image and make the corners rounded at runtime using gdi+ and aspnet.
Sunday, October 23 2005
How to calculate image size of uploaded image
How do I canculate width and height of uploaded image on web server?
Monday, October 10 2005
Can someone tell me how to deal with MouseOver with image button?
I want to change image of my ImageButton Server control on mouse over and mouse out how can I achive this.
Wednesday, June 01 2005
Posting form data to remote website using HttpWebRequest.
How do I post form data to remote web application using asp.net
Friday, April 22 2005
Browse files in specified directory on server.
I want it see all the files in the specified directory, How can I do that in asp.net.
Monday, December 20 2004
Disable each item of Check box list
How can Disable each item of Check box list When perticular condition applied in code behind
not in html or script
Thursday, November 25 2004
Check if an image is available on a remote server
I want to check if the image is really on the remote server to avoid displaying the "red cross" image.