Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cupcakesrule
  • Content: Threads
  • Order by date
  1. cupcakesrule

    Reference Text Box in .cs file

    Hi i have a test webpage with a text box with the id: "testtextbox" I tried to reference this text box in my .cs file like this testtextbox.Text = "test text" except i can't get the solution to build. How do i communicate with this text box in my .cs file?
  2. cupcakesrule

    Server.Mappth

    I know this is basic but I am having trouble finding this anywhere. What is the equivalent in a windows application to a web pages Server.Mappath?
  3. cupcakesrule

    "Could not load file or assembly "

    I had a web page that was working, but had the dllls that I was working with replaced so I went through, and removed all of the old tlb files and gacutiled and regasmed the new ones, and am now getting the following error: I then deleted all of the references in the registry and tried to...
  4. cupcakesrule

    Dynamically Display Various Crystal Reports

    I have multiple Crystal Reports created in my Web Project. I want the user to be able to select the report they desire and then display the up to date report. Is there anything I can do with the following statement: CrystalReport3 crReportDocument = new CrystalReport3 (); So that when the...
  5. cupcakesrule

    LogOn Failed XML

    I have a Crystal Report, which is using an XML file for its source, and am trying to get the most recent version by using CrystalReportViewer1.RefreshReport(); but when this piece of code is called I get a "LogOn Failed" error. I searched the web and found that people use ConnectionInfo but...
  6. cupcakesrule

    (262152 And &H00000008) <> 0) ????

    I have this code in a classic ASP Page: If ((262152 And &H00000008) <> 0)) Then End If How do I go about converting this to ASP.Net C# code? I know how to create an if statement in C# I am jsut confused by this ((262152 And &H00000008) <> 0))
  7. cupcakesrule

    DataSet = Dataview

    Is it possible to set a dataset equal to a dataview?
  8. cupcakesrule

    CrystalDecisions NameSpace

    Am I just way off base with importing this name space I can't find any information on it anywhere, but when I put in the following line of code: <%@ Import namespace="CrystalDecisions.Shared" %> I get the following error and I don't know why? The type or namespace name 'Shared' does not...
  9. cupcakesrule

    CrystalReportViewer Weird Display?

    I am trying to display a crystal report within my web form, and the page is not erroring out but I am getting a weird display. The Viewer frame is really wide and really short with scroll bars, it has a cream colored background, and the only content in the frame are the words...

Part and Inventory Search

Back
Top