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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vinodgk

  1. vinodgk

    Compiler Error Message: BC32400

    Hi, I have developed a DotNet WebSite and packaged it into a Web Setup.i tried testing the setup by installing on couple of machines.The problem is out of the four machine i have tested ,on two of the machines the website is cleanly installed and running fine,on the other two when i open...
  2. vinodgk

    Help for Search Engine Building..!!

    Hi,<br><br>I want to build a Serach Engine for my site which i am developing.What i want is the search engine should search for the text in my pages and bring up the result[Like Google Search..!!] ,apart from this whenever a new page is added to the site the engine should search the new page...
  3. vinodgk

    Setting up Microtek monitor 1556-OSD for Red-Hat Linux .

    Hi<br><br>Its me again,I configured the monitor,i think the problem is with the onboard thing[Display Card] that shares RAM.<br><br>So i fitted an Matrox card to my existing Configuratino..an its working fine.<br><br>Regards<br>Vinod
  4. vinodgk

    How to Search the words existing in the Pages.

    Hi,<br><br>I want ti build a Serach Engine for my site which i am developing.What i want is the search engine should search for the text in my pages and bring up the result ,apart from this whenever a new page is added to the site the engine should search the new page too.<br><br>I work on...
  5. vinodgk

    Setting up Microtek monitor 1556-OSD for Red-Hat Linux .

    I have installed Red-Hat Linux 6.2 on my machine..<br>Configuration of Machine:<br>Intel 810 Motherboard with onboard display & sound-card.<br>64 mb Ram.<br>Celeron processor -500 Mzh<br>* Monitor is Microtek 1556-OSD 15&quot; monitor!!<br>I cannot configure x-windows..can anyone help me out...
  6. vinodgk

    SQL / ASP help needed!

    Nick<br><br>yep..nick u were right..i think i forgot basics..:))<br>thanks for reminding me..:))<br><br>Regards<br>Vinod
  7. vinodgk

    Variable Variable Names?

    Try this..<br><br><br>&lt;%For Each x In Request.Form %&gt;<br><br>&lt;%=x%&gt; and &lt;%request.form(x)%&gt;<br><br>&lt;%Next&nbsp;&nbsp;%&gt;<br>
  8. vinodgk

    SQL / ASP help needed!

    Try this...<br><br>&lt;% do while not recor.eof %&gt;<br><br>&lt;%= recor(&quot;artist&quot;) %&gt; &lt;BR&gt;<br>&lt;%= recor(&quot;recTitle&quot;) %&gt; &lt;BR&gt;<br>&lt;%= recor(&quot;label&quot;) %&gt; &lt;BR&gt;<br><br>&lt;% recor.movenext <br><br>loop%&gt;<br><br>u could have...
  9. vinodgk

    Variable Variable Names?

    well i couldnt get u clearly..but if its just for printing values of i then u can write<br><br>&lt;%<br>For I= 1 to 5%&gt;<br><br>&lt;%=I%&gt;<br><br>&lt;%Next<br>%&gt;<br><br><br>
  10. vinodgk

    Too few parameters. Expected 6.

    Or this error means u have not filled up the compulsory feilds in ur Access database..try up with Nicks Soln..chk up ur fields name..or else change the compulsory fields..to non-compulsory.[i.e required-&gt;no]<br><br>Regards<br>Vinod<br>
  11. vinodgk

    Session Variables

    Hi allyeric,<br><br>try this<br>&lt;%<br>&nbsp;&nbsp;&nbsp;&nbsp;InstNo = Session(&quot;IDNo&quot;) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;InstPswd = Session(&quot;Pswd&quot;)&nbsp;&nbsp;<br>%&gt;<br><br>&lt;%=InstNo%&gt;<br>&lt;%=InstPswd%&gt;<br><br>This will surely print out the values of ur...
  12. vinodgk

    what is equivalent syntex in Asp for Coldfusion &lt;cfparam&gt; tag

    Hi eSp,<br><br>Since Cold-Fusion is tag based ..so u get differrent tags ..i.e cfout..cfin..cfif..etc..etc..coz..i havent worked more in cfm..but in asp..everything is written in <br>&lt;% ur code here %&gt;<br>..or <br>&lt;script lang=&quot;javascript or vbscript&quot; runat=server..etc..&gt...
  13. vinodgk

    How I can connect to Accses Database on not same server?

    Well as moving the access database on the same server is the best thing to do..an i prefer using system DSN..and as far as ur DB not on the same server..i think if a DSN is created it should work..but lemme chk it up..an get back to u..<br><br>Vinod
  14. vinodgk

    Installing CDONTS on IIS?

    Hi,<br><br>If your NT-server has got NT Option Pack-4.0 installed that is enough to instantiate CDONTS object.<br>Ofcourse with Nt Option pack-4.0 ,SMTP Server is bundeled with IIS .<br><br>CDO-NTS and SMTP server is needed..so just check it up.<br>SMTP server does the job of sending and...
  15. vinodgk

    Checking for e-mail in a form

    well using javascript u can check..for the '@' and the '.com'..but there is no gurantee that user entered email id is valid..:))<br><br>regards <br>Vinod

Part and Inventory Search

Back
Top