3
Answers

Question regarding creating controls on forms.

spatterson

spatterson

21y
1.7k
1
I am new to C#. I have a couple of questions. It appears that most sample code that I find on the Internet or in books create controls on Winforms dynamically. This includes setting the Text property and setting the location of the control on the form dynamically. Is this the norm and is there an advantage to this? Also, in VB I usually have a Module with a ton misc. routines that I use that may not fit in a certain module or class. Is the propery way to replicate using modules(in VB) using classes in C#?
Answers (3)
1
Amit Gupta

Amit Gupta

NA 16.5k 25.7k 8y
Hey Devendra
There might be any software glitches, take the backup of your database from the physical path located at
C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\DATA
 
then reinstall the Sql Server again, then try attaching all your database.
 
Hope this helps :) 
Accepted
2
Daniel Jones

Daniel Jones

NA 367 19.7k 8y
Go to > Security > Logins > Right click to the user > Properties
On the left navigation move to > User Mapping > Check the database and in the "Database role membership for: <>" check "db_owner"
  
Or just restart the SQL service, sometime it also helps 
1
Devendra Kumar

Devendra Kumar

NA 264 11.9k 8y
@Rafnas, already tried, also restarted the service but :(
1
Devendra Kumar

Devendra Kumar

NA 264 11.9k 8y
Thanks Daniel, The error still exists as master/any database was also not accessible. Logins section displays only builtin\users and sa
0
Rafnas T P

Rafnas T P

NA 12.2k 435.7k 8y
try running in administrator mode, to do that
right click on SQL Server Management Studio and select run as administrator