User Profile

Collapse

Profile Sidebar

Collapse
doll
doll
Last Activity: Nov 13 '07, 12:36 PM
Joined: Jul 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • doll
    started a topic display textbox value in listbox

    display textbox value in listbox

    Hi All,



    Greetings. I am creating a form in which i have text box and listbox together. While entering any text values (such as a,b,c) in the textbox it should display the listbox below which must retrieve the similar records which is typed in the textbox (records which starts with 'a')....



    Can anyone could help me in this concern..? as i don't have any idea abt this... pls xplain.....
    See more | Go to post

  • hi
    ok thanks a lot...sorry...
    See more | Go to post

    Leave a comment:


  • hi
    thanks for the reply..but i myself dont know what does the question mean..this was asked to me in a test and i dint know the query..name and avg salary wont go together is it..or you mean to say aggregate function does not go with name..i dint get you

    thank you...
    See more | Go to post

    Leave a comment:


  • query to display name and average salary who are having age>50

    hi all
    i have a table called persons and the feilds are name,id,salary, age..i need to display the name and average salary of the people whos age is more than 50..what is the query for this..someone please tell me the query for this..

    thanking you
    See more | Go to post

  • query to copy the records from existing table to new table

    hi all
    i need to write a query to copy the records from existing table to new table...my existing table name is persons and the fields are name, salary,id,age.. i need to copy these to another table called t1..wat is the query..please help

    thanking you
    See more | Go to post

  • doll
    started a topic Minus query

    Minus query

    hi all
    I'm using two tables called t1,t2..i need to display the id's that are there in the 1st table but not in the second table..i hope the minus function will give the results..the query i wrote is

    select t1.id from t1
    minus
    select t2.id from t2

    is this query correct...its not working..please help

    thank you
    See more | Go to post

  • doll
    started a topic c# button click event
    in .NET

    c# button click event

    hi
    i'm doing a program in c# asp.net..i have to retrievee some data from database and display in a grid..and then there is a textbox where i've to enter the reg no of a vehicle..once i enter the no and click the button the speed and ignition of the vehicle must be displayed in the other two text boxes..the first part i 've completed that is till retrieving data..i need the code for the button click event..please help....

    ...
    See more | Go to post

  • doll
    started a topic oops in .net
    in .NET

    oops in .net

    hi
    i need to implement oops concept in .net...i need to create a private class and an object for a class..i should also create a method and call the method using the object..please someone help ma please...

    thank you
    See more | Go to post

  • doll
    replied to Random number generation
    in .NET
    hi
    thank you... but wat tools to use for the form page..is it enough if i use a button..the code is running but output is not displayed..what should i do..please tell me...
    See more | Go to post

    Leave a comment:


  • doll
    started a topic Random number generation
    in .NET

    Random number generation

    hi
    i want to generate random numbers between 1 to 100......its more like a game..i'll explain it..now u have to think of a number..then when you click the button it should ask yes/no questions like whether the number is between 1 to 100...i need a code for this in asp.net and c#.. please someone help me.

    thank you
    See more | Go to post

  • doll
    replied to display user details in asp.net
    in .NET
    hi
    thanks a lot.. i did it..its working...thank you.....
    See more | Go to post

    Leave a comment:


  • doll
    replied to display user details in asp.net
    in .NET
    thank you
    but what is the code to diaplay the details of the user when i click the button.. when i enter the id and click the button the details are not getting displayed..plea se tell me the code for that please..its urgent..

    thank you...
    See more | Go to post

    Leave a comment:


  • doll
    replied to display user details in asp.net
    in .NET
    thank you
    but what is the code to diaplay the details of the user when i click the button.. when i enter the id and click the button the details are not getting displayed..plea se tell me the code for that please..its urgent..

    thank you...
    See more | Go to post

    Leave a comment:


  • doll
    started a topic display user details in asp.net
    in .NET

    display user details in asp.net

    hi
    i'm doing a project in asp.net using c#...i've inserted into a table the details of the users.. i have used a textbox and 2 buttons..when
    i enter the id of the user in the text box and click the button the various details of that user whose id is entered must be displayed and that user can edit their profile..once edited he should click the submit button.. now when that same id is entered again the edited profile must be displayed..so...
    See more | Go to post

  • doll
    started a topic allow only numeric value inasp.net+c#
    in .NET

    allow only numeric value inasp.net+c#

    hi
    i have a text box where the users have to enter the phone numbers..so i want a code which should allow the users to only enter numeric values and not others..ie alphabets and others should be restricted..so please suggest a code for this...

    thank you
    See more | Go to post

  • doll
    started a topic display messagebox in asp.net using c#
    in .NET

    display messagebox in asp.net using c#

    hi
    i want to diaplay a messagebox in asp.net..how can i do this.. can anyone suggest me a code in c#..can i use the alert function..if so whats the code..i even want the ok and cancel button on the msgbox..kindly suggest me the code for this..

    thank you
    See more | Go to post

  • doll
    started a topic random password and user id generation
    in .NET

    random password and user id generation

    hi
    i'm working on a project where i need to generate random user id and passwords for the users..so please suggest me the coding for this in c#..please help with the code...

    thank you
    See more | Go to post

  • doll
    started a topic add item in dropdown list
    in .NET

    add item in dropdown list

    hello
    i'm working on asp.net using c# language..i need to add items into a dropdowmlist..i 've entered the states of us into the database table called state..now i want to display these states in the dropdownlist..w hat should be the code for this..can anyone help me...please tell me the code for this

    thank you
    See more | Go to post

  • doll
    started a topic ascii valuee for enter key in vb.net
    in .NET

    ascii valuee for enter key in vb.net

    hi all
    can anyone tell me the ascii value for enter key in vb.net please....

    thank you
    See more | Go to post

  • doll
    started a topic No of lines in a text box
    in .NET

    No of lines in a text box

    hi
    i'm a newbie to vb.net..now i'm working on a project which should display the no of lines in a text box,no of characters in the text box and the number of spaces used once we type any data in the textbox..so i need your help..can anyone suggest me a code for this program..it'll be very useful for me..so please give me a code..

    thank you
    See more | Go to post
No activity results to display
Show More
Working...