Search results

  1. S

    how to connect Sql database in ASP.NET?

    Throw a try catch block on this line SqlDataReader dr = cmd1.ExecuteReader(); and a break point and step throguh and see if it is throwing an error and you can see what that error is.
  2. S

    Do powered off electronics drain electricity if they are still plugged in?

    Minimal current consumption. A laptop or cell phone power supply will draw a little because of the AC/DC circuit inside. Newer TVs also will draw small current because there is a small cicuit powered on waiting for you to turn on and control the other sections of the tv. A toaster may or may...
  3. S

    i need help with coding for html?

    <table border=5 cellpadding=15 cellspacing=5> <tr> <td>1</td><td>2</td> </tr> <tr> <td>1</td><td>2</td> </tr> <tr> <td>1</td><td>2</td> </tr> <tr> <td>1</td><td>2</td> </tr> <tr> <td>1</td><td>2</td> </tr></table>
Back
Top