Click here to Skip to main content
15,917,321 members

Comments by YashwanthBathini (Top 13 by date)

YashwanthBathini 28-Oct-14 7:49am View    
Hi Praneet,

Thank you very much for your response. I have tried the below 2 lines of code. (working on JSP)

<link rel="shortcut icon" href="" type="image/x-icon" />
<link rel="icon" href="" type="image/ico" />

But the issue remains the same i.e I can still see the icon instead of blank. This works in Firefox awesome but the issue is with Chrome and IE.
I think the reason behind this would be the browser's cache as it still refers to the old favicon instead of href="". And one more thing based on my analysis is the browser refers to the favicon from its history in case if the url it is pointing to is invalid or to an unmodified image.

Do you have any idea on how to resolve this caching issue.


Thanks
Yashwanth
YashwanthBathini 10-Jul-12 5:17am View    
Sorry I completely removed both SQL and VS and installed SQL Server first. In this case,Is the configuration I should make differs?
YashwanthBathini 10-Jul-12 2:20am View    
Ya I did that but still I cant find SQL Server Management Studio.
YashwanthBathini 14-Nov-11 3:54am View    
hi,
I have tried this but when i reopen the application it is starting as fresh. Am calling onSaveInstanceState() and onRestoreInstanceState() in addition to onCreate() method.. Do i need to add(Override) something else..Please clarify.

Thank you
Yashwanth
YashwanthBathini 9-Sep-11 2:36am View    
Hi,
I have created some static instances of forms i have. On back button click event am calling formObj.ShowDialog(). Am getting an exception that "Value does not fall within the expected range." But when i use formObj.Show() the form is getting shown but am unable to access the controls on the form. Can you please help on this?

Thank You
Yashwanth.