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 😇
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);
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???!!!!
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?
Thank you my friend, i need this for my project, salutes from Bolivia
Thank you so much! This was a really nice video, very easy to follow and understand!
Thanks mate !
Great video and many thanks Sir.
Thank you so much. Your code really helped me a lot
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 😇
Thank You Kind Sir! Very easy to follow! Subbed!
Thanks mate!
i want to search more row one by one and store in in gridview how it will possible please guid me
Can this be done using access?
I need a code to search in an auto increment generate code textbox.
Can we do it in textchange event instead taking button control
Very Helpful!!!! Thank you so much
Thanks Mate !
This is a very nice video. Do you have tutorials for update, insert and delete?
Thankyou so much
Thanks mate!
I want to search data in textbox how I write code in c# for this
excelente me ayudo también para el metodo delete
Thank you very much.
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);
can i do it with DataList?
Thank you sooooo much!
super-helpful!!
Sir i have a doubt
Thank you brother
Thanks mate!
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???!!!!
code works perfectly, please check your access database table column when binding data into gridview
If Possible will make a video on this
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?
Was working - now it's not working!
Is there also a (SIMPLE) way to have it search two columns in the table?
it is good but how i can display more rows?
Thanks Alot
Code is not visible, can you send the code
very useful thank you
Thanks mate !
Thanks!
Thanks mate !
Sir please reduce the designing part because video is some long and I m not understand as a beginner proper asp.net code
Sir please tell me how to do in wordpress please im your loyal subscriber
Can anyone ans
Thank you👍👍