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.

12351 - 12360 of 12450 results

Erhardt v. Gold Seal Chinchillas 144 N.W.2d 744
Docket No.: 18608293
Filing Date: 8/20/1966
Case Type: Appeal - Civil - Contracts
Author: Erickstad, Ralph

City of Bismarck v. Kleinschmidt 145 N.W.2d 333
Docket No.: 18608341
Filing Date: 8/16/1966
Case Type: Original Proceeding - Civil - Writ of Mandamus
Author: Strutz, Alvin

State v. Gamble Skogmo, Inc. 144 N.W.2d 749
Docket No.: 18600339
Filing Date: 8/16/1966
Case Type: Appeal - Criminal - Other
Author: Erickstad, Ralph

Schmidt v. Frank 144 N.W.2d 572
Docket No.: 18608346
Filing Date: 8/16/1966
Case Type: Appeal - Civil - Real Property
Author: Strutz, Alvin

Smith v. Anderson 144 N.W.2d 530
Docket No.: 18608317
Filing Date: 8/5/1966
Case Type: Appeal - Civil - Real Property
Author: Erickstad, Ralph

Ternes v. Farmers Union 144 N.W.2d 386
Docket No.: 18608306
Filing Date: 7/28/1966
Case Type: Appeal - Civil - Torts (Negligence, Liab., Nuis.)
Author: Teigen, Obert

Glover v. Paul 144 N.W.2d 382
Docket No.: 18608265
Filing Date: 7/28/1966
Case Type: Appeal - Civil - Probate, Wills, Trusts
Author: Strutz, Alvin

Erling, et al. v. Haman, et al. 144 N.W.2d 215
Docket No.: 18608307
Filing Date: 7/1/1966
Case Type: Appeal - Civil - Other
Author: Murray, William

Jennings v. O'Callaghan 143 N.W.2d 654
Docket No.: 18608340
Filing Date: 7/1/1966
Case Type: Appeal - Civil - Contracts
Author: Murray, William

Heggen v. Marentette 144 N.W.2d 218
Docket No.: 18608238
Filing Date: 6/30/1966
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>