|
Error Message: |
Object reference not set to an instance of an object. |
|
|
|
Stack Trace: |
at BTS_Web2.Keywords.BuildPage() in H:\CIS Programmers\Old Programs\Old Programs\Bill Tracking\Web Apps\BTS_Web2 - 2015\Keywords.aspx.cs:line 99
at BTS_Web2.Keywords.Page_Load(Object sender, EventArgs e) in H:\CIS Programmers\Old Programs\Old Programs\Bill Tracking\Web Apps\BTS_Web2 - 2015\Keywords.aspx.cs:line 45 |
|
|
|
SQL: |
SELECT KeywordList.KeywordListID, Keyword, Count(Keyword) FROM KeywordList INNER JOIN Keywords ON KeywordList.KeywordListID = Keywords.KeywordListID INNER JOIN Bills ON Keywords.BillID = Bills.BillID WHERE (SenateSponsorID IS NOT NULL OR HouseSponsorID IS NOT NULL) AND ActiveBill = 1 AND (BillPrefix LIKE 'S%' OR Has501 = 1) AND SessionType = @SessionType GROUP BY KeywordList.KeywordListID, Keyword ORDER BY Keyword |
|
|