Gridview Search Results With Textbox | ASP.NET With C# Beginners Tutorials

Поделиться
HTML-код
  • Опубликовано: 23 янв 2025

Комментарии • 47

  • @cristhiancoria5297
    @cristhiancoria5297 3 года назад +1

    Thank you my friend, i need this for my project, salutes from Bolivia

  • @harrisonology700
    @harrisonology700 4 года назад +1

    Thank you so much! This was a really nice video, very easy to follow and understand!

  • @abclosed
    @abclosed 4 года назад

    Great video and many thanks Sir.

  • @vinitabhatia4966
    @vinitabhatia4966 3 года назад

    Thank you so much. Your code really helped me a lot

  • @jayeshchourasiya7115
    @jayeshchourasiya7115 3 года назад +2

    Hi, I have to use search bar for search and display html page in asp.net can you help me? [I have made my work in html pages I only need to use ASP.NET Database for search part rest all my work is in html] please my example is (college library where student roll no when searched html page will be displayed with their records like their profile pic with address and books list etc) [in search example when roll no / name is entered then that .html page should be displayed - if search is roll no 1 then roll no 1.html should be called from search] [ any other method will also work for me I just have to show .HTML pages I'm stuck in search bar part only ]
    Thank-you 😇

  • @remixowlz
    @remixowlz 5 лет назад +1

    Thank You Kind Sir! Very easy to follow! Subbed!

  • @technicaltips600
    @technicaltips600 3 года назад

    i want to search more row one by one and store in in gridview how it will possible please guid me

  • @THERAAMBODX
    @THERAAMBODX 3 года назад

    Can this be done using access?

  • @divyak.m.7548
    @divyak.m.7548 3 года назад

    I need a code to search in an auto increment generate code textbox.

  • @Subhampatra
    @Subhampatra 4 года назад

    Can we do it in textchange event instead taking button control

  • @constanttravels
    @constanttravels 5 лет назад

    Very Helpful!!!! Thank you so much

  • @geeseeoh
    @geeseeoh 4 года назад +1

    This is a very nice video. Do you have tutorials for update, insert and delete?

  • @muhammadusama2511
    @muhammadusama2511 5 лет назад +2

    Thankyou so much

  • @muqadasmuqads6166
    @muqadasmuqads6166 4 года назад

    I want to search data in textbox how I write code in c# for this

  • @noepaz6338
    @noepaz6338 4 года назад +1

    excelente me ayudo también para el metodo delete

  • @iFOUNDCreations
    @iFOUNDCreations 4 года назад

    Thank you very much.

  • @yogeshkashid7327
    @yogeshkashid7327 5 лет назад +4

    8:15 Instead of writing 3 lines just add everything in one line
    SqlCommand cmd = new SqlCommand("select * from UserReg where UserName like '%'+@Name+'%'",sqlconn);

  • @manishkini9206
    @manishkini9206 5 лет назад

    can i do it with DataList?

  • @voronyana
    @voronyana 3 года назад

    Thank you sooooo much!

  • @tustinnrent8502
    @tustinnrent8502 3 года назад

    super-helpful!!

  • @alkasuresh7715
    @alkasuresh7715 3 года назад

    Sir i have a doubt

  • @lotofthings6984
    @lotofthings6984 5 лет назад +1

    Thank you brother

  • @maryannegarcia6162
    @maryannegarcia6162 6 лет назад +1

    I am trying to impress my boss by creating a search page for an access database I created. I normally work with HTML and CSS - I know a minimal amount about writing this code. Your lesson has helped me TREMENDOUSLY but I am stuck. Anyway you can help me? When I run the project I get the error " Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.OleDb.OleDbException: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
    Source Error:
    Line 31: DataTable dt = new DataTable();
    Line 32: OleDbDataAdapter da = new OleDbDataAdapter(oleDbcomm);
    Line 33: da.Fill(dt);
    Line 34: GridView1.DataSource = dt;
    Line 35: GridView1.DataBind();
    Can you HELP???!!!!

    • @HarithaComputersTechnology
      @HarithaComputersTechnology  6 лет назад

      code works perfectly, please check your access database table column when binding data into gridview

    • @HarithaComputersTechnology
      @HarithaComputersTechnology  6 лет назад

      If Possible will make a video on this

    • @maryannegarcia6162
      @maryannegarcia6162 6 лет назад

      Thanxs for getting back to me. I did figure out my issue before your response and now I have another question. My data base is a list of articles and I was wondering if there is a (SIMPLE!) way to have the article title link to their respective PDF and open in a new browser window?

    • @maryannegarcia6162
      @maryannegarcia6162 6 лет назад

      Was working - now it's not working!

    • @maryannegarcia6162
      @maryannegarcia6162 6 лет назад

      Is there also a (SIMPLE) way to have it search two columns in the table?

  • @YeEneHiwot
    @YeEneHiwot 5 лет назад

    it is good but how i can display more rows?

  • @ziashoukat8267
    @ziashoukat8267 2 года назад

    Thanks Alot

  • @sharonroja8257
    @sharonroja8257 6 лет назад +1

    Code is not visible, can you send the code

  • @anusubramanian7832
    @anusubramanian7832 5 лет назад +1

    very useful thank you

  • @josequezada1669
    @josequezada1669 5 лет назад

    Thanks!

  • @nidhikhare8331
    @nidhikhare8331 4 года назад

    Sir please reduce the designing part because video is some long and I m not understand as a beginner proper asp.net code

  • @biransubba2169
    @biransubba2169 4 года назад

    Sir please tell me how to do in wordpress please im your loyal subscriber

  • @muqadasmuqads6166
    @muqadasmuqads6166 4 года назад

    Can anyone ans

  • @shubhamjadhav702
    @shubhamjadhav702 3 года назад

    Thank you👍👍