Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
1k views

Given this code: namespace Eisk.Controllers { public class EmployeesController : Controller { DatabaseContext _dbContext; public EmployeesController(DatabaseContext ...
user1582732's user avatar
2 votes
4 answers
2k views

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="...
Tester's user avatar
  • 571
1 vote
2 answers
126 views

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 ...
user2933350's user avatar
3 votes
1 answer
16k views

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(...
ademg's user avatar
  • 307