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?
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...
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...
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...
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))
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.