Hi frnds
1.
1. Can we create sql connection and write server code in cshtml file
2.1. How to add the checkbox column in table which is shown in POP up using jquery
1. Can we create sql connection and write server code in cshtml file
2.1. How to add the checkbox column in table which is shown in POP up using jquery
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
MayankPosted Dec 27, 2016, 4:58 AM
@{
ViewBag.Title = "TestEdit";
int x = 5;
System.Data.SqlClient.SqlConnection con = new System.Data.SqlClient.SqlConnection();
}
Please give more description of check box related query.
MayankPosted Dec 27, 2016, 5:12 AM
http://stackoverflow.com/questions/1494749/is-it-ok-to-nest-database-views
Anjali KhanPosted Dec 27, 2016, 5:03 AM
1. Nested function, is it possible? in sql ?
2. Nested views, is it possible? in sql ?