ProgScripting Languages
I have a web application that requires to read a shared Excel sheet that is hosted on a network share. This network share is located in another machine. I can manually access the network share, but when I attempt to access it via the source code, I get an "access denied" error message. Why is this and how do I fix this?
- 2970 views
- 10 answers
- 14 votes
I am doing a project for my final year thesis. The prototype involves accumulating search results from different search engines into one web page. For this I need to programmatically send the request to the web sites, and then read the results into a variable. Is this possible to do this with Classic ASP 3.0?
- 3986 views
- 7 answers
- 12 votes
I enabled windows forms based authentication for my website. After enabling windows forms based authentication, some of the images and colors of the website page got lost! When I disabled the authentication mechanism, the images and colors come back again.
I have no idea why! Can somebody explain this situation to me?
- 1737 views
- 8 answers
- 12 votes
Could someone explain me what is Recursion or recursive function?
- 1081 views
- 6 answers
- 11 votes
Hi all,
I have created a database using MySQL and in password fields all the passwords are visible. When the database is dumped all the passwords including the administration passwords can be viewed in the file. How can hide the passwords using PHP?
- 1043 views
- 8 answers
- 12 votes
Hello techyV experts.
Dependency injection error in Java server faces managed form bean (Java 6 and JSF 2.0)I need help in diagnosing a dependency injection problem. I have a class in my web project that is calling an EJB3 bean.
I am using JSF 2.0 and have a managed bean that is handling the user interface. The managed bean is set as Request Scope. I am getting a null reference exception when i attempt to access the EJB reference in the constructor.
- 1491 views
- 9 answers
- 14 votes
Hello experts,
I have a small problem in using JavaScript. I am attempting to access a text box using the code as attached.
Internet Explorer the code works fine but does not work in Firefox. I get a "object required" error right where the IF condition starts. I am pretty sure the syntax is correct!
- 1006 views
- 10 answers
- 14 votes
Give me any one code of stop watch in vb.net?
- 2543 views
- 6 answers
- 10 votes
How to store images in SQl server database using vb.net.I am develop a software that store photo shop images.help me how to do this.
- 2046 views
- 6 answers
- 10 votes
Hello,
I am currently involved in converting an existing web site to ASP.Net. The existing website is designed using classic ASP 3.0.
We are building new components in ASP.Net that require submitting information to existing ASP pages. There are pages that require the information to be "posted". That is, they should come in the "form" object in the request. I could not find a native .Net method of achieving a form post to a different URL within a .Net page.
I have found methods implemented in various forms. Some have used JavaScript, some have used an intermediate page and some have used a response.redirect and had modified the target page to read from a query string.
- 3290 views
- 7 answers
- 10 votes