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
P

PrakashACCS

@PrakashACCS
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Error while editing word document from IIS
    P PrakashACCS

    Hi thank you so much for replying I tried by giving all the permission to the folder.but it didn't work. Best Regards.

    PrakashACCS

    ASP.NET help csharp asp-net visual-studio windows-admin

  • Error while editing word document from IIS
    P PrakashACCS

    Hi I am having a requirement to edit the word document from the c# code in asp.net application. I got a sample from code project its working fine from the file system (Like http://localhost:1234/Applcaitonname/) but when I run the application from the virtual directory (like http://localhost/Applicationname/) it is giving errors the work document not allows to edit the document. I am using Xp as the operating system with is VS 2.0 ASP.Net with c#. I tried by setting dcom permission and added the asp net user and Iuser accounts to the application. Can any body help me to solve the issue? Thanks in advance. Best Regards

    PrakashACCS

    ASP.NET help csharp asp-net visual-studio windows-admin

  • disable controls
    P PrakashACCS

    Hi guys good morning!! I want javascript code to disable the server controls inside a table or a div tag. In detail... when i check a particular checkbox all the controls in a table should get enabled... and if a I uncheke the checkbox all the controls in the table should get disabled. I have used the following code if(checkbox1.checked==true) { for(var i = 0; i< table1.length; i++) { if(table1[i].type == 'checkbox') { table1[i].disabled =true; } } } but it could not work. I can use div tags insted of tables.. please suggest in this regards. Thanks in advance... regards Prakash

    PraCash

    ASP.NET javascript sysadmin
  • Login

  • Don't have an account? Register

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