Thanx Sebastian.. Thank you very much..It really worked well.. Really I knew it was not a bug..but Its a great feuture.. thank you very much..
Swapnil 2009
Posts
-
How to change the button color on its click and then restore it when you click on other button? -
How to change the button color on its click and then restore it when you click on other button?Hello friends, I had a question.actually I have a web page in which there are multiple buttons. Whenever I click on a button the contents get displayed in the bellow panel and the color of the button changes. Then when I click on another button its color changes but the first button color persists. protected void Button_headers_Click(object sender, EventArgs e) { this.Button_headers.BackColor = Color.Blue; } So what I want is the color of the button on which I click should change and when I click on second button the first one color should get restored. I would be very much thankful to you if you help me in this matter. Regards Swapnil
-
How to get contents of cache memory in c#?Hi, Actually I am developing a tool to check the performance of a site. so whenever I enter a site I want to know is the contents of the url are present in cache or not and if present want to display the contents. So do you have any idea about it. I want to do this in c#.
-
How to get contents of cache memory in c#?Ya right I want to get contents of computers cache memory.. actually I want to get contents of mozzila's cache memory... Do you have any Idea?
-
How to get contents of cache memory in c#?Hello evertbody, I wanted to know how to find the contents of cache memory in c#.Can anobody give a hint or a code snippet for this problem.. Thanking in advance Swapnil