I have to create shopping cart in Asp.net MVC ,i don't know from where I should start
As i am a beginner, I saw various Youtube videos online but i am not able understand coding in those videos, so Please give me some other appropriate recommendation or advise???
Thanks
...I came up with two javascript comparison operators ==(two equals) and ===(three equals) sign, I would like to know when I should use which of these comparison operators and when?
Is there any performance improvement when using ===?
Thanks
...
I have Two Tables, from one table I want to select all column but from the second table I want to fetch only one column with average value using avg function with related id
How can I achieve this using SQL query?
...How can I put the values of database in array in ASP.NET MVC C# ?
...Hello, I am trying to call SignalR method from C# controller in asp.net MVC, but I am getting this error
Using a Hub instance not created by the HubPipeline is unsupported.
Here is the image of the error
...
As easily we use the if else statement in stored procedure to check the statement type and there after we perform the desired task. Same thing I want to do using switch case
...I have a requirement to open and close bootstrap modal using jquery or javascript , as I have to kept it open until some background task is complete and after that close bootstrap modal pop-up as soon as task is completed succesffuly, how can iI achieve it using jquery-javascript?
...I want to write a basic if statement on my web-application, as I would like to place <script>
based on a condition in .aspx page, how can I achieve it?
Something like
...I am trying to check if Ads are visible or not(blocked) when user loads my web-application page, if not show a message, which is already hidden by default,so how can I detect if an element is visible in the current page after loading it, and if is not-visible make it visible(some other div to show user's a message to load ads on my website and support us) using jQuery or javascript?
Also is it possible to toggle the visibility of an element, using the function toggle()
or any other function?
Thanks
...I am trying to convert List into JSON format using the code below
...