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 John Tel 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: teferi2002
  • Content: Threads
  • Order by date
  1. teferi2002

    Working with Oracle and Access

    Hi all, Is it possible to work with two different database oracle which resides on the server and Access which resides on my loacal machine at the same time and be able create a report using Crystal report. I am using CR 10.0 oarcle 9i and Acess. Thank you for the help.
  2. teferi2002

    How to create a seachable page

    Hi all, I am assigned to create an application for our external and internal customers to be able do searching on our vendor list page. I came up with quick simple solution for the customers to do searching using a selected state. If you are kind enough and check the below link you will know...
  3. teferi2002

    Only send the excutable file

    Hi all Is it possible to send only the executable file to the prodcution server in asp.net 2.0. Thanks
  4. teferi2002

    Content-disposition

    Can someone explain to me what the belwow line of code does.Especailly what Content-dispostion means. thanks Response.AddHeader("content-disposition","attachment;filename="""& filename &"""")
  5. teferi2002

    how work with formulas

    Hi to all, Here is my situation, I have to fields as_read_bid_amount and corrected_bid_amount in my report. The value for these two fields are similar most of the time in that case I just only display the value for the as_read_bid_amount only. But if the value for as_read_bid_amount is...
  6. teferi2002

    The link for comma separated value is not working

    I'm not sure what is going on here but these files have always worked and now they are not. Nothing has changed with the server or the application. I also copied the working files from test to production. The external server site: http://bidlet.dot.state.mn.us/metric.aspx click on upper...
  7. teferi2002

    Formatting

    I would like to add in the below code to make sure the value in the database for the phone number is not a garbage like this sam-same. I would like to display No phone on the report if the return value is not a number. I am using CR-10 and oracle 9i thanks for the help If...
  8. teferi2002

    master/detail page

    Is it possible to create a master detail page using to gridview control,by creating a link in one of the fields in the first gridview control to another gridview control. thanks
  9. teferi2002

    Where is Datagrid in VS 2005

    Hi all, I wonder where the datagird is hidding in visual studio 2005.
  10. teferi2002

    Create a link in CR

    Is it possible to create a link in CR. I Would like each link to open a different pdf file. Oracle 9i and CR vesion 10.0 Thanks
  11. teferi2002

    Difference between new version of asp.net 2.0 and asp.net

    I am very new to asp.net but i am very eager to learn more about it. you might see my few post on this forum.My question is recently microsoft has released a new version of asp.net 2.0. I have heard a lot of good thing about this new realeas..it cuts the amount of code you write by 70 percent...
  12. teferi2002

    dataset

    first off,I am just wondering if it is always the case to have the same name for datatable with database table name.in my case datatable name is product and there is a table in the database called products. what would happen if i give the dataTable a different name second,can i construct a...
  13. teferi2002

    The XML page cannot be displayed

    I do not quite understand what this error msg is and i am wondering if someone has encountered the same error msg and found out what the solution is.I am not the only one who is seeing this error msg.It works for almost every one except me. The XML page cannot be displayed Cannot view XML...
  14. teferi2002

    asp page with parametrize query

    Hi all, I am trying to create a simple asp.net page by passing a paramters with queries and eventually display the outcome to a datagrid.however,there is nothing display on the datagrid and i do not see any error msg either.Can someone look at my code and point me to the right direction. thanks...
  15. teferi2002

    The IListSource does not contain any data sources

    I am not quite sure what this error msg is and how to fix it. can someone take a look at it give me a suggestion what i should do to take care of it. thanks The IListSource does not contain any data sources. Description: An unhandled exception occurred during the execution of the current web...
  16. teferi2002

    Sorting

    Hi everybody; I am encountering a problem trying to sort a report using different fields. I have a string parameter and based on the customers’ selection the sort field will be assigned. The problem is one of the fields that I am trying to assign to the sort field is a Number field. The formula...
  17. teferi2002

    Nested Datagrid Question

    I am trying to creat a datagrid within a datagrid using the blelow code.I managed to get the result for the parent datagrid and for some reason i am not able to get a reuslt for the child (the iner datagrid).I have spent hours working on it and do not know what to think to make it work.can...
  18. teferi2002

    Datagrid

    Can someone look at my code and tell me why i am getting no result from this page. <%@ Page Trace="False" Debug="True" Language="VB" %> <%@ Import Namespace="System.Data"%> <%@ Import Namespace="System.Data.OleDb"%> <%@Import Namespace="System.Threading" %> <script runat="server"> Sub...
  19. teferi2002

    Asp.net installation error

    can someone take a look at the below error msg and let me know what i did wrong. thanks Oracle client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3.3 or later client software installation. Provider is unable...
  20. teferi2002

    .NET Framework Version 2.0

    Can someone explain to me what is the diffenrence between the two below Redistributable packge and how would i know which one is best for me or compatible with my systme. thanks a bunch Microsoft .NET Framework Version 2.0 Redistributable Package (IA64) Microsoft .NET Framework Version 2.0...

Part and Inventory Search

Back
Top