Advertisement
rofelbca

Sunday

Oct 22nd, 2024
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. vi filename.sh
  2. To save :x
  3. To exit from sh file press esc
  4. To insert click i
  5. chmod +x filename for permission
  6. ./filename.sh for run
  7. Control + r
  8. Search telenet
  9.  
  10.  
  11.  
  12. Asp.net
  13. Open Microsoft visual studio
  14. Go to file
  15. New
  16. Project
  17. Left side visual c# then click on windows
  18. Windows forms application
  19. Enter project name
  20. Click ok
  21. Take 6 levels from common controls
  22. Take textbox for all levels from common controls
  23. Change the level nam according to the form required from properties
  24. Go to design and change name to txtFname and so on
  25. Change passwordchar to * from properties
  26. Add one button from common controls
  27. Also change button design name to btnregister
  28.  
  29. Now open Microsoft SQL Server management studio
  30. Click on databases
  31. New database
  32. Database name
  33. Expand the database
  34. Select created database
  35. Click on tables
  36. Right click on tables
  37. Click on tables
  38. After entering details press ctrl +s
  39. Give the table name
  40.  
  41. Now
  42. Click on server explorer
  43. Right click on data connection
  44. Add connection
  45. Change the database to Microsoft SQl server
  46. Enter server name
  47. Select server
  48. Select or enter database name which were created at first
  49. Click on created database
  50. From properties copy connection string
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement