Search:

Type: Posts; User: kaartik

Search: Search took 0.02 seconds.

  1. Passing variables from one page to another In PHP

    Hi all,

    I am developing new application using PHP,
    I am trying to pass the variables in a form from one page to another. but, I don't know how to do that.

    Can anybody please help me. :help:
  2. Replies
    4
    Views
    34,238

    Call Javascript function in VB.Net code

    Hi all,

    Can anybody please tell me how to call a javascript function from a vb.net,
    If its possible then please give a sample code.

    thanks in advance.
  3. Replies
    2
    Views
    18,285

    Open MS Word document using VB.NET

    Hello,

    How can I open MS Word document using VB.NET?
  4. Difference Between Bitmap, JPEG, and GIF Files

    What is the Difference Between Bitmap, JPEG, and GIF Files ?
  5. Replies
    2
    Views
    5,266

    Virtual function in c#

    hi,

    Can anybod briefly explain about "what is virtual function?" and how to write a virtual function in c#.
    Give me one example of writing one virtual function.
    And what is the basic use of...
  6. Replies
    2
    Views
    7,638

    Passing arrays as parameters in Vb.Net

    I have a class that contains an array and i would like to access the individual array elements in a form. I understand that VB.net does not allow the array to be public and i think i need to pass it...
  7. Re: Work with partitions in Windows Vista when Disk Management doesn’t work

    Thanks,
    This was very helpful - concise and accurate! :thumbup1:
  8. Replies
    3
    Views
    571

    C# or Vb in Asp.net?

    Hi Friends,

    I've been developing in VBScript for several years and have decided to make the leap into .NET. I've spent the last couple days toying with VB and C# in an attempt to get familiar...
  9. how to pass the dataset from one page to another page in Asp.Net

    Hi,

    i am developing the project in Asp.Net using C#.
    for this i want to pass dataset from one page to another page, but i am not getting this.

    will you please help me?

    Thanks.
  10. Replies
    0
    Views
    1,377

    Panasonic SDR-H60 Digital Camera

    This is a remarkably tiny camcorder that packs in a 60GB hard drive.
    The SDR-H60 is a hybrid model that can record on either an SD (or SDHC) Memory Card or its built-in hard disks. The SDR-H60 has...
  11. Replies
    4
    Views
    4,045

    Re: Unable to send an Email from VB.Net

    Thanks for the new code! this works properly.
  12. Replies
    4
    Views
    4,045

    Re: Unable to send an Email from VB.Net

    I have looked into this carefully, and found two problems with this approach. First, I get the system exception whenever Outlook is running in background. I cannot prohibit my users from using...
  13. Replies
    4
    Views
    4,045

    Unable to send an Email from VB.Net

    Hi,

    I want to send an email from a VB.Net 2005 application. we use Exchange Server, But then I want it to send the email without user intervention.
    How can I get this to work in .Net, or is there...
  14. Replies
    1
    Views
    4,839

    Re: input box

    HI,
    Input box is used to take some input from the user. and then it perform some action after clicking on ok button.

    Ex:-
    Public Class Form1

    Private Sub Form1_Load(ByVal sender As...
  15. Replies
    1
    Views
    820

    Re: what is session and cookies

    hi,
    Session is used to store the some information to it.you can reuse it another page or site with in project.

    for ex:-
    Set session:-
    session("UserName")="Rengan"
    Get session value:-...
  16. Replies
    1
    Views
    686

    Re: Need help in checking the speed of ram

    Download the trial version of everest 4.50. this will give you the clock speed of your processor and memory speed/ timings
  17. Replies
    1
    Views
    522

    Re: Moving the forms Randomly

    add a timer control, set it's interval to 100 or your desired speed.

    under timer1_timer event place this code:

    me.top = rnd * 10000
    me.left = rnd * 10000


    then run your project...
  18. Replies
    2
    Views
    1,665

    Nokia 6210 music player question

    Hi, I am planning to buy nokia 6210 mobile, but my friends told me that music of this phone is not loud enough.

    So can anyone confirm whether it is true or not? If its true please suggest any...
Results 1 to 18 of 19
Page generated in 1,714,212,195.32218 seconds with 13 queries