Application stops generating login cookies
I’ve been searching for an answer to this for a while but the problem seems quite complex and I’m struggling to find an answer.
I’ve been searching for an answer to this for a while but the problem seems quite complex and I’m struggling to find an answer.
I am trying to build a drop down list with a single database call.
My Post call does not return the correct Model type. It always use the baseObject instead of the correct derived object that I passed in from the Get
I have an editable Gridview with columns as below:
Free jqgrid uses setting autoencode: true grid definition contains: $grid.jqGrid({ url: '/admin/API/Entity', datatype: "json", editurl:'/admin/Detail/Edit' In inline edit <a character is entered to Nimetus column and data is posted to server in url-encoded format. Request URL:http://localhost:52216/admin/Detail/Edit?_entity=DokG&_dokumnr=135322&_vmnr=0 Request Method:POST Status Code:490 OK Response Headers view source Cache-Control:private, s-maxage=0 Content-Length:122 Content-Type:application/json; charset=utf-8 Date:Mon, 23 Nov 2015 15:31:54 … Read more
I am just exploring on what is the best practice/framework for implementing feature for collecting and displaying user activity statistics that is user specific and site relating to login user activities in ASP.NET. For example, I will want to know for a particular login user on my site, which site he/she has visited in the last day, week or etc. What is the frequency? top 5/10? and for the overall site, what are the top 5 popular pages or search terms (based only on login users not crawler or anonymous visits)
Background In our last adventure, I was attempting to properly show a Dictionary<Foo, Bar<T>>. Thanks to the helpful answers in that post, I realize I had been going about it in the wrong way. Problem In today’s adventure, I’ve been trying to get two specific properties from the List<T> in the last question to display. … Read more
IIS Express is immediately closed after i try to debug my asp.net core project under it.
i am using visual studio 2015 update 3.
I have an aspx page. I’ve added a ScriptManager to it, and set EnablePageMethods=true, and created a static method marked as [WebMethod] on the server-side.
I’m trying to implement a form validation with ASP.net and I have tried every solution suggested here but the best one was on aspsnippets.com so far.