Questions




Answers
2
how to remove border from iframe in HTML?

How can I remove the border from iframe using HTML or CSS?

Suppose this is my iframe

...
Read More
Answers
1
How to Pass a value from asp.net (.aspx) page to HTML page

How can I pass value from C# web-forms (.aspx) to html page?

 

...
Read More
Answers
2
How to use jQuery datatable with Web API in MVC? want to implement CRUD, searching and sorting

I want to implement jquery datatable(With Displaying data, edit, delete, search, sort and paging should be there) with Web API and MVC

I had previously implemented jquery data table with asp.net MVC and it was working, but when I was started using jQuery Datatable with web API, I wasn't able to implement CRUD with searching and pagination in it.

If there are any links or sample code, please provide me for reference.

thanks and regards

G.Ram Mohan

...
Read More
Answers
1
Redirect users to a view using Switch case in asp.net MVC?

I want to redirect the users to certain pages on the basis of their rating. How can I use a switch case in C# ASP.NET MVC to do this? Please give me suggestions with some code part.

...
Read More
Answers
2
How can i undo my last Commits on Git?

I have committed some files on my Git using Visual Studio, which i want to undo now, as the code and i want to change it without pushing it to server, i haven't pushed the committed files on server yet, so how can i achieve it using Visual Studio or with some other source?

 

...
Read More
Answers
1
How to use Ajax Rating Control in listview?

I am using the AJAX Rating Control inside a ListView control, When I run the page it throws the error 'Specified cast is not valid'

Here Is the code 

...
Read More
Answers
2
Compare System Time with database time only (not datetime)

I need to compare a time in a table with the current system time and need to pop up a notification. But how can I compare both? here is my code and DB:

...
Read More
Answers
1
How to gray out data which is before start time in list view of asp.net Web forms?

I am showing the list of restaurants in the listview, in this list, I have restaurant's start time and end time, So I want o to disable those restaurant's which is listed on the list, before start time , so that's user can't click on them or view them, in other words, gray out the restaurant's which isn't opened yet

Here is my current code:- restaurants.aspx

 

...
Read More

Page 44 of 54