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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
D

DISP Jol

@DISP Jol
About
Posts
17
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Intellisense and DLL
    D DISP Jol

    Luc,, Thanks for your input...I dont wanna document or specify additional information for my classes.I just want the constructor name and signature to show up when I an using object of this class.. As in MyClass tstClass=new (I want MyClass name and the overloads for the constructor to automatically appear here) Thanks Joel

    JO

    C# visual-studio

  • Intellisense and DLL
    D DISP Jol

    I have created an assembly and added reference to this dll in my web project I have also used USING statement on my web form...However the Intellisense doesnt work with the classes in this assembly... I am however able to instantiate and use classes from this assembly without errors.. Any ideas in getting intellisense to work with this assembly.. Thanks Joel

    JO

    C# visual-studio

  • Building Assembly
    D DISP Jol

    Pete, I was able to create a DLL using the /r option...I added reference to the dll in my web project and also used USING statement on my web form...However the Intellisense doesnt work with the classes in this assembly... Joel

    JO

    C# help tutorial

  • Building Assembly
    D DISP Jol

    I use the following command.. csc /t:module Report.cs /r: C:\Crystal\CrystalDecisions.CrystalReports.Design.dll;C:\Crystal\CrystalDecisions.CrystalReports.Engine.dll;C:\Crystal\CrystalDecisions.Shared.dll;C:\Crystal\CrystalDecisions.Web.dll But I get an error saying these files could not be found.. I verified the path of these files and its right... Cant understand what m i doin wrong here Joel

    JO

    C# help tutorial

  • Building Assembly
    D DISP Jol

    I dont know much about the assemblies...But I ll try csc /r option.. Will let u know the results.. Joel

    JO

    C# help tutorial

  • Building Assembly
    D DISP Jol

    I am using Visual Studio C# (Empty Project Template) and added reference to other DLL,s....However when trying to build assembly using CSC from command prompt I get the error.. Thanks Joel

    JO

    C# help tutorial

  • Building Assembly
    D DISP Jol

    Hi All, I am trying to create a Assembly(DLL)from .cs file that references other DLL's .. In my .cs file I include references by using USING .. eg.. using CrystalDecisions.Shared; However when I try to build it into an assembly using CSC I get an error stating "Type or namespace could not be found" Can anyone tell me how to resolve this.. Thanks JOel

    JO

    C# help tutorial

  • passing parameter to crystal report
    D DISP Jol

    Is this report being set off by a click of a button... Just a thought...Try saving this query string variable in viewstate in your page_load method... ViewState("x")=QueryString("serverid").tostring() Then use ViewState as a parameter... If you have prepared crystal document object use crDcoument.Parameters.Add(x,y) method to associate the parameter value with the report.. x=name of the parameter in crystal report y=value of the parameter..in ur case its ViewState("x").tostring() Let me know

    JO

    ASP.NET sysadmin help tutorial question workspace

  • Caching based on e.CommandName
    D DISP Jol

    Actually I am using Output caching ..not data caching.. <%@ OutputCache Duration="120" VaryByParam= I wanna cache different versions of the page depending on the commandname argument...

    JO

    ASP.NET question

  • sending mail
    D DISP Jol

    you can use MailMessage object in System.mail namespace...

    JO

    ASP.NET csharp asp-net question

  • Caching based on e.CommandName
    D DISP Jol

    I dont wanna cache the entire data set...I just wanna vary the cache based on the commandName property of all my button controls.. Thanks joel

    JO

    ASP.NET question

  • passing parameter to crystal report
    D DISP Jol

    Do you get any runtime exception ?? Make sure the parameter type on the report and your program match... Also try using DefaultValue=" <% request.querystring('server_id').tostring() %>" Let me know...

    JO

    ASP.NET sysadmin help tutorial question workspace

  • Caching based on e.CommandName
    D DISP Jol

    Hi Folks,, I have a web page with multiple buttons on it...Each button is responsible for retriving and presenting information on this web page... I want to implement caching on this web page where I can vary the page depending upon which button caused the postback... Can anyone suggest how can I achieve this... Joel

    JO

    ASP.NET question

  • Server cannot set content type after HTTP headers have been sent
    D DISP Jol

    Hi folks, I have to generate a PDF on a webpage which takes long time to load... I am using a progress bar web custom control on this page to indicate progress... But I get the error message "Server cannot set content type after HTTP headers have been sent".... Without the progress bar the page just loads up fine... Any ideas to get this resolved... Thanks Joel

    JO

    ASP.NET sysadmin help

  • How to Pass the values into the URL dynamically ( its Urgent )
    D DISP Jol

    I dont know if its possible to pass the placeholder to the url...Did u think of using session vatiable to achieve the same... Jol

    JO

    ASP.NET help tutorial question

  • Progress Bar
    D DISP Jol

    I am working on a web-page in ASP.NET c# that searches the values from the database as per the search criteria and then display the results on the datagrid...This operation takes a while... Can anyone guide me on how to show up a simple progress bar on the screen until the background database operation is completed... Thanks Joe

    JO

    ASP.NET csharp tutorial asp-net database

  • Returning Key-Value Pairs from Web Service
    D DISP Jol

    How do I return Key-Value collection from a web service.. Is there any object I can make use of directly Thanks Jo

    JO

    C# 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