4 questions
1
vote
1
answer
1k
views
Where does an MVC Controller get it's database context at run time
Given this code:
namespace Eisk.Controllers
{
public class EmployeesController : Controller
{
DatabaseContext _dbContext;
public EmployeesController(DatabaseContext ...
2
votes
4
answers
2k
views
Regex the extract two string a text in jmeter
I want to extract VIEWSTATE value and EVENTVALIDATION value, but I havent. How to extract two string(viewstate and eventvalidation) from this text?
<input type="hidden" name="__VIEWSTATE" id="...
1
vote
2
answers
126
views
C# programmatically communication with website
I have following problem.
Example site http://eisk.apphb.com/web-form-samples/listing-page.aspx
My c# application has to read data from gridview, but only for specific supervisor, so i need to ...
3
votes
1
answer
16k
views
ObjectStateManager does not contain an ObjectStateEntry with a reference to an object of type
I am using EISK (Employee Info Starter Kit) to develop an application. My entity diagram looks like this I try to update the application table via this code.
int apId = Convert.ToInt32(...