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 gkittelson 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: ami7
  • Order by date
  1. ami7

    Send Mail

    Hi, I could resolve the above error by setting the identity attribute in the web.config file. <identity impersonation=&quot;true&quot; userName=&quot;domain\username password=&quot;password&quot;> It works. Hope this helps. Rgds, ami.
  2. ami7

    Client Side Validation

    Hi all, I have a javascript function in my page which basically should disable the label with message. eg: Javascript: <SCRIPT type=&quot;text/javascript&quot;> function clrlabel() { document.all(&quot;lblmessage&quot;).visible=&quot;false&quot; } </SCRIPT> am calling this in my...
  3. ami7

    Send Mail

    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 =...
  4. ami7

    Send Mail

    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.
  5. ami7

    EditCommandColumn(Datagrid)

    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...
  6. ami7

    Deploying Crystal Reports

    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.
  7. ami7

    Response.redirect

    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...
  8. ami7

    Response.redirect

    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...
  9. ami7

    Moving to next page

    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...
  10. ami7

    Displaying page numbers

    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...
  11. ami7

    Passing Session Variable Values

    Thanks for your great help. It was very helpful. Rgds, ami.
  12. ami7

    Passing Session Variable Values

    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 &quot;powered by cystal&quot; logo any tips. thanks. ami
  13. ami7

    Passing Session Variable Values

    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...
  14. ami7

    Passing Session Variable Values

    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...
  15. ami7

    Passing Session Variable Values

    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.
  16. ami7

    Passing Session Variable Values

    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.
  17. ami7

    Passing Session Variable Values

    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...
  18. ami7

    Accessing reports from .net

    Resolved. The foll. URL is very good for creating reports based on dataset. http://www.devcity.net/forums/faq.asp?fid=15#TID10205 Rgds, ami.
  19. ami7

    Accessing reports from .net

    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...
  20. ami7

    Crystal reports

    Hi, I want to create some reports in my web page. Is there any good site to start with. Please help. Thanks, ami.

Part and Inventory Search

Back
Top