TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
love code
NA
33
2.6k
How do i fix the core CRUD options?
Feb 22 2018 10:17 AM
Got a issue with the core CRUD options from this C# app. See .zip file.
How do i solve the bug? And what the reason why it's not working .... ?
Used software and settings
1. MS Management Studio
. Run sql script.
2. VS 2017
Connection for db. Add in fonfig file.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<connectionStrings>
<add name="connstrng" connectionString="Data Source= Change it to yours ;
Initial Catalog=RContactApp;Integrated Security=True;"/>
</connectionStrings>
</configuration>
Attachment:
Rcontact.zip
Reply
Answers (
7
)
Kentico CMS 11 Header and Fotter Menu
how to lock the .dll files in windows application ?