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
L

lucluv

@lucluv
About
Posts
31
Topics
26
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • group rows of excel using c#.
    L lucluv

    hi abhijit, Thanx for your response.But I am sorry that your code is not resolving my problem.All i want is to group/ungroup rows(collapse/expand) using c#. ex: In excel select some rows and go to Data->Group and Outline and select group.It will collapse rows with mark '+'.This i want through c# code.

    C# question csharp

  • group rows of excel using c#.
    L lucluv

    Hi, I want to group rows of excel using c#. how can i do it??? Pls suggest me..

    C# question csharp

  • SQL Server 2000 reporting services problem
    L lucluv

    I am using SQL Server 2000 reporting services.I created a report in VS.net 2003.Report is showing in preview pane properly.But when i press start it gives a messege "No Reprot Server was found at http://localhost/ReprotServer". Is reprot server required for the reprot.whats other alternative to show the report on web browser?

    Database csharp database sql-server visual-studio sysadmin

  • Error in exporting crystal report to .XLS format
    L lucluv

    Thanks for your reply Mr. Rob. The problem occurs when i click on Export icon on tool bar of crystal report viewer in my application and save file in .xls format.It throws an error as mentioned.although it is exporting in .doc and .pdf format.It is working fine on windows XP.I applied number of patches to overcome this but failed.Please suggust me.

    IT & Infrastructure help

  • Error in exporting crystal report to .XLS format
    L lucluv

    hi...i have a problem with my application using crystal report running on Vista.when i export crystal repor file in .XLS format it gives error as "Error in file c:\Users\Amit\AppData\Local\Temp\temp_fds67sffsd-f78s-fds4-f4sdfsa.rpt: Errror detected by export DLL;".This is occuring with excel file only. Although it works fine on XP. Please suggest me where is the problem

    IT & Infrastructure help

  • Error in exporting file in .XLS format
    L lucluv

    hi...i have a problem with my application using crystal report running on Vista.when i export crystal repor file in .XLS format it gives error as "Error in file c:\Users\Amit\AppData\Local\Temp\temp_fds67sffsd-f78s-fds4-f4sdfsa.rpt: Errror detected by export DLL;".This is occuring with excel file only. Although it works fine on XP. Please suggest me where is the problem

    Windows API help

  • unable to run process
    L lucluv

    when i run my program (login as standard user on vista) it gives access denied on a process( created from System.Diagnostics.Process).But when i logged in as administrator) it get access. How can i grant permission on process.Please suggest me...

    C# question

  • Access Denied on Process
    L lucluv

    when i debug my program as standard user it gives access denied on a process( created by System.Diagnostics.Process) so unable to get the values of 'WorkingSet'.But it works when i debug it as administrator. How can i grant permission on process programmatically.Please suggest me... Amit

    C# debugging question

  • Sql express on vista
    L lucluv

    On vista when i run application as an administrator it create/delete data with sql express but when i run application in standard user mode it does not perform any operation with sql express ... amit

    Windows API database

  • Access denied on files in VISTA
    L lucluv

    I logged into vista as an administrator but when i tried to access(open) some files of microsoft sql server 2000 desktop engin under c:\MSDE2000\Data\MSSQL\Install\.. folder then it gives 'access is denied' message. Although when i add user(computer name) in security tab and gives full permission then it gives access.There are number of files in folder so unable to give permission to each file.Please suggest me.

    Windows API sql-server database sysadmin security

  • bypass pop up blocker in IE7
    L lucluv

    i am openning a link using a window.open when the page loads with IE7 but popup blocker is blocking it when the 'Use pop-up blocker'is enable(in Privacy tab of internet option).I want to bypass it means while the pop up blocker is enabled the window should open with the link. any suggestion wud be appreciable... thanks,

    ASP.NET

  • Enable securiyt setting in IE
    L lucluv

    Thanks jim but can u please tell me what code will sort out my problem

    ASP.NET security

  • Enable securiyt setting in IE
    L lucluv

    i want to enable one of the security setting in Custum Level of Trusted Site zone in IE.How can we do it programatically.

    Web Development security

  • Enable securiyt setting in IE
    L lucluv

    i want to enable one of the security setting in Custum Level of Trusted Site zone in IE.How can we do it programatically.

    ASP.NET security

  • Enable securiyt setting in IE
    L lucluv

    i want to enable one of the security setting in Custum Level of Trusted Site zone in IE.How can we do it programatically.

    C# security

  • Problem in database entry
    L lucluv

    hi actually there is an application which save user preferences to database. since number of user is using the same application with their ligin id but only one user is facing the mentioned problem. Preferences are like changing name,email,address etc.

    Database help database oracle sysadmin sales

  • Problem in database entry
    L lucluv

    when i submit my settings from my application it gives an error. GORSHPPNWS0100K:Unable to process a customer number. -2147217887 [Microsoft][ODBC driver for Oracle][Oracle]ORA-01460: unimplemented or unreasonable conversion requested Here "GORSHPPNWS0100K" is a production server through which application interact. Pls suggest the cause of the problem. Thanks

    Database help database oracle sysadmin sales

  • Problem in creating object of html page
    L lucluv

    I am creating an object of html file in another html file using tag. when i run it in IE6 it works fine and create the object but if run it in IE7 it doesn't crate the object of html file.code that ive used is written below. i've tried it several ways by removing different fields but failed. Pls tell me where is the problem. or(remove type attrib) or(remove type and style atttrib) or.......

    ASP.NET html help

  • Problem of creating object in html file
    L lucluv

    I am creating an object of html file in another html file using tag. when i run it in IE6 it works fine and create the object but if run it in IE7 it doesn't crate the object of html file.code that ive used is written below. i've tried it several ways by removing different fields but failed. Pls tell me where is the problem. or(remove type attrib) or(remove type and style atttrib) or.......

    ASP.NET html help

  • Scirptlet Problem In IE 7.0
    L lucluv

    I have a problem regarding IE 7.0 actually in IE7 scriptlet is disabled(or not supporting). i want to use scriptlet component in my web application and want to run on IE7.0 how can i enable scriptlet in IE7 or is there any other provision to solve this problem.

    ASP.NET help question
  • Login

  • Don't have an account? Register

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