Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
K

kandalu

@kandalu
About
Posts
33
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to take Mysql server backup to local machine?
    K kandalu

    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.

    MySQL csharp asp-net mysql sysadmin tutorial

  • How to take Mysql server backup to local machine?
    K kandalu

    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.

    MySQL csharp asp-net mysql sysadmin tutorial

  • How to hide Javascript message in status bar?
    K kandalu

    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.

    ASP.NET javascript tutorial question

  • How to hide Javascript message in status bar?
    K kandalu

    Hi, I want to hide "javascript:_dopostback()" message in status bar while clicking the Linkbutton. Please give me an idea. Thanks.

    ASP.NET javascript tutorial question

  • ImageButton Designing error in IE 6.0
    K kandalu

    Hi, 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.

    ASP.NET csharp design help

  • How to move data from local database to web server database?
    K kandalu

    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.

    Database database csharp asp-net sql-server sysadmin

  • App_code classes
    K kandalu

    Hi, 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.

    ASP.NET question hosting

  • How to get new release of Atlas in ASP.net?
    K kandalu

    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.

    ASP.NET csharp asp-net tutorial question announcement

  • How to search and highlight text in datagrid in .net 2.0?
    K kandalu

    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.

    ASP.NET csharp help tutorial question

  • How to use Autocomplete TextBox in .net 2.0 without webservice?
    K kandalu

    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.

    ASP.NET csharp tutorial question

  • How to use Autocomplete TextBox in .net 2.0 without webservice?
    K kandalu

    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.

    ASP.NET csharp tutorial question

  • How to use Autocomplete TextBox in .net 2.0 without webservice?
    K kandalu

    Hi, Thanks a lot for your reply. I will go through your codings and implement that. Thanks.

    ASP.NET csharp tutorial question

  • How to use Autocomplete TextBox in .net 2.0 without webservice?
    K kandalu

    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.

    ASP.NET csharp tutorial question

  • Server error while using AJAX in .net 2.0
    K kandalu

    Hi 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.

    ASP.NET help csharp sysadmin learning

  • Problem in uploading a website containing SMO Reference.
    K kandalu

    Hi, I will try to install SQL Server Management in the target server. Thanks for your reply. Thanks.

    ASP.NET help question announcement

  • Problem in uploading a website containing SMO Reference.
    K kandalu

    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?

    ASP.NET help question announcement

  • Problem in uploading a website containing SMO Reference.
    K kandalu

    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.

    ASP.NET help question announcement

  • Problem in referring the assemblies
    K kandalu

    Hi, I have SMO libraries in SQL SERVER 2005.

    ASP.NET help csharp database sql-server sysadmin

  • Problem in referring the assemblies
    K kandalu

    Hi, 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?

    ASP.NET help csharp database sql-server sysadmin

  • Server error while using AJAX in .net 2.0
    K kandalu

    Hi, Yes, I run it from IIS. Thanks.

    ASP.NET help csharp sysadmin learning
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups