Hi,
I could resolve the above error by setting the identity attribute in the web.config file.
<identity impersonation="true" userName="domain\username password="password">
It works.
Hope this helps.
Rgds,
ami.
Hi all,
I have a javascript function in my page which basically should disable the label with message.
eg:
Javascript:
<SCRIPT type="text/javascript">
function clrlabel()
{
document.all("lblmessage").visible="false"
}
</SCRIPT>
am calling this in my...
Hi,
I am using the foll code for sending mail using outlook objects and it gives me this error:
Private Sub SendMail()
Dim s As String
Dim objOutlook As Outlook._Application = New Outlook.ApplicationClass()
Dim objFolder As Outlook._NameSpace =...
Hi all,
How do you send mail using exchange server from a asp.net page??
Could not find any examples on that,
Using smtp i could achieve this but don't know how to do using exchange server.
pls help.
Thanks
ami.
Hi all,
In my .css file i have a class with the foll prop:
.CHANGEFONT
{
font-size: 6pt;
font-family: Verdana, Arial;
color:Blue;
font-weight:bold;}
I have a datagrid with some template columns and editcommandcolumns(edit,update,cancel)
1) In my page made a reference to this style...
Hi,
On ther server m/c only .netframework is installed.
I want to deploy my crystal reports on the server.
How to do this?
Wat r all the files i have to copy on the server m/c to get my crystal reports working.
pls help.
Thanks in advance.
ami.
Hi d'arcy,
Thanks.
I can't use that code on page_load cos, on the load event am trying to populate a listbox control and also fill up few fields(el: lable control) on emp.aspx page.
It should populate the grid only when i clik on the populate button.
Once it is populated it will diplay the...
Hi all,
Im my .aspx page(eg: emp.aspx) i have 2 buttons.
1) populate
2) preview
By clicking on populate button it populates a datagrid control then in the same page it displays the preview button. On the clik event of the preview button am calling a report.
In my report i navigate to...
Hi,
1) I have created a report .rpt and using CRV dispaying the same. If i use the default options CrystalReportViewer1.HasPageNavigationButtons = true
CrystalReportViewer1.DisplayToolbar = true
ie if i type in the 2 page number and press goto it just
displays the CRV (crystal report...
Hi,
1) I have created a report .rpt and using CRV dispaying the same. If i use the default options CrystalReportViewer1.HasPageNavigationButtons = true
CrystalReportViewer1.DisplayToolbar = true
ie if i type in the 2 page number and press goto it just
displays the CRV (crystal report...
But your r not passing any parameter value..?
Without passing that value it works for me but the report which i am trying to print to file has few paramters..
that's were the problem is..
btw how to get rid of this "powered by cystal" logo
any tips.
thanks.
ami
Hi,
Thanks for that info.
I have solved the problem by passing parameters to report from forms and then accessing them by creating parameters in the report.
It is very simple..
anyways thanks for your help.
One more ques:
I am trying to print the same to a pdf file.
it was working fine but...
ofcourse am following you.
LEt me explain you my exact requirement.
I have a dataset which is populated by calling a web service .The web service calls a procedure which inserts data into a table.(eg: emp)
Also i display the same in a datagrid.
Wat am trying to achieve is to display the same...
hi daren,
You have mentd that:
in the report I have a brand new field called iPageStart that I can use in a formula to print the page number!
How to create a brand new field in report.
Also Can u give me a simple example of using a formula.
Thanks for ur great help.
ami.
Hi,
I can't reference that fiels as part of a dataset.
When the form is opened the user will enter a value in a text box .it is from a different table.
But i have that value being stored in a session variable.
Just wanted to display this in my report.
any tips on this..?
Thanks for ur help.
ami.
Hi all,
Can anyone tell me how to pass a session variable value from my .aspx page to report.
i have created a crystalreport.rpt file based on a dataset.
Works fine but i want to display few other values in my report in my details section which is already avble in session variables in my form...
Hi,
I have a populated dataset which i want to use when creating a report in my .net project.
Basically i want to view the data from my populated dataset(eg: dataset1.xsd)using report viewer.
There r lots of example on how to create a dataset while creating report but i could not find one...
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.