Added By: Feedage Forager | ![]() |
Language: English | |
Tags: | |
add row add boundfield datafield boundfield input text input list row runat server server system web system text web | |
Rate this Feed![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Comments (0) |
Feed Details and Statistics ![]() |
Last Build Date: Sun, 22 Apr 2018 12:14:04 -0700
2018-04-22T19:11:24.433-07:00
Hi,
I was given a brand new Webserver with just the OS. I enabled IIS from Control panel features. Now I am not sure what software should I install to make it a web Server that hosts my ASPNET Web Application. I thought we should use WebPlatform installer to get ASP.NET web Components. not sure where to start
I generally use Visual studio installer as it installs everything if the system needs VS but in this case, its just a web server. Where I should start?
2018-04-21T08:26:35.93-07:00
Hi, i would love to show a list of items from my database and at the bottom of my list a button "SHOW MORE" and if iclick on it i will show the next 25 items..
I also need to be sure that i pass the string of my search..
how to achive this in MVC?
2018-04-22T18:54:59.093-07:00
I'm looking for questions that their title contains any of the list of keywords that I have
for example: I have the below questions: "What is mvc","what is the capital of USA","how do I make salad",:is Mvc difficult"
my keywords are {"mvc","code","development"}
I want to search through all questions to return questions with any of the keywords so the output result will be "what is mvc","id Mvc difficult"
I have tried the below :
var relatedQuestions = allQuestions.Where(m => m.Title.Contains(myKeywords)).ToList();
but is wrong. can anyone help please
2018-04-22T11:03:57.967-07:00
Hello, I need to create an application based on .NET core 2.0 but I stuck on configuring platform. I have some tasks which are milestones in my app so please help.
1) My index.html page contains specified strings (variables) f.e. which I need to replace on runtime each time this file is downloading. So what I need to do is override standard Kestrel file serving with this template: catch request file, open it then change it contents and send to client. I found a partial solution here: https://stackoverflow.com/questions/40019012/modify-static-file-response-in-asp-net-core but some of the serving files will be larger than 100mb so I need to find better performance solution. Could you help?
2) I noticed that Kestrel copies all static html/js files from folders in solution into wwwroot. The problem is that my static files are very large and I don't want them in wwwroot directory. How can I prevent that behavior?
Regards
2018-04-22T17:52:51.393-07:00
hi, i have these codes each row is autocomplete now i want to find sum of column price after chanaging first td input for autocomplete and set the result in the textbox and multiply column price with discount column after changing price or discount and show the result in the column result view Add Rowitem | price | discount | Result |
---|---|---|---|
item | price | discount |
---|---|---|
item | price | discount |
---|---|---|