Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

Anil Vaghasiya

@Anil Vaghasiya
About
Posts
11
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Changing the last text of a loop
    A Anil Vaghasiya

    Hello, Just Check in Console it Works

    var str,i,counter="";
    for (i = 5 ; i >= 1; i--) {
    str =i+',';
    console.log(str);
    counter+=str;
    }
    console.log(counter.replace(/.$/,""));
    //console.log(counter.substring(0,counter.length-1));

    JavaScript question javascript

  • CSRF question
    A Anil Vaghasiya

    Hello, Very nice question i'm also interested in Website Security Please follow the Below link that might be helpful. Hack Proof Your ASP.NET Application Part 3 (Cross Site Request Forgery)[^] http://www.asp.net/mvc/overview/security/xsrfcsrf-prevention-in-aspnet-mvc-and-web-pages[^] http://www.asp.net/web-api/overview/security/preventing-cross-site-request-forgery-%28csrf%29-attacks[^]

    ASP.NET csharp question asp-net help

  • How to send to another web page in a new tab?
    A Anil Vaghasiya

    function OpenInNewTab() {
    // window.open('http://w3schools.com', '_blank');
    window.open('http://localhost:2319/test.aspx', '_blank');
    };

    test

    JavaScript question tutorial learning

  • Dialog is not a function
    A Anil Vaghasiya

    Hello Syed Rehman, You can't do this because of Jquery Modal Popup is working on same Page and You can't Load the other Page inside Jquery Modal Popup I would like to suggest to use windows Size for Other Page that Look Like Popup Just check the Example.

    // set this on OtherPage inside script.
    <script type="text/javascript">
    var size = [400, 300];

        $(window).resize(function () {
            window.resizeTo(size\[0\], size\[1\]);
     });
    

    </script>

    //Now Set the Link on first page.
    Open Other Page

    Web Development help csharp javascript asp-net

  • Dialog is not a function
    A Anil Vaghasiya

    Hello, Its Working then Please give vote as Upvote. Thank You.

    Web Development help csharp javascript asp-net

  • Require Book/Link Which Covers following topics
    A Anil Vaghasiya

    Please follow the Link http://www.w3schools.com/js/default.asp

    JavaScript html javascript css design hardware

  • Dialog is not a function
    A Anil Vaghasiya

    Hello, First of all add required JS and CSS of JQuery after that do the Following code.

    <script src="js/jquery-1.10.2.js"></script>
    <script src="js/jquery-ui-1.10.4.custom.min.js"></script>

    function OpenDialog() {
    $("#dialog-open").dialog({
    modal: true,
    buttons: {
    Ok: function () {
    $(this).dialog("close");
    }
    }
    });
    }

          Hello Mr....I am working on displaying dialog using jquery on button click in asp.net. 
        
    
        
    
            Currently using **36% of your storage space**.
        
    
    
    
    <input type="button" id="btnDialog" onclick="OpenDialog();"/>
    
    Web Development help csharp javascript asp-net

  • feeling frustrated please help me
    A Anil Vaghasiya

    Just Wellformed your html and Close your span tag that is not closed inside UL and Li. Use the Below Code

    *   [Home](#)
    *   [About](#)
    *   [Recipies](#)
    *   [Frosting](#)
    *   [Contact Us](#)
    
    Web Development html css help javascript com

  • .Net Web Development tutor needed
    A Anil Vaghasiya

    Hello Harry, Just Contact me on 11mca110@srimca.edu.in Thank You Regards, Anil Vaghasiya

    Web Development csharp sharepoint sysadmin code-review

  • What do you think about Cross-platform mobile development?
    A Anil Vaghasiya

    Hello, Apache Cordova is good, now What you want to use and which is better for you that depends on You because of I don't know what kind of functionality you wanna achieve. Apache Cordova is totally based on (CLI)Command Line Interface and you have to make plugins and use build-in Plugins for developed Crossplatform Moblie Apps. Xamrin is also good beacuse of they integrated with Visual Studio so easy to use and Advantages of Xamrin that is Provide native UI, access to device features, and native performance coupled with the time-to-market advantages of code sharing and reuse.. Lonic thats offers a library of mobile optimized HTML, CSS and JS Components, gestures, and tools for building highly interactive apps. One of Other Crossplatform for Mobile Applicatoin that is DevXtreme and i have developed one cross platform Mobile application Using DevXtreme that is totally based on JS(Knockout,Angular) and also you can Import the PhoneGap Plugins.

    Mobile apache mobile question discussion

  • Loop through textboxes in table and perform validation clientside
    A Anil Vaghasiya

    Custom Validation is better for this kind of validation at clientside :)

    JavaScript question sysadmin help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups