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.

11871 - 11880 of 12450 results

Ferguson v. Ferguson 202 N.W.2d 760
Docket No.: 18608845
Filing Date: 11/30/1972
Case Type: Appeal - Civil - Child Support
Author: Paulson, Wm.

Buchmann v. Buchmann 202 N.W.2d 677
Docket No.: 18608841
Filing Date: 11/30/1972
Case Type: Appeal - Civil - Contempt of Court
Author: Paulson, Wm.

Abbey v. State, et al. 202 N.W.2d 844
Docket No.: 18608844
Filing Date: 11/29/1972
Case Type: Appeal - Civil - Real Property
Author: Paulson, Wm.

First National Bank of Wibaux v. Dreher 202 N.W.2d 670
Docket No.: 18608827
Filing Date: 11/29/1972
Case Type: Appeal - Civil - Contracts
Author: Paulson, Wm.

State v. Persons 201 N.W.2d 895
Docket No.: 18600424
Filing Date: 11/1/1972
Case Type: Original Proceeding - Criminal - Writ of Certiorari
Author: Paulson, Wm.

Reub's Minot Camera v. General Electric Credit Corp. 201 N.W.2d 877
Docket No.: 18608843
Filing Date: 10/31/1972
Case Type: Appeal - Civil - Contracts
Author: Teigen, Obert

Norgaard v. Nodak Mutual Insurance 201 N.W.2d 871
Docket No.: 18608838
Filing Date: 10/31/1972
Case Type: Appeal - Civil - Insurance
Author: Erickstad, Ralph

State v. Julson 202 N.W.2d 145
Docket No.: 18600419
Filing Date: 10/30/1972
Case Type: Appeal - Criminal - Drugs/Contraband
Author: Knudson, Harvey

Interest of A.N. 201 N.W.2d 118
Docket No.: 18608789
Filing Date: 9/26/1972
Case Type: Appeal - Juvenile - Termination of Parental Rights
Author: O'Keefe, James

Hofer v. Scott Livestock Co. 201 N.W.2d 410
Docket No.: 18608826
Filing Date: 9/20/1972
Case Type: Appeal - Civil - Real Property
Author: Erickstad, Ralph

 


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>