Search results for query: *

  • Users: Mohan
  • Content: Threads
  • Order by date
  1. M

    Multiple Interface

    can i write multiple interface in a file. for eg i have something like this in a file Interface InterFace1 . . end interface can i write Interface InterFace2 . . end interface Interface InterFace3 . . end interface in same file please suugest me
  2. M

    Invalid attempt to read when no data is present.

    Dim strQRY As String = "Select Max(id) From DESIGNATION" Dim conTemp As New SqlConnection conTemp.ConnectionString = CONNECTIONSTRING conTemp.Open() Dim command As New SqlCommand(strQRY, conTemp) Dim reader As SqlDataReader = command.ExecuteReader() Return reader(0) when i query the same...
  3. M

    how to make form width equal to splitcontainer panel width

    in a mdi form I have put a splitcontainer control, in panel1 treeview control, in panel 2, i want to show child forms equal to width of the panel2, how to make this.
  4. M

    Object Oriented Approach for Database application

    can anybody help how to develop Database application completely in OOPS way. means classes for database Tables, considerning Columns as members of the class. Adding new record, modifying records, deleting records to be treated as methods... it will be great help if any of u provide me a...
  5. M

    declare AdoDB.Connection

    please help me coz i'm new to VB.NET can anybody help me... IN vb6 i used to declare "AdoDB.Connection" in Module and i with this connection i used to open many recordset at diff forms.. in vb.net i'm trying to do same thing but i'm not able to do it... and please tel me is it required to...
  6. M

    how to post new question

    can u please tell me how to post problems i don't i require previlege to post or not
Back
Top