This blog is an entirely personal project, unrelated to my current, former or future employers. My employers has nothing to do with its content including anything that is posted on this blog.
Information on this site may contain errors or inaccuracies, the blog site’s writer(s) do not make warranty as to the correctness or reliability on this blog site’s content.
If you own rights to any of the images or articles, and do not wish them to appear on this site, please contact us via e-mail and they will be promptly removed.
Mehul Modi said
Please Help Me to Get Contacts from Yahoo mail address.
i want yahoo Contacts Importer in c#.net.
waiting for your response…
Ramani Sandeep said
Hi Mehul,
Please check this :
http://stackoverflow.com/questions/1085498/import-address-book-from-gmail-hotmail-yahoo-using-c-and-asp-net
Regards
Ramani Sandeep
marina said
hi
i saw your answer here
http://forums.asp.net/p/1560511/3864449.aspx
function noBack() { window.history.forward() }
noBack();
window.inhibited_load = noBack;
window.onpageshow = function (evt) { if (evt.persisted) noBack() }
window.inhibited_unload = function () { void (0) }
i use Firefox browser
i try to prevent user to go back in history after he logs out.
As far as i understand it means that i should prevent Back option in LogIn.aspx
The problem is that i use MasterPage.
when i put your code in Master Page head – all pages prevent me to do back – that’s not what i want.
If i put your code in
of LogIn.aspx it doesn’t work at all.
I am very new in C#,ASP.NET and javascript.
Can you help me?
Thank you
P.S. i found many solutions for IE but not single for Firefox browser…..
marina said
I saw some text was missing in my question post.
Here it is:
If i put your code in “HeaderContent” of LogIn.aspx it doesn’t work at all.
Ramani Sandeep said
hi marina,
see this post :
http://forums.asp.net/p/1161997/1923379.aspx
NC01 has posted answer that helps you
Venkiy Kumar said
i have two applications, application1 and application2
in application1 i added a form in which i added one button by clicking on that button i have to publish application2
How can i publish application2 from application1
please help me