Search:

Type: Posts; User: parii; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    18
    Views
    182,455

    MySQL Re: difference between delete and truncate

    The DELETE command is used to remove rows from a table. A WHERE clause can be used to only remove some rows. If no WHERE condition is specified, all rows will be removed. After performing a DELETE...
  2. Thread: Embedded

    by parii
    Answers
    3
    Views
    4,650

    Re: Embedded

    A system containing a processor where the processor is not generally reprogrammable by the end user.
  3. Re: How to call the javascript code on click of the calendar icon

    hi yashaswi,

    You can try out in this way


    Protected Sub GridView1_RowCreated(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles GridView1.RowCreated
    ...
  4. Answers
    7
    Views
    6,806

    Re: Convert to the uppercase letters

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal _
    e As System.EventArgs) Handles MyBase.Load
    ' Set the TextBox's character casing.
    TextBox2.CharacterCasing =...
  5. Answers
    1
    Views
    5,998

    Re: What is Just-In-Time (JIT) compilation

    Just-In-Time compilation (JIT), also known as dynamic translation, is a technique for improving the runtime performance of a computer program. JIT builds upon two earlier ideas in run-time...
  6. Answers
    1
    Views
    6,434

    Re: ActiveX DLL and ActiveX EXE

    An ActiveX Dll runs is an in process server running in the same memory space as the client process.

    An ActiveX Exe is an out of process server which runs in it's own separate memory space.
    ...
  7. Answers
    1
    Views
    2,752

    button goes behind

    How to bring a button front that goes behind the gridview at runtime?
  8. Thread: BLL & DAL

    by parii
    Answers
    1
    Views
    5,496

    BLL & DAL

    how to create BLL and DAL ?
  9. Answers
    2
    Views
    2,993

    Re: Hello can Any one Tell Me.

    The SmtpMail class can be used to send mails from your VB application. Mail is by default queued on the system, ensuring that the calling program does not block network traffic. The SmtpMail class is...
  10. Thread: Metadata

    by parii
    Answers
    3
    Views
    3,182

    Re: Metadata

    Metadata
    Describes how and when and by whom a particular set of data was collected, and how the data is formatted.
  11. Answers
    1
    Views
    3,553

    Re: Data Grid Display

    private sub button_click(byval sender as system.object, byval e as system.eventargs) handles btncount.click
    dim semp, str1, str2, str3, str4 as string
    dim l, s1, s2, count as integer
    dim i as...
  12. Answers
    2
    Views
    3,398

    Re: what is multithreading in vb.net

    Threaded programs create two or more simultaneous flows of control to accomplish multiple tasks at the same time.
  13. Answers
    2
    Views
    2,808

    Re: Plan, organize, and manage your tasks.

    Do not let what you cannot do interfere with what you can do.
  14. Answers
    2
    Views
    2,808

    Re: Plan, organize, and manage your tasks.

    Develop an attitude of gratitude, and give thanks for everything that happens to you, knowing that every step forward is a step toward achieving something bigger and better than your current...
  15. Answers
    2,332
    Views
    428,242

    Re: Thoughts of the day.

    "Desire is the starting point of all achievement, not a hope, not a wish, but a keen pulsating desire which transcends everything."
Results 1 to 15 of 15
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact