Search Tips

Opinions

On this page, you can search and view the Supreme Court’s opinions. If you wish to review the docket or documents filed in a matter, please go to the Court’s public portal search page.

11861 - 11870 of 12450 results

Signal Oil and Gas Co. v. Williams County 206 N.W.2d 075
Docket No.: 18608863
Filing Date: 3/8/1973
Case Type: Appeal - Civil - Tax Realted
Author: Strutz, Alvin

State v. Igoe 206 N.W.2d 291
Docket No.: 18600420
Filing Date: 2/27/1973
Case Type: Appeal - Criminal - Drugs/Contraband
Author: Burdick, Eugene

State v. Wester 204 N.W.2d 109
Docket No.: 18600435
Filing Date: 1/31/1973
Case Type: Original Proceeding - Criminal - Writ of Habeas Corpus
Author: Erickstad, Ralph

Rau v. Kirschenman 208 N.W.2d 001
Docket No.: 18608854
Filing Date: 1/22/1973
Case Type: Appeal - Civil - Torts (Negligence, Liab., Nuis.)
Author: Paulson, Wm.

Bjerken v. Ames Sand and Gravel Co. Inc. 206 N.W.2d 884
Docket No.: 18608829
Filing Date: 1/19/1973
Case Type: Appeal - Civil - Oil, Gas and Minerals
Author: Teigen, Obert

Buettner v. Nostdahl, et al. 204 N.W.2d 187
Docket No.: 18608848
Filing Date: 1/18/1973
Case Type: Appeal - Civil - Contracts
Author: Erickstad, Ralph

Kittock v. Anderson 203 N.W.2d 522
Docket No.: 18608839
Filing Date: 1/18/1973
Case Type: Appeal - Civil - Tax Realted
Author: Strutz, Alvin

Bumann v. Maurer 203 N.W.2d 434
Docket No.: 18608830
Filing Date: 12/19/1972
Case Type: Appeal - Civil - Real Property
Author: Maxwell, Ralph

Kee v. Redlin 203 N.W.2d 423
Docket No.: 18608851
Filing Date: 12/19/1972
Case Type: Appeal - Civil - Election Contest
Author: Teigen, Obert

State v. Miller 202 N.W.2d 673
Docket No.: 18600429
Filing Date: 12/1/1972
Case Type: Appeal - Criminal - Theft
Author: Strutz, Alvin

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>