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

    Error while running JSF Web Application

    I have built a JSF web application on Netbeans 5.0m and while trying to run in Tomcat 5, it is giving error messages-- org.apache.jasper.JasperException: Unable to read TLD "META-INF/html_basic.tld" from JAR file "file:/C:/My_Project_JSF/jsfAppDemo/build/web/WEB-INF/lib/jsf-impl.jar"...
  2. ayanroy

    Access denied error

    Hi all, I am bit new to ASP.net, my problem is that suddenly my web application is generating error:- Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\WebApplication1\1656a8be\b7027847\hash.web" is denied. Occasionally, the application is running fine...
  3. ayanroy

    Using ActiveX dll in ASP

    Hi all, I have created an ActiveX dll in VB for using in my asp page. After creating , I have registered that .dll also using regsvr32 command. But when I am trying to use that in my ASP page using Server.CreateObject() command, it is showing error that Invalid Class String. Please suggest...
  4. ayanroy

    Getting problem connecting with SQL Server

    Hi all, While connecting my asp page with SQL Server, I am getting following error:- Error Type: Microsoft OLE DB Provider for SQL Server (0x80004005) Timeout expired My Connection String is :- Provider=SQLOLEDB.1;SERVER=MYSERVER;DATABASE=Northwind;User ID=sa;PWD=; I am stuck here. Kindly...
  5. ayanroy

    Counting records of a subquery result

    Hi all, I have a search query which joins two tables to return a set of records. I am displaying the records in a Paged DataGrid . I want to show the total number of records returned in that query. I am using DataGrid.Items.Count , but that is returning the no. of records in the current page...
  6. ayanroy

    Text file rows to database records?

    Hi all, I have got a text file in comma delimited format , I am working on a ASP file which will read that file and enter records into the database. How is it possible? Ayan Kumar Roy India
  7. ayanroy

    Convert animation to Movie Clip??

    We can convert any shape/object in stage to a symbol by pressing F8, but suppose we have a Motion Tweening/Shape Tweening animation in stage, I want to convert it to a Movie Clip, pressing F8 will only convert the selected frame , not the entire animation, any one has some better idea pls respond
  8. ayanroy

    Having tough time in RMI

    Hello, I was having a tough time in RMI . My problem was that when I called Naming.rebind on the server side I got this error java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception...
  9. ayanroy

    No user can change the text size of the page??

    friends, u must have seen the hotmail site. when user wants to increase the text size of the webpage, it does not change. IE has a option view-->text size--> largest ... smallest in hotmail site, it does not work. I have tried all the posibilities using CSS, but failed, anyone has any...
  10. ayanroy

    Pathfinder problem in Illustrator 9

    hello friends, I am a newbie . I am having some problems regarding pathfinder option, it is ok while working with pathfinder pallete, but when I am going Effect-->Pathfinder---> it shows some error message "Pathfinder effects could usually be applied to groups, layers or type...

Part and Inventory Search

Back
Top