Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #10K
Ranked #4K

16 Posted Topics

Member Avatar for kuldeep04

Hi Kuldeep, I had researched this a while ago and Adobe did not have any public apis to work with a pdf document. I still doubt if they have exposed any apis.

Member Avatar for sdjewani
0
1K
Member Avatar for angel4life

In most common cases, you would see this error if there is a CD/Floppy in the drives. While booting(stating), the computer first checks the CD/Floppy (most computers are set to check them first by default). I would suggest removing the CD/DVD/Floppy disk (ig you have one) and in case you …

Member Avatar for sittas87
0
166
Member Avatar for indianscorpion2

There are quite a few websites that provide the service of bidding for projects online. Search for a combination of keywords "freelance, project, programmer, coder, bit"; you are bound to find a few of them.

Member Avatar for arstringfellow
0
171
Member Avatar for iRun

If you have a cricket related website and would like to exchange links with <url snipped> (see signature), feel free to contact me.

Member Avatar for links000000
0
138
Member Avatar for mdminternet

:) there are quite a few IE surprises .... try out the HTML code below ... and it looks fine in IE. I have only formatted the HTML document so that the opening/closing TD tags and its content are in the same line. [code=html]<HEAD> <TITLE>Plumbing, roofing, kitchen fitting, bathroom fitting, …

Member Avatar for MidiMagic
0
121
Member Avatar for nickyspace

The best way to achieve it is to look for the number of records that match your condition to find the record (this usually should be based on a primary key or a unique value) For example, if you are looking for a certain unique email address in the datavase …

Member Avatar for vicky_rawat
0
118
Member Avatar for preethi_ga

If you have a windows Installation CD, the personal web server comes with it for free. If it is not already installed, go to the control panel (Start->Control Panel), double click on "Add Remove Programs", click on Add/Remove Windows components and in the windows components wizard that pops up, check …

Member Avatar for tomer1
0
145
Member Avatar for kavithabhaskar

When you use the BETWEEN phrase, there needs to be 2 values to chek the value between. Change your statements to : [B]select * from table1 where RAM is between '3.25 GB' and '8 GB'[/B] ---Notice that I have removed "RAM is between " before '8 GB'

Member Avatar for SheSaidImaPregy
0
274
Member Avatar for kdw3

The update syntax looks good. If you could post the schema of your database and the error message you are getting when you try to update, it would be easier to debug.

Member Avatar for kdw3
0
97
Member Avatar for nidhsek
Member Avatar for rairai979

PBService seems to be a server side component and if so, you will not be able to use it in a javascript. Instead you can use the XMLHttpRequest with javascript (AJAX to be precise) object to post date to your webservice and parse the response. Search for XMLHttpRequest and you …

Member Avatar for ratri
0
97
Member Avatar for greeny_1984

In the web page you have mentioned, Javascript is used to validate the fields. The javascript methods v_init() and onloadEvents() methods called in the body onload() are setting up the events and their delegates.

Member Avatar for ratri
0
70
Member Avatar for pradeepsalyan

You can use "filesystemobject" to accomplish this. The filesystem object has methods to read/write files and to check for existance of a file. Google for "FileSystemObject Sample Code" and you will get a few sample codes by Microsoft. You need to change the permissions of the folder that you are …

Member Avatar for ratri
0
79
Member Avatar for hmponline

You will not be able to accomplish it unless the page that is redirecting you is using javascript. The asp/php pages are parsed on the server and the XMLHTTP response contains whatever the server is returning. There is no way you could get to the source code of the page.

Member Avatar for ratri
0
70
Member Avatar for veenum2

You can get a lot of information from the error message you are getting. If you can post the error message, I am sure someone out here can help you out; else it would be difficult to debug if there is no database schema to test against. (to view the …

Member Avatar for ratri
0
137
Member Avatar for zanzo

You would need to use Request.BinaryRead() to read the request and then parse the binary string. Do not forget to set the ENCTYPE of the form you are submitting to "multipart/form-data"

Member Avatar for ratri
0
162

The End.