Log all request of Web API 2 (DelegatingHandler vs ActionFilterAttribute)
Searching on the web I found differents solutions to log all requests received by a IIS server. Solution 1: DelegatingHandlerSolution 2: ActionFilterAttributeSolution 3: The IIS log I read all...
View ArticleHow to adjust multiple textboxes in a row with browser window size
I have three textboxes in one row. When I adjust my browser window width to make it smaller it puts the three textboxes that were in one row into one column for each text box. So for example, it looks...
View ArticleSuggesion
Any ideas on asp.net project... Its my final year and i am really confused...
View ArticleNeed help on how to insert yes/no toggle switch value into Sql table
I have a yes/no toggle input switch...
View ArticleRead xml string
Help me read value in note <Code>, <Message>, <Time> string result = "<?xml version="1.0" encoding="utf-8" ?> <string xmlns="http://tempuri.org/"><AAA>...
View ArticleKendo Grid Issues
For the life of me I can't understand why my grid won't populate. I'm sending my data from the controller to the view but the grid is always blank.public JsonResult PopulateGrid() { var x = (from n in...
View Articlehow to send autogenerated sms to the number given by the user
i need to send the confirmation message to patient like ur appointement is fixed with some doctor... how to write a code in c#..please help me
View Articleweb form generate html on separate pages
In a web form 2010 application, I am creating letters that need to be sent to various customers that are generated in html and are sent to 2 or 3 customers at the at different addresses. However each...
View ArticleAnyone know how to create or seen a toggle switch with two big word/many...
I want to create a toggle switch where the user has the choice of Purchase or Delivery. I've seen the Yes/No and True/False type of toggle switches but has anyone seen or have a way of creating a...
View ArticlePosting back part of a model - instead of using querystrings for filters -...
Probably just poor planning on my part, but I thought I could get away with it. I have a model that populates a page with items in a store. On get it grabs from the database and populates the view. Now...
View Articlei want fill 2 table with 1 click can I?
SqlConnection con; con = new SqlConnection(@"Data Source=SEPEHR;Integrated Security=True;server=(local);Database=TestDatabaseByYall"); con.Open(); SqlCommand cmd; cmd = new SqlCommand("INSERT INTO...
View ArticleHow to save modal popup form into database/data table
I have a modal popup form and i want to insert/delete into a database and show/remove in a data table. Does anyone know how to do this. Here is the code for the modal:<divid="myModal"class="modal...
View ArticleThere is no ViewData item of type 'IEnumerable<SelectListItem>' that...
hi guys, I have developed a MVC implementation 5, it works perfectly locally but I published it on IIS and I have had this problem // in the controller Ipublic ActionResult Index () { CatalogModel m =...
View ArticlePOST xml request to an API with feedback asp.net mvc
There is such a condition: To download the content of Outbox from the server of EIS demonstrator films sends a request to the address on the Internet: https://ekinobilet.ru/ekbs/upload.aspx via HTTPS...
View ArticleThere is no ViewData item of type 'IEnumerable' that has the key...
hi guys, I have developed a MVC implementation 5, it works perfectly locally but I published it on IIS and I have had this problem // in the controller Ipublic ActionResult Index () { CatalogModel m =...
View ArticleThere is no ViewData item of type 'IEnumerable<SelectListItem>' that...
hi guys, I have developed a MVC implementation 5, it works perfectly locally but I published it on IIS and I have had this problem // in the controller Ipublic ActionResult Index () { CatalogModel m =...
View ArticleHow to submit a record and send as an email attachment at once?
Greetings gurus, I have a requirement to collect information from users by presenting a form to them. Upon completing the form and hitting the submit button, the content of their submission is stored...
View Article