4
Answers

How can I make a collection of 2 dimensional arrays?

Photo of macin

macin

20y
8k
1
I need to create some 2 dimensional arrays. How can I store them? I don`t know how many of them, so the collection must be done dynamicaly. The second qestion is, how can I display every array at once in ie List box, data grid or somerwhere else? thx

Answers (4)

0
Photo of mari muthu
NA 160 20.6k 7y
change this from your code(#DbContetxt);
  1. namespace Mvcpractice1.Models  
  2. {  
  3. public class EmployeeContext:DbContext  
  4. {  
  5. public EmployeeContext:base("EmployeeContext")  
  6. {  
  7.   
  8. }  
  9. public DbSet<Employee> Employees { getset; }  
  10. }  
  11. }  
0
Photo of Ramesh Palanivel
NA 9.5k 138.7k 7y
Hi Sangeetha,
 
Kindly check whether your database credentials are correct? The issue will happen due to inproper connection. 
0
Photo of mari muthu
NA 160 20.6k 7y
hi,
 
Seems like a connection issue. You can use the Data link properties to find if the connection is fine. Do the following:
  • Create a blank notepad and rename it to "X.UDL"
  • Double click to open it
  • Under connections tab choose the server name/enter the name use the correct credentials and DB
  • Click OK to save it.
Now open the file in Notepad and compare the connection string properties.