Search:

Type: Posts; User: firoz.raj

Page 1 of 13 1 2 3 4

Search: Search took 0.41 seconds; generated 18 minute(s) ago.

  1. Replies
    6
    Views
    688

    Re: deleting records from the database

    still i am getting the same index out of bound .following are the code i have implemented parameters .

    Private Sub BtDelete_Click(sender As System.Object, e As System.EventArgs) Handles...
  2. Replies
    6
    Views
    688

    deleting records from the database

    hi friends,

    my classid is in the format Sem1ARollno4 how it could be returned in index . so that i use in delete query to delete specific records from the database . following are the code .

    ...
  3. Replies
    15
    Views
    2,664

    Re: quicksort issue

    With this input I get 2, 2, 4, 7, 8 in the ListBox and this looks sorted enough IMO.

    What sort of confusion do you find in the snippet above?


    can you person make the pivotfun less smaller by...
  4. Replies
    15
    Views
    2,664

    Re: quicksort issue

    it does not make sense if after sorting array is data{4,7,5,9,1} and i want to retrieve
    either print
    data(0)
    data(1)
    ---
    ---
    data(4)

    or
    data(4)
  5. Replies
    15
    Views
    2,664

    Re: quicksort issue

    it has not helped .


    there is few problem in the following chunk of the code . can you modified in correct manner please .

    pivot = data(right)
    For x = left To (right - 1)
    If...
  6. Replies
    15
    Views
    2,664

    Re: quicksort issue

    then why you have post the thread now . unnessary waisting time to just post . telling your version is buggy . never reply to my post .



    no it is incorrect . someone needs to tell if some...
  7. Replies
    15
    Views
    2,664

    Re: quicksort issue

    it was already there . can you give comment logically . where and what is missing to sort the numbers



    it seems there is some problem in pivot function . can anyone see please ?

    Option...
  8. Replies
    15
    Views
    2,664

    Re: quicksort issue

    pivotFun(InputArr(), left, right) always returns 0 . can you person help me please .
    in vb.net it is working fine . following are the code .

    Public Shared Sub QuickSortRecursive(ByRef data As...
  9. parametrized constructor & copy constructor

    hi friends,

    can anyone tell me ? . why and where we use copy and parametrized constructor in vb.net . and the schenario where is no way . rather than using only copy and parametrized constuctor ....
  10. Replies
    15
    Views
    2,664

    quicksort issue

    hi guys,

    can anyone tell me ? how i will get sorted no of array using quick sort . following is the code what i did . suggestion please .

    Option Explicit
    Dim z(5) As Integer
    Private Sub...
  11. Replies
    1
    Views
    3,269

    showing stored information of xml at web

    hi friends ,
    can anyone tell me ? . why it says Missing "charset" attribute for "text/xml" document ?
    as well as No DOCTYPE found! Checking XML syntax only . following is my xml file contain .
    ...
  12. Re: Keyboard is not working while installation windows 7

    ok using PS/2 Keyboard . i am able to install windows 7 but after installing windows 7 none of the USB drive is working . can you suggest please ?

    i have selected allow all USB Devices in Bious ....
  13. Re: Keyboard is not working while installation windows 7

    Legacy USB device is already enabled at bious .
  14. Keyboard is not working while installation windows 7

    hi friends, when I tried to install windows 7 . Bious is working fine . but when it come to installation windows screen mouse and keyboard is not working . I have tried to Changed the USB Keyboard...
  15. Replies
    1
    Views
    769

    input validatation in asp.net

    hi friends, as i am new in asp.net . i have been using required field validator to validate textbox and dropdown box in asp.net . can anyone tell me . how should i validate this dropdownbox and...
  16. Replies
    4
    Views
    669

    Re: understanding abstract class

    so in my case person class is a abstract class . because employee is a type of person .so employee will be inherit from the person class . but person cannot be from anything .so abstract class can...
  17. Re: [RESOLVED] property and method sharing using inheritance

    thank you, techgnome you are really a Man with excellent understanding of vb.net . now i totally understood .:)
  18. Re: property and method sharing using inheritance

    hi i just have asked what are a=b and why you are adding this b in paramerter .this you have mentioned . nothing else . and instead of explaining simple you got angry at me . sorry this is my...
  19. Re: property and method sharing using inheritance

    are you talking about list collection here .


    Dim _con As New OleDb.OleDbConnection
    Dim _cmd1 As New OleDb.OleDbCommand
    Dim _cmd2 As New OleDb.OleDbCommand
    Dim...
  20. Re: property and method sharing using inheritance

    HI techgnome,
    i am simple moving data from text box to class . and finally into a person table . that is ok .i am able to store the data into person table . joining date and termination date is the...
  21. Replies
    4
    Views
    669

    understanding abstract class

    i have abstract class course . that is ok . i have course class with
    following property
    abstract class - course

    'properties inside the abstract class
    courseID
    details
    Name
    trainer
  22. Re: property and method sharing using inheritance

    ok that i have seen employee is type of person . so employee will be inherit from the person class.
    and i need to create the instance of employee . and that way . when we will type emp.property .it...
  23. Replies
    2
    Views
    3,645

    Re: auto generated code for asp.net

    hi moderator,

    can you delete this post please ?.
  24. Replies
    2
    Views
    3,645

    [RESOLVED] auto generated code for asp.net

    as i have working with some website . and earlier web developer have written the following code .it seems it is wizard driven code . i just want to know . how to generate the following code . Kindly...
  25. [RESOLVED] asp.net insert statement issue

    hi friends,
    as i am learning asp.net . when i try to insert record into msaccess table why it says -
    Syntax error (missing operator) in query expression 'user1','cx0437@gmail.com' ,'12312456')'....
  26. Re: property and method sharing using inheritance

    ok that i have seen employee is type of person . so employee will be inherit from the person class.
    and i need to create the instance of employee . and that way . when we will type emp.property .it...
  27. Re: property and method sharing using inheritance

    that is ok .#6 is the best example to show the ability of code sharing using inheritance . if we have one class . then it is easier to work with generic collection like the following, List(of...
  28. Re: property and method sharing using inheritance

    Hi Techgnome ,

    i have written now employee class as follows .my question is how it is behavior sharing .so that no need person properties and methods in employee class as well . property in...
  29. [RESOLVED] property and method sharing using inheritance

    Hi Friends,

    i have written simple application to perform insert , update and delete in my small application . and in that application i have written person class . i just want to understand the...
  30. Re: outlook configuration at client machine

    hi alex,

    when i typing correct administrator password . why it is not accepting . and pops up again with autodiscover login window . kindly see the attached autodiscover window please .135533
  31. [RESOLVED] outlook configuration at client machine

    hi friends,

    when i configure ms outlook at client machine . i always get confused at that point .
    in Microsoft exchange server . here i need to put the name of the Exchange server . or something...
  32. Replies
    14
    Views
    11,396

    Re: [RESOLVED] Baidu Antivirus issue

    each time I delete the registry key . and the file again it comes . can you tell me the way to uninstall the virus application as per the following
    detail .
    ...
  33. Replies
    14
    Views
    11,396

    Re: Baidu Antivirus issue

    Hi friends ,

    each time i have deleted the folder Baidu . but again it creates from few days . this time even i did not found any baidu folder entry in the registry itself . is there any windows...
  34. Replies
    3
    Views
    1,278

    Re: purchase windows 7

    Is there no way to purchase from Microsoft website ? . last four year before i purchase it from microsoft store . but now windows 10 is available to sale . I did not see any option to buy from there .
  35. Replies
    3
    Views
    1,278

    purchase windows 7

    hi ,

    I tried to buy windows 7 enterprise or ultimate from the following website . but it seems not available at the following website ....
  36. Replies
    3
    Views
    1,324

    Re: archiving old emails

    Hi dilettante desperately i need help .these emails fethed by the client . email client is Exchange . i have given 5MB Storage . when i have created their USERID in Active directory . and given 5MB...
  37. Replies
    3
    Views
    1,324

    archiving old emails

    hi friends,

    in the moment there are two folders in All Mail items . personal folders and Archive folder . i just want 3rd folder like bak . and all the Existing inbox, sent.. folder needs to come...
  38. assigning internet permmion for active directory users using proxy server

    Hi Friends,

    i am new as a system administrator . there is one user which don't have internet permission . but they need internet permission .can anyone tell me how should i assign internet...
  39. Re: trasfer new incoming email at other email ID

    can you just tell me how should I get recipient configuration window in exchange server 2012 . because there is option like mail flow . settings .once clicking mail flow options . there is another...
  40. Re: trasfer new incoming email at other email ID

    hi gruff,
    i don't want to use outlook rule . because existing user is no longer with co . so outlook rule will not work . i just want it to do with the help of exchange . so that any new email will...
Results 1 to 40 of 498
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width