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.

11881 - 11890 of 12450 results

Sanden v. Hanson 201 N.W.2d 404
Docket No.: 18608818
Filing Date: 8/31/1972
Case Type: Appeal - Civil - Contracts
Author: Paulson, Wm.

Moum v. Maercklein 201 N.W.2d 399
Docket No.: 18608822
Filing Date: 8/31/1972
Case Type: Appeal - Civil - Torts (Negligence, Liab., Nuis.)
Author: Strutz, Alvin

State v. Harm 200 N.W.2d 387
Docket No.: 18600426
Filing Date: 8/31/1972
Case Type: Appeal - Criminal - Post-Conviction Relief
Author: Teigen, Obert

Armstrong v. Miller 200 N.W.2d 282
Docket No.: 18608817
Filing Date: 8/31/1972
Case Type: Appeal - Civil - Personal Injury
Author: Knudson, Harvey

Bismarck Baptist Church v. Wiedemann Industries, Inc. 201 N.W.2d 434
Docket No.: 18608723
Filing Date: 8/30/1972
Case Type: Appeal - Civil - Torts (Negligence, Liab., Nuis.)
Author: Strutz, Alvin

Halla v. Halla 200 N.W.2d 271
Docket No.: 18608831
Filing Date: 8/30/1972
Case Type: Appeal - Civil - Child Support
Author: Strutz, Alvin

Fetch v. Buehner 200 N.W.2d 258
Docket No.: 18608832
Filing Date: 8/30/1972
Case Type: Appeal - Civil - Child Support
Author: Paulson, Wm.

Stuber v. Taylor, et al. 200 N.W.2d 276
Docket No.: 18608741
Filing Date: 8/29/1972
Case Type: Appeal - Civil - Other
Author: Friederich, Ray

Schank, et al. v. North American Royalties, Inc., et al. 201 N.W.2d 419
Docket No.: 18608773
Filing Date: 8/9/1972
Case Type: Appeal - Civil - Oil, Gas and Minerals
Author: Teigen, Obert

Haggard v. Rotzein 200 N.W.2d 112
Docket No.: 18608813
Filing Date: 7/31/1972
Case Type: Appeal - Civil - Contracts
Author: Paulson, Wm.

 


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>