Cascading dropdownlist using jquery and asp net

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 27

  • @zzuhairali
    @zzuhairali 8 років тому +3

    Stucked Two Days in This Problem, After Watching Your Video Task Completed in 25 Minutes With Step By Step. Very Helpful. Thanks Alot. Have a Great Day :)

  • @sriramr1981
    @sriramr1981 4 роки тому +1

    Very Useful. Thanks for the timely help. Thanks very much....

  • @muhammadrehbarsheikh8498
    @muhammadrehbarsheikh8498 9 років тому +2

    Thank you very much venkat sir ! Needful video :)

  • @ymtan
    @ymtan 9 років тому +2

    Another awesome and high quality video

  • @arunisam1605
    @arunisam1605 4 роки тому

    Thanks , Saved rest of the day

  • @CoderboyPB
    @CoderboyPB 5 років тому +1

    where did you get append($(''), {value: xy, item:xy})?
    Is that a special case, or does it work with other elements, too?

  • @dawidabc9609
    @dawidabc9609 3 роки тому

    Sir thanks for this video....can u please do the same with ASP.Net MVC?🙏

  • @manzi50
    @manzi50 8 років тому

    This is very helpful! Thank you.

  • @kaushikrao6054
    @kaushikrao6054 9 років тому

    Hi Venkat,
    Guruprasad here. I want to know one thing. I see you are using stored procedure everywhere to execute the commands or say to manipulate the data. I believe entity framework does this in more efficient way. Is there any strong reason for using stored procedure here instead of entity framework. Is there any added advantage for stored procedures over entity framework?

    • @luannguyen2079
      @luannguyen2079 9 років тому +1

      Kaushik Rao In my opinion, the main purpose is the using of jquery because Mr Venkat issued a series of entity framework already. But until now, there're so many developers still using the classical technique (using stored procedure instead of entity framework which is strange for them). Just a guess from me :)

    • @kaushikrao6054
      @kaushikrao6054 9 років тому

      Luan Nguyen​ agree.. I second you on this..

  • @ankitshah2059
    @ankitshah2059 9 років тому

    Can we have examples on SharePoint lists... as SharePoint developers are more dependent on Jqueries fr their development activities these days

  • @scotttct
    @scotttct 4 роки тому

    Would love to see how you can do this now in asp.net core mvc 3, not the same as in web forms. I did this back in 2010 on webforms, easy. A different animal in aspnet core mvc 3...HELP!

  • @naodagere8210
    @naodagere8210 4 роки тому

    Best!

  • @CoderboyPB
    @CoderboyPB 5 років тому

    How do you know Eutin and Alsfeld, that are really small and not very famous german cities :-)

  • @camillerivera4404
    @camillerivera4404 6 років тому

    how can this be used with asp table controls instead of html? it appears that the runat="server" can't be used. thanks.

  • @mahipalkamanchi
    @mahipalkamanchi 9 років тому

    thank u sir..!

  • @VanSidF12
    @VanSidF12 4 роки тому

    Me gustaría ponerlo más interesante y poner la selección multiple y que se pueda borrar la selección padre y las opciones hijas. ¿Se podrá?

  • @mohamedmahmoudaboulmagdahm5276
    @mohamedmahmoudaboulmagdahm5276 9 років тому

    I have problem text is not valid attribute of element option
    what can i do

  • @shockingvideos5225
    @shockingvideos5225 6 років тому

    Server Error in '/' Application.
    The resource cannot be found.
    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
    I am getting this error and EVEN trying multiple solutions to resolve this error, this error still comes.
    Kindly suggest a solution

  • @kadarirajashekar
    @kadarirajashekar 9 років тому

    Hai Sir When I invoke GetContinents It will Show Error Like
    The Resource you are looking for has been removed,had it's name changed,or is temporarily unavailable
    and Error Code Was 0x80070002
    How to Solve This Error

  • @CodingSquid
    @CodingSquid 6 років тому

    Thanks

  • @baijnathmaurya9350
    @baijnathmaurya9350 4 роки тому

    Sir pls provide on edit click all values retrieved on text boxes including drop down list country state City for update

  • @achyutanandadora7925
    @achyutanandadora7925 7 років тому

    i got the error i could not be solve it
    Uncaught Error: Syntax error, unrecognized expression: [{"CountryId":1,"CountryName":"India", like that
    please help

  • @CryptoBackstage
    @CryptoBackstage 8 років тому +1

    For those of you who already have the tblCountries created from previous jquery video's, here is the script to alter the tblCountries table
    ALTER TABLE tblCountries
    ADD CONSTRAINT fk_ContinentId
    FOREIGN KEY (ContinentId)
    REFERENCES tblContinents(Id)