lost

Read data from damaged media

Is it possible to read damaged media (cd, hdd, dvd,...) even if windows explorer bombs out? What I mean to ask is, whether there is a set of APIs or something that can access the disk at a very low level (below explorer?) and read whatever can be retrieved even if it is only partial, especially if you can still see the file is there fro...

ASP.Net SessionID keeps getting lost...

My asp.net application works fine when launched from its own browser, but when its launched from another web application (sharepoint webpart) using window.open it works until the user clicks and posts back, then the session is lost. I think its related to cookies, because when I set the session state to be cookieless everything works fi...

jquery draggable element lost

Hi all , Can anyone help me by telling me that in the given code below when the first time element is dragged it works fine but when a new element is dragged then the draggable property of the earlier created element is lost. How can i do the dragging without losing it? if(tag==normal_tag1.id) { normal_tag_d=' <di...

C# MySQL Lost Connection

Hi. I have C# application and I'm using MySQL database. Everything seems to be fine except one thing. Our computer network is little bit unstable. When I'm trying to execute query and the computer simultaneously loses connection to the mysql server (I'm simulating this situation by unplugging the network cable from computer which is mys...

Lost svn directory some time ago.. how do I find out which revision has it?

Hi, I lost an svn directory some time ago, but don't know which revision has it? I looked at the log, but I'm guessing it is one of the times there is no comment ;) ...

JQuery: How do I hide a DIV when textbox is out of focus?

This is the code I have: <body> <form id="form1" runat="server"> <div> <asp:TextBox ID="txtInsertComments" CssClass="expanding" runat="server" AutoPostBack="false" TextMode="MultiLine"></asp:TextBox> </div> <div id="commands"> <table cellpadding="0" cellspacing="0" width="400px" id="tblCommands"> ...

ASP.Net ScriptManager and UpdatePanel ignoring javascript once posted back.

Hi, I am having major issues using UpdatePanels on a website. The problem is that when i use a ScriptManager, all client side JavaScript that was active when the page was originally loaded is lost once an update panel posts back. Here's what i'm trying to do... I have a number of .net calender controls on the same page each within i...

prevent listview to lose selected item

Hi, I'm currently working on a listview in winform c# and everytime I click on an empty space on the listview, the selected item is lost. please help ed ...

CakePHP passing parameters to action

Hi im kinda new in cakephp and having a lot of trouble adjusting.. Here's my biggest problem .. Im trying to pass a parameter to an action, it does load, but when my script goes from the controller to the view, and goes back to the controller again, its gone. CONTROLLER CODE function add($mac = 0) { if(isset($this->params['form'][...

POST data getting lost: Content Length = 0

I've been trying to find a solution for ages with no success. On our app, customers submit a form and on the next page we process it. Sometimes though the data never arrives. This seems to happen for just a few of our customers. Seems to happen with IE7 and using a proxy. Here's some headers, note the HTTP_VIA: X-REWRITE-URL: /process....

View State lost with click...

...

Classic ASP on Localhost, no form data?

I have a really odd situation going on on my local PC that I can not seems to resolve. Recently I have been contacted to extend a classic ASP website that I wrote a few years back. I unpacked the code into a sub folder of wwwroot on my current machine running XP pro. It has never had any classic ASP sites running on it. I set up IIS and...

Blackberry signature tool - invalid private key

Hi, A couple of months after installing successfully the blackberry signature key for signing my application,I have lost my private key. How can I retrieve it? I have already sent an email to Blackberry developers support,but they're really slow in replying. thanks a lot ...

Unaccessible git state

Hello. I'm using git. And previously, I tried to experiment with my program and then, I feel like going back (checkout) to previous commit. Then, I changed something, committed.. etc.. The question is, How do I go back to the state before I checkout. I know I could git checkout the-hash, But I don't know the-hash. git log only show h...

Controls in a WPF UserControl don`t raise lost focus

Hello, I have a MainWindow with 3 main buttons at the top and below a MainUserControl. In the MainUserControl I have at top 3 UserControls with ButtonBars and at the bottom a DataGrid. When I enter data in a DataGridCell and I click into another cell a property change is fired in my ViewModel bound to the DataGrid. When I enter data...