Sir how to implement a drop-down list for page size selection in this project?
@gabrielmoura6342 Жыл бұрын
Great tutorial. But I've got a question. NOw every time I try to do CRUD operations, it gives me the error that the column NameSortOrder or Term are invalid. Anybody knows how to fix this?
@GaneshPandhwale Жыл бұрын
Great ...
@CypressTutorials Жыл бұрын
need help in custom pagination in datatable while using API.
@ravindradevrani Жыл бұрын
I was already working on it. Video on filter,sort,pagination in .net apis will be uploaded at 2 jun 00:15 ist. You can check it, may be it will help you. Or you can directly check the source code from description.
@jbcom41 Жыл бұрын
when using the searching feature, can you use the pagination for e.g. if you had several employees called john will the search feature return several pages with john or return the search in one long page? Hope this makes sense, thanks you…
@ravindradevrani Жыл бұрын
I don't remember, i have to look through. But the way i use filter and pagination, it should have search with pagination. It means, if we enter "j" in the search input,It would return all the records with "j", then it would paginate all the records with j.
@pratikparmar3462 жыл бұрын
Pls make video Without entity framework
@ravindradevrani2 жыл бұрын
sorry. I guess you are asking to use ado.net and I am not familiar with that.