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.

11981 - 11990 of 12450 results

Young v. Smith 191 N.W.2d 516
Docket No.: 18608707
Filing Date: 8/31/1971
Case Type: Appeal - Civil - Real Property
Author: Teigen, Obert

Dobler v. Malloy 190 N.W.2d 046
Docket No.: 18608689
Filing Date: 8/31/1971
Case Type: Appeal - Civil - Contracts
Author: Erickstad, Ralph

Adoption of Godejohn 190 N.W.2d 042
Docket No.: 18608651
Filing Date: 8/31/1971
Case Type: Appeal - Civil - Adoption
Author: Strutz, Alvin

Lorinser v. B & B Employment 190 N.W.2d 021
Docket No.: 18608664
Filing Date: 8/31/1971
Case Type: Appeal - Civil - Employer/Employee Dispute
Author: Erickstad, Ralph

Jacobsen v. Pedersen 190 N.W.2d 001
Docket No.: 18608713
Filing Date: 8/31/1971
Case Type: Appeal - Civil - Real Property
Author: Gefreh, Adam

Kutchera v. Kutchera 189 N.W.2d 680
Docket No.: 18608669
Filing Date: 8/31/1971
Case Type: Appeal - Civil - Corporations
Author: Strutz, Alvin

Robertson's Inc. v. Renden 189 N.W.2d 639
Docket No.: 18608647
Filing Date: 8/31/1971
Case Type: Appeal - Civil - Torts (Negligence, Liab., Nuis.)
Author: Erickstad, Ralph

State v. Snavely 189 N.W.2d 632
Docket No.: 18600406
Filing Date: 8/31/1971
Case Type: Appeal - Criminal - Sexual Offense
Author: Strutz, Alvin

Bumann v. Maurer 188 N.W.2d 740
Docket No.: 18608722
Filing Date: 6/28/1971
Case Type: Appeal - Civil - Real Property
Author: Paulson, Wm.

Fisher v. City of Minot 188 N.W.2d 745
Docket No.: 18608709
Filing Date: 6/23/1971
Case Type: Appeal - Civil - Tax Realted
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>