User Profile

Collapse

Profile Sidebar

Collapse
sonia.sardana
sonia.sardana
Last Activity: Nov 3 '08, 02:13 PM
Joined: Jul 28 '06
Location: Faridababd
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sonia.sardana
    started a topic Minmize Media Player on ESC Button Press
    in .NET

    Minmize Media Player on ESC Button Press

    I have two buttons Play & Full Screen. If u click on Play Button,Movie starts..Movie Starts within 15-20 Seconds.....Whe n u clik on Full Screen Button.,Media Player is Maximised. I want the if the media player is maximised,& when we click on ESC Button, Media player is minimsed....... But I m nota ble to achiev that.. Secondly I do not know that which event is used for dat KeyPress Or keyDown.. I have used both of these,But None is working/.....
    See more | Go to post

  • Update Database with Changes made to the DataGridView

    I m using ADODB+ SQL.

    Mine SQL table is
    [code=sql]
    create database student
    use student

    create table stu_table(roll int primary key,name varchar(10),
    marks int)
    [/code][code=sql]
    select * from stu_table
    [/code]

    FORM1-
    On form1 I have Combobox named cmbroll and DataGriDview
    In the combroll I retrieved all the roll that are in the database on...
    See more | Go to post

  • Add TeXtbox text into the DataGridview+ Vb.net + Windows Application

    hey frnds i want to know that how to add Textbox entry into the dataGridView.

    Suppose I have DataGridView with two Columns-
    First Column--name
    Second Column--marks.

    On the Form--
    I have a Combobox ,Two Textboxes ,Button,Gridvie w.
    User select roll from combobox,Suppoe s he Select Rol number 1 ,I want that on button click Name & marks of Roll Number 1 are added to the DatatgridView.
    See more | Go to post

  • sonia.sardana
    replied to NoBody Have any idea about Regsistry
    in .NET
    NoBody Have any idea about Regsistry

    hey frnds, I m not getting the answers regaring registry.
    I want to know how to retrieve Value & Names of REG_DWORD , REG_BINARY type.


    is somebody have idea regarding it???????????/
    See more | Go to post

    Leave a comment:


  • sonia.sardana
    replied to NoBody Have any idea about Regsistry
    in .NET
    Registry Subkeys

    hey frnds on Form Load, I am displaying the displaying the registry keys & Subkeys.

    In this procedure,we have to create object
    dim registry as classesroot
    dim obj as localmachine

    I m importing the namespace
    Imports Microsoft.Win32

    Error-ClassesRoot,Loc almachine is not a member of registry.

    Is there any other namespace also which...
    See more | Go to post

    Leave a comment:


  • sonia.sardana
    started a topic NoBody Have any idea about Regsistry
    in .NET

    NoBody Have any idea about Regsistry

    Hey my bose told me to generate the cide that scan the regsitry. What it maens,can somebody explians that,I wnat to know what is shown as o/p.
    See more | Go to post

  • hey frnds, there is no SelectedItems Property in ASP.Net, y al u r replying SelectedItems Property,IN ASP there is either SelectedItem ya SelectedValue Property.
    See more | Go to post

    Leave a comment:


  • Hi to remove all the items--
    listbox1.items. clear();

    Code given by you to remove selected Items is not working.
    See more | Go to post

    Leave a comment:


  • sonia.sardana
    started a topic Delete Multiple items from Listbox in ASP.NET
    in .NET

    Delete Multiple items from Listbox in ASP.NET

    I try the foll. code---
    protected void Button1_Click(o bject sender, EventArgs e)
    {
    int i;
    for (i = 0; i <= ListBox1.Items. Count - 1; i++)
    {
    ListBox1.Items. Remove(ListBox1 .SelectedValue. ToString());
    }

    }

    But it's not working.
    See more | Go to post

  • sonia.sardana
    replied to Simple Query
    Thanks,query Is Solved
    See more | Go to post

    Leave a comment:


  • sonia.sardana
    started a topic Simple Query

    Simple Query

    Find Out the total no of Accounts segregated on the basis of account type person.

    create table bank(branch_no varchar(95),acc _type varchar(20),
    tot_accounts int)

    insert into bank values('A1','Fi xed',20)
    insert into bank values('A1','De posit',5)
    insert into bank values('A1','Fi xed',10)
    insert into bank values('A2','Fi xed',20)
    insert into bank values('A2','De posit',10)

    select branch_no,acc_t ype,SUM(tot_acc ounts)...
    See more | Go to post

  • sonia.sardana
    replied to Calculate Degree at particular time
    in C
    They told me that there is some formla to calculate,This Question is asked to me in the company.
    See more | Go to post

    Leave a comment:


  • sonia.sardana
    started a topic Calculate Degree at particular time
    in C

    Calculate Degree at particular time

    Hey frnds, i have faced the interview question--

    Suppose time is 11:00, What is the degree at this particular time???
    Suppose time is 3:00, What is the degree at this particular time???

    I have clue abt this question,plz reply.
    See more | Go to post

  • sonia.sardana
    replied to Simple Query
    Ya siva U R Right. Its simple to delete all rows and then reinsert the rows in the order u want. But it's a interview question & in interview we can't tell that answer-delete rows & then insertion.
    See more | Go to post

    Leave a comment:


  • Find the 3th,4th ,5th........... largest salary

    I know how how to retrive the largest & second largest salary.
    tell me how to retrive the 3,4,5,......... ......Largest salary.

    Create table empl(empid int, empname varchar,salary int)
    insert into empl values(1,'A',10 0)
    insert into empl values(2,'B',20 0)
    insert into empl values(3,'C',30 0)
    insert into empl values(4,'D',40 0)
    insert into empl values(5,'E',50 0)
    insert into empl values(6,'F',60 0)...
    See more | Go to post

  • sonia.sardana
    replied to Simple Query
    hi debasis, If a table contains the foll. records & we have to write the query to retrieve the records in the order A B A

    create table sonia(name varchar)

    insert into sonia values('A')
    insert into sonia values('A')
    insert into sonia values('B')

    Then what is the query???

    I have wtite the foll. query-
    select distinct name from sonia
    union all
    select distinct
    ...
    See more | Go to post

    Leave a comment:


  • sonia.sardana
    replied to Simple Query
    Sorry Sir, I have no idea abt this query,so what i post.
    See more | Go to post

    Leave a comment:


  • sonia.sardana
    replied to Simple Query
    hi Vijaybandi, coding u have given shows the following result-

    raj
    ram
    raj
    ram
    raj
    ram

    But I want
    ram
    raj
    ram
    raj
    ram
    raj


    Can u please explain ur Query,i m not getting it.

    Suppose I Have the foll. table-
    create table sonia(name varchar)
    insert into sonia values('A')
    insert into sonia...
    See more | Go to post

    Leave a comment:


  • sonia.sardana
    started a topic Simple Query

    Simple Query

    i have a table student like
    sname
    -----
    ram
    ram
    ram
    raj
    raj
    raj

    i need the output like
    sname
    -----
    ram
    raj
    ram
    raj
    ram
    raj

    Its a interview question Asked in IBM
    See more | Go to post

  • sonia.sardana
    replied to SQL Architecture
    I m sending mine email ID as PM.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...