Search results

  1. M

    i have problem I cannot browse the net?

    my best advice or suggestion to you is to THROW OUT INTERNET EXPLORER . .leave it .. use the best and or better browsers like FIREFOX and or CHROME .. IE always getting some bug problems and etc /. .. so forget and leave IE now .. the world has changed and moved to FIREFOX and etc kind of...
  2. M

    php - A scripting language or programming language ?

    hello .. i want to know is PHP a "SCRIPTING language" or "PROGRAMMING language" .. ?? let me know plz . .
  3. M

    getting problem in VISUAL STUDIO 2010 (.NET 4.0)?

    hello all .. i have already posted this question on yahoo answers @ here http://answers.yahoo.com/question/index?qid=20110220211716AA5li83 please help me if you can .. i will be really really thankfull .. thank you ..
  4. M

    made simple software in .NET 2010 now want to install it?

    hello all .. i have made simple software in VB.NET (VISUAL STUDIO 2010) with SQL SERVER 3.5 in my pc .. now i have installed it in my pc and working very well as far as its database connections also r concerned .. but now i want to install it in my client's pc .. but i have taken a SETUP...
  5. M

    encrypt-decrypt database value in VISUAL STUDIO 2010 (.NET 2010)?

    hello .. i m working in a VISUAL STUDIO 2010(.NET 2010) in which i m using in built SQL SERVER 3.5 .. here is wht i want to do .. i have signup and login web forms in .ASPX .. i want to ENCRYPT my password and add to the SQL DATABASE at signup.ASPX when the user adds .. and then decrypt the...
  6. M

    want to download google chrome 10.0?

    hello all .. i want to download the .EXE file of GOOGLE CHROME 10.0 so that i can have a setup for this lovely browser everytime i format my computer or etc .. can you give me the link - path-url which will be realiable to download .EXE file of google chrome 10.0 your any help will be so...
  7. M

    mysql injection for php?

    hello all .. i have gone through one tutorial referring about mysql injection using php while connecting to database .. and they have used this -------------------------- mysql_real_escape_string -------------------------- ------------------------------------------------- example...
  8. M

    ASP.NET MS SQL database connectivity problem using IIS?

    hello all .. m making my simple ASP.NET 4.0 (.ASPX) website in IIS 5.1 with connectiny my MS SQL database in that .. in which i m using one simple Textbox and a Button .. if the user clicks on a button then the value will add in the MS SQL database .. but when m clicking on a button m getting...
  9. M

    email send through php wamp server?

    hello .. m using WAMP SERVER and working on php .. here m trying to send mail using php but m getting error .. here is my code .. -------------------------------------------------------- email simple.php ---------------- <?php $to = "[email protected]"; $subject = "Test mail"...
  10. M

    database problem in php?

    hello .. m working with phpmyadmin(mysql) using php .. using wamp server .. and m working with avg( ) keyword in mysql .. but it seems to be not working for me .. here is my code .. ------------------------------------------------- <?php mysql_connect("localhost","root","")...
  11. M

    jquery (change image on click) how to .. ?

    JAI MATADI all .. i want to change my image on click on <a> (anchor tag) using JQUERY .. but i dont know how to .. here is my code .. -------------------------------------- <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript"> $(document).ready(function()...
  12. M

    3tier Application in .NET?

    JAI MATADI all . . i dont know about 3tier Application at all / / So i want to learn 3tier Application with full code with screenshots (full example) from the internet . . can anybody provide me the link through which i can learn .. your any help will be highly appreciated .. thanks ..
  13. M

    want to write value in textbox using html/javascript etc?

    hello .. i want to write something on a load time in my textbox using either html or javascript etc .. here is the result what i want to do .. ---------------------------- http://www.plasticcard-manufacturer.com/ ---------------------------- after seeing the website .. see at the quick...
  14. M

    publish VB.NET (VS 2010) project through code . .?

    JAI MATADI all .. we (atleast I) can publish my VB.NET projects(softwares) by going BUILT MENU and then PUBLISH but i just wonder can we publish our projects by writing some code or something .. ? if "yes" then does anybody has any code regarding this .. or link .. ? please provide me if...
  15. M

    globalization of website using php , html?

    JAI MATADI all .. i want to globalize my website in different languages using PHP or HTML something .. i dont want to do it in .NET etc .. can i do it using PHP or HTML etc .. if you have any link or code, den pleasse provide me . . thank you ..
  16. M

    i want to upload my asp.net WEBSITE?

    JAI MATADI all . . i m building a website in ASP.NET (VS 2010) .. and i want to upload it for free ... As there are many websites offering this by giving there type of domain but for free and for PHP but i want a similar website(s) which is offering for ASP.NET (ASPX,ASP) pages .. and for...
  17. M

    publish project in vb.net?

    JAI MATADI all .. i m making a software for my brother in vb.net (project) .. i m the way to finish my project now .. but one thing i have noticed is that about the publishing it .. As my brother's computer hasnt VISUAL STUDIO installed .. and m making my software in my pc .. and i tried to...
  18. M

    mssql database path setting problem in visual studio .NET?

    JAI MATADI all . . me and my friend are working on a project with two different computers . .. where he is making his software in this path .. ------------------------------------------------- "E:\My Documents\Visual Studio 2010\Projects\Unique Infotech"...
  19. M

    querystring in php not working?

    JAI MATADI all .. i m trying to make querystring in my php webpages called as 1) "page1.php" 2)"result page.php" but m not able to make it .. here is my code . . ------------------------------------ page1.php ---------------- <?php $u = "mit"; echo "<a href='result...
  20. M

    Encrypt Querystring in php?

    JAI MATADI all .. i have two web pages called as 1) "page1.php" 2)"result page.php" and in "result page.php" in addressbar i want to encrypt the querystring .. here my code .. ------------------------------------ page1.php ---------------- <?php $u = "mit"; echo "<a href='result...
Back
Top