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.

11851 - 11860 of 12450 results

Kleinjan v. Knutson 207 N.W.2d 247
Docket No.: 18608867
Filing Date: 4/13/1973
Case Type: Appeal - Civil - Personal Injury
Author: Erickstad, Ralph

Novlesky v. Novlesky 206 N.W.2d 865
Docket No.: 18608862
Filing Date: 4/13/1973
Case Type: Appeal - Civil - Divorce - Property
Author: Paulson, Wm.

Gourneau v. Smith 207 N.W.2d 256
Docket No.: 18608842
Filing Date: 4/12/1973
Case Type: Appeal - Civil - Personal Injury
Author: Strutz, Alvin

Handy v. Handy 207 N.W.2d 245
Docket No.: 18608868
Filing Date: 4/12/1973
Case Type: Appeal - Civil - Real Property
Author: Strutz, Alvin

Keller v. Paris 207 N.W.2d 239
Docket No.: 18608877
Filing Date: 4/12/1973
Case Type: Appeal - Administrative - Department of Transportation
Author: Erickstad, Ralph

Nelson Paving Co., Inc. v. Hjelle 207 N.W.2d 225
Docket No.: 18608861
Filing Date: 4/12/1973
Case Type: Appeal - Civil - Contracts
Author: Erickstad, Ralph

Hennessy v. Grand Forks School District No. 1 206 N.W.2d 876
Docket No.: 18608864
Filing Date: 4/12/1973
Case Type: Original Proceeding - Civil - Writ of Certiorari
Author: Teigen, Obert

In re H. 206 N.W.2d 871
Docket No.: 18608840
Filing Date: 4/12/1973
Case Type: Appeal - Juvenile - Termination of Parental Rights
Author: Paulson, Wm.

State v. DePriest 206 N.W.2d 859
Docket No.: 18600430
Filing Date: 4/12/1973
Case Type: Appeal - Criminal - Theft
Author: Teigen, Obert

Foster v. Nelson 206 N.W.2d 649
Docket No.: 18608875
Filing Date: 4/12/1973
Case Type: Appeal - Civil - Child Support
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>