Hi, Thanks for your reply. I executed the command you have given. But it shows the syntax error. My website is in shared hosting server. I saw in the mysql forum that mysqldump cannot be used in shared hosting. Could you please give me other idea to take backup of the server data? Thanks.
kandalu
Posts
-
How to take Mysql server backup to local machine? -
How to take Mysql server backup to local machine?Hi, I developed a website in asp.net with mysql. I have to take backup of the server data to my local machine. I am new to this concept. Please give me an idea which concept i have to use. Thanks.
-
How to hide Javascript message in status bar?Hi, First, I used LinkButton in my project to transfer the page. But in some browsers javascript may be disabled. In that situation Linkbutton won't work. So, I used Button to transfer the page. If the button's caption is too long it won't wrap the text. So, I tried for ImageButton and placed the text to be displayed as link in "Alternate Text". It works fine in Mozila i.e. if the link is for 4 lines, the imagebutton automatically resized. But in IE 6 a cross mark is displayed for the image not given and the link text didn't resized. Now my problem is which control to select for displaying the links. Please give me an idea. Thanks.
-
How to hide Javascript message in status bar?Hi, I want to hide "javascript:_dopostback()" message in status bar while clicking the Linkbutton. Please give me an idea. Thanks.
-
ImageButton Designing error in IE 6.0Hi, I am using .net 2.0. In my project I have a gridview in a table. In that gridview I have ImageButtons in the ItemTemplate tag. When I run the project it works fine in Mozila. But in IE 6.0, the image buttons are not wrapped the text in its datafield and the whole table design is collapsed. Please give me an idea to design the ImageButton that will suit all browsers. Thanking You.
-
How to move data from local database to web server database?Hi all, I am doing a project in .net 2.0 which consists of both win forms and web forms. For web application i am using sql server 2005 and for win forms i am going to use msde. Both msde and sql server 2005 contains same databse structure. I have to flush the data from local msde to the web server. Could any one please tell me the idea to implement this? Thanks.
-
App_code classesHi, If your Class file in App_code contains namespace you have to import it in your .cs file. If your code behind is vb then use "import" or c# means use "using" to import your namespace.
-
How to get new release of Atlas in ASP.net?Hi all, I want to use Atlas in my .net 2.0. Could anyone tell me the recent release of Atlas and the website from where I can download it? Thanks.
-
How to search and highlight text in datagrid in .net 2.0?Hi, I am using .net 2.0. I want to search & highlight the text in datagrid like Edit->FindNext option present in NotePad, Word etc. I saw many examples to highlight the searched text within the datagrid at once. But I want to search the text one by one. If anyone know the idea please help me to implement this. Thanks.
-
How to use Autocomplete TextBox in .net 2.0 without webservice?Hi, If I use a Function in .cs file that function is not called. If I use the same method using webservice it works well. The code is given below :
<ajaxToolkit:AutoCompleteExtender ID="AutoCompleteExtender1" runat="server" MinimumPrefixLength="1"
ServiceMethod="GetRegC" TargetControlID="TextBox1">The "GetRegC" is coded as a function in the default.cs file. I don't know how to specify that function. So, I am using webservice. Thanks.
-
How to use Autocomplete TextBox in .net 2.0 without webservice?Hi, Thanks for your reply. First I will try without webservice and then I will try with webservice. Thanks for the hint given for webservice. Thanks.
-
How to use Autocomplete TextBox in .net 2.0 without webservice?Hi, Thanks a lot for your reply. I will go through your codings and implement that. Thanks.
-
How to use Autocomplete TextBox in .net 2.0 without webservice?Hi, I am using .net 2.0. I want to use Autocomplete TextBox in my project. Why it is necessary to use webservice in Autocomplete TextBox? Is there any way to use Autocomplete TextBox without webservice? Please refer me some useful sites to learn about webservice. Thanks.
-
Server error while using AJAX in .net 2.0Hi Navaneeth, I checked the Event Viewer. The following text is shown in the Description box. A driver packet received from the I/O subsystem was invalid. The data is the packet. How to rectify this error? Is it necessary to restart the IIS in my system? Thanks.
-
Problem in uploading a website containing SMO Reference.Hi, I will try to install SQL Server Management in the target server. Thanks for your reply. Thanks.
-
Problem in uploading a website containing SMO Reference.Hi, Thanks for your quick reply. I don't know whether the target server contains SMO. If we install SMO dll in the target server, will it work well?. If we do like that there is no need to add the dll in the project. Am I right?
-
Problem in uploading a website containing SMO Reference.Hi all, If I upload a file containing SMO Reference the following error comes: Could not load file or assembly 'Microsoft.SqlServer.Smo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. The references I added are Microsoft.sqlserver.connectioninfo Microsoft.sqlserver.smo Microsoft.sqlserver.smoenum Microsoft.sqlserver.sqlenum Is I have to explicitly place the SMO dll in the bin folder of the project? Please help me to rectify this problem. Thanks.
-
Problem in referring the assembliesHi, I have SMO libraries in SQL SERVER 2005.
-
Problem in referring the assembliesHi, I am getting the following error : Could not load file or assembly 'Microsoft.SqlServer.Smo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. If sqlserver 2000 is installed in a system instead of sqlserver2005, I can' locate the SMO reference. The references I added are Microsoft.sqlserver.connectioninfo Microsoft.sqlserver.smo Microsoft.sqlserver.smoenum Microsoft.sqlserver.sqlenum If we add these references, is any dll files will be created in the bin folder or we have to explicitly copy this dll to the bin folder?
-
Server error while using AJAX in .net 2.0Hi, Yes, I run it from IIS. Thanks.