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

kankeyan

@kankeyan
About
Posts
44
Topics
27
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • sql server 2008 table convert to xml files
    K kankeyan

    Select * from for xml path('Head') select * from for xml path('Head'),root('title') select * from for xml raw there are more formats like elements

    Database database sql-server sysadmin xml

  • sql server 2008 table convert to xml files
    K kankeyan

    select*from for xml path ('Head') select*from for xml path ('Head') ,root('Title') select*from for xml raw try like this there are more formats

    Database database sql-server sysadmin xml

  • locking on select
    K kankeyan

    Locking will not solve your problem. Just optimize your query for better performance. :)

    Database help question sharepoint discussion announcement

  • sql server 2008 table convert to xml files
    K kankeyan

    select*from <Table Name> for xml path ('Head') select*from <Table Name> for xml path ('Head') ,root('Title') select*from <Table Name> for xml raw try like this there are more formats

    Database database sql-server sysadmin xml

  • Drag and drop textbox in html using javascript
    K kankeyan

    Resizing the textbox based on cursor movement in html using javascript

    JavaScript javascript csharp html visual-studio tutorial

  • Drag and drop textbox in html using javascript
    K kankeyan

    how to implement the drag and drop textbox control like in visual studio in html using javscript not jquery and also how to resize the textbox based on cursor movement

    JavaScript javascript csharp html visual-studio tutorial

  • Regarding performance tunnig
    K kankeyan

    we are using sql server 2008

    Database performance

  • RelationShip between to DataBase in SqlServer2008
    K kankeyan

    what you are trying to say ????

    Database database help

  • Regarding performance tunnig
    K kankeyan

    WHich is more faster to compare values <> or != for performance tunning thanks in advance

    Database performance

  • svchost error
    K kankeyan

    Dear Friends Good Day i have windows 2003 server standard edition and recently i am facing the following error An unhandled win32 exception has occurred in svchost.exe[1392] number of errors appears asking for a debugger to debug like Visual studio Just-in-time debugger after closing the error windows the network service gets stopped and the server is no longer accessibel on the network. What may be the problem and wat is the solution regards Kankeyan

    System Admin sysadmin debugging help csharp visual-studio

  • Need sample code
    K kankeyan

    Dear Friends I need to convert numeric values to string . I'm using ASP.net and C# and database is SQL Server 2000 I Need to convert Rs 400 to Rupees Four Hundred only. I need sample code with thanks Kankeyan

    C# csharp database asp-net sql-server sysadmin

  • Display Message while using Stored procedure
    K kankeyan

    is it possible to display in client side

    Database database

  • Display Message while using Stored procedure
    K kankeyan

    In store procedure.i want to display a message.ie Alter procedure CheckForValidUser ( @Username varchar(20), @Password varchar(10) ) as select ltrim(rtrim(name_first + ' '+ isnull(name_last,''))) as name,rolename,p.pid, date_exit from hms_person p, HMS_personell pl where pl.username = @Username and password = @Password and pl.pid=p.pid ; I'm passing two parameters but to display three arguments,i want to get a message to display whether the date_exit is not null is it possible to display as popup regards Kankeyan

    Database database

  • Error parser message
    K kankeyan

    Dear Friends I don't know what's the problem we are using Dotnet Framework 2.0 and VS 2005 beta in server But in the development machine we are using Framework 2.0 and VS 2005 Professional Our product modules are working fine in development machine I build the codings and publish in Server it showing the below error error parsing attribute'Enableeventvalidation'.type 'Default_aspx' does not have appublic property named'enableeventvalidation' i don't know what kind of error how to solve it Please guide me Thanks &Regards Jk

    ASP.NET help tutorial csharp visual-studio sysadmin

  • Sql Restore Error
    K kankeyan

    is it possible to convert sql 2005 database to sql 2000 sp4

    Database database sysadmin help announcement

  • Sql Restore Error
    K kankeyan

    Dear Friends, Client database is in the form of "database.Dat" they don't which version they are using, i want to restore it i sqlserver 2000 with service pack 4 Following error occured Error:3169 The backed up database has on-disk structure version 611. The server supports version 539 and cannot restore or upgrade this database. Restore filelist is terminating abnormally. Please give a solution Thanks & Regards JK

    Database database sysadmin help announcement

  • OutOfRangeException
    K kankeyan

    Hello Friends, protected void grdEncounter_RowDataBound(object o, GridViewRowEventArgs e) { GridViewRow grdEditRow = e.Row; if (grdEditRow.RowType.Equals(DataControlRowType.Header)) return; grdEditRow.Cells[2].Text = grdEditRow.Cells[2].Text.Equals("1") ? "Yes" : "No"; } error comes in above line Exception Details: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: index This is the error while loading itself i don't know how to solve. Regards JK

    C# database help tutorial question

  • System.ArgumentOutOfRangeException:
    K kankeyan

    Error Specified argument was out of the range of valid values. Parameter name: index while i'm loading the page, error will come in this code protected void grdEncounter_RowDataBound(object o, GridViewRowEventArgs e) { GridViewRow grdEditRow = e.Row; if (grdEditRow.RowType.Equals(DataControlRowType.Header)) return; grdEditRow.Cells[2].Text = grdEditRow.Cells[2].Text.Equals("1") ? "Yes" : "No"; //error comes under above line } thanks in advance

    C# database help question

  • System.ArgumentOutOfRangeException
    K kankeyan

    Sorry this error comes under while loading the page in rowdatabound it showing the errorlike this System.ArgumentOutOfRangeException Specified argument was out of the range of valid values. Parameter name: index

    ASP.NET database

  • System.ArgumentOutOfRangeException
    K kankeyan

    Exception Details: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: index What to do thanks in advance

    ASP.NET database
  • Login

  • Don't have an account? Register

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