ADO.NET :: Recover Data From .IBD File
Jan 5, 2011I am using mySql 5.1 in my current project and I do have a .IBD file of patient with me. I want to recover data from .IBD file to my patient table structure.
View 4 RepliesI am using mySql 5.1 in my current project and I do have a .IBD file of patient with me. I want to recover data from .IBD file to my patient table structure.
View 4 Repliesif we overwrite the db backup(using restore database) then is it posible to recover data of previous backups?
View 2 RepliesI have the compiled output from a site which uses asp precompilation. The .aspx files are just a placeholder and there are .compiled files for each .aspx. I'm trying to reconstruct a site's .aspx files from the precompiled assemblies. I've looked in the compiled assemblies using reflector but reconstructing the .aspx looks like a bigger task than what I was hoping for. I have a relatively short timeframe for this.Does anyone know of any easy way? Are there any tools out there that can acheive this task?
View 1 RepliesNeed to get access somehow to a by-row value that keeps each row's key. The value can not be displayed as column. The Recovery the value is to be used on a later separate Insert. I need to capture this by-row 'hidden' value on the SelectedIndexChanged event.
how hide this key value so I can recover it on Grid Row Selection?
I'm creating a webservice. I wanna recover the URL that is used my webservice.
e.g: Someone from www.sth.com invoke my webservice's methods. Now I wanna recover www.sth.com from my webservice!
I delete a control(TextBox) from toolBox by accident, but not getting how to get it back at there please help me to recover.
View 1 RepliesI lost my solution files for a project which I've sent to my web host earlier. Now I need to edit and fix some but I don't have the solution files now. I have my project with App_Code.dll. Is there a way to get the whole project back?
View 1 RepliesI am trying to use the asp.net contol recover password in my web page I cna load the page and enter the username and answer to the question fine but when I click on the submit button I get an error message saying System.Net.Mail.SmtpException: The operation has timed out
the stack trace is
[code]....
I have only put the recover password control on the web page I havn't added any formatting or code and all the other emails I have set to send work fine so can't see why the smtp setting would be wrong for this unless I need to add some code to my page.
I am really worried about this. I recently got hold on VS 2010. I had been working on a control when my VS 2010 crashed upon me. I terminated all of the applications that might be slowing down VS. To my horror when I restarted VS I had lost all of the coding and classes written within that control's code behind file which was SearchFilter.ascx.cs. IT shows the size of this file as 0KB. There nothing in it now. Does any one out there know how can I recover my file, it had almost over 700 lines of code. I would be really very grateful to you people out there.
View 5 RepliesWhen user enters their email id i how to send email to them ? whether it is good to send their password or send a link to change password? how to make the link not working after 24 hrs/1 day?
View 1 RepliesI'm using ajax to call a webmethod from javascript. The call is successfully made to the webmethod but I'm not able to access the parameters I passed to the webmethod inside of the "OnSucceeded" callback method. I need access to those params because I need to perform more tasks on the client side when the webmethod returns. I'm assuming that the params are returned inside "usercontext", but the value of that param is "null" How can I have access to those params?
Here my sample code:
function OnSucceeded(result, usercontext , methodName)
{
alert( result + ' The value of usercontext is: ' + usercontext);
}
function OnFailed(error, userContext, methodName)
{
alert('Attempt to delete semantic attribute from page failed!');
}
function deleteSemanticAttribute()
{
var username = 'xxxxxx';
var password = 'yyyyyy'
PageMethods.GetMyData(username, password, OnSucceeded,OnFailed);
}
[WebMethod]
public static string GetMyData(string username, string password)
{
return "This is my test application!";
}
Is it possible for a user to recover their password by entering their e-mail address alone?
Right now I am using the PasswordRecovery control, and i have security questions disabled. So all the user has to do is put their User Name, and hit submit, then their password is e-mailed to them.
But, a lot of my users forget their User Name, so right below I have a User Name recover section. The user inputs their e-mail address, and their corresponding user name shows up.
I would like to simplify this and just require the user's e-mail address to provide them their user name AND password.
I had something happen with my pc and had to do a system restore. This has caused some of the files in my project to be deleted. Is there a way to recover these files?
Is there anything I can do to prevent files from being deleted in the future if I ever have to do a restore again?
Im using the MySql Membership-,Role- and ProfileProvider. If the mysql-server goes offline the site crashes (ofcourse). But when the mysql-server gets back online the site still crashes, complaining that the Role provider cant get initialized because of missing or incorrect schema. If I then make a meaningless change to the web.config (like adding a space somewhere) the site works again.
View 2 Repliesby mistake a .aspx and its corresponding .vb file was deleted from my project's solution explorer.Its not there in Recycle Bin too.Is there any method to recover that file ? I am using Visual Studio 2008. Win XP SP1.
View 6 RepliesIs it possible to use the PasswordRecovery control to recover a password using the email address instead of the user name?
Ideally I'd like to have the PasswordRecovery control allow users to enter their email address instead of their user name and then proceed to answer the security question.
according to this thread i make login page URL....i have 1 label 1radiobutton and 1 send button now i want when users enter their password,if they enter their password wrong morethan 3 time it show error that they can't login during 24 hours ,and they cann't enter password in password textbox . and when they click on radio button and click on send button it send a massage to my email and after i send them new password
View 1 RepliesI have finally designed the school portal. I am having another challenge now. I have created the recover password page. But when it comes to clicking submit I recive error. How do code this so that the password will be sent to my members email.
View 2 RepliesMy issue today is that i have a MySQL Database and am using the security framework provided by the ASP.NET Membership and Role Providers...I override the default methods with my own MySQL.
Now the issue comes in when i someone would like to have their password reset. My application is running entirely on an Intranet so i cannot have their passwords emailed to them. Is there a way i can have this information displayed in any way so that the user can use it to Log Reset, Create Accounts or Recover their lost passwords on an intranet without the administrators intervention?
Recently i had an approach as follows. In my web.config<system.net><mailSettings><smtp deliveryMethod="pickupDirectoryLocation" and my location was a folder on C drive as c:/SavedPasswords. Now i understand this was such a big security threat and thats why i am looking for a better option.
I would have that folder created using my System.IO and then the Mail is dropped into that folder. Then after the process is successful, i tell the user to check into that location and Read its content.
Then there is a global variable that is set to true...meaning that the folder at c:/ has been created. then there is a Method in a certain class that once it sees this variable True, it reads the readers c:/ and deletes that folder "save" if it exists;
im tryign to do an upload using an aspforview, does this mean i have to do a findcontrol for all the items to get the results?
as in the uploadfile func it cant find any of the fields, how do i do this?
also id like to get the filesize, type and name back so i can put them in a database
[Code]....
xml database..my question is i need to upload a word document to xml database.
View 1 Repliesthere are an access file . >> "test_file.mdb"
there are a table in mdb file .>> "test_table1"
and there are 2 columns in "test_table1" >> "name" and "age"
and i have 2 textbox in my web form . >> "textbox_name" and "textbox_age"
and i have a button for save textbox_name.text and textbox_age.text in mdb file .
i need adox vb code for save textboxs data in mdb file .
My files are stored on a data repository in different formats like .doc,.docx,.pdf,.jpeg,.jpg,.tiff. I want to get those files in binary format(i.e byte[]) so that I can able to see that file to the user using a radbinary image control.I am able to get .jpeg and .jpg files and I can show those to users.But while I am trying to show .doc,.docx,.pdf files I am getting "Not valid parameter" exception.How can I solve this problem? My doubt is that pdf,doc,docx files are having no of pages. So while converting this total pages in to binary data I am getting error. So How can I show first page of .doc,.docx,.pdf files using radbinary image control.Here is my code.RadBinary Image controlis a telerik control,it only deals with binary data.
[Code]....
I need a code which can export the data from XML file to the Excel file.
View 3 RepliesI need to compare two csv files fields via c# alone where I need to give the path of both the files.
There is no asp.net web page only via c# code to compare the two contents with semi colon separated.