User Profile

Collapse

Profile Sidebar

Collapse
yookify
yookify
Last Activity: May 11 '10, 12:32 PM
Joined: Mar 30 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • yookify
    replied to How to Display data in textbox
    Thank you.its very usefull for me...
    See more | Go to post

    Leave a comment:


  • yookify
    replied to Remove list of items in listbox
    I cant find answ for this Can u Please guide me so only im repeating,sorry if it is wrong....

    I know how to do Connections...

    I need help....

    This coding works well...
    Code:
    While y.Read() 
    Response.Write("Name i " & y("LastName")) 
    Response.Write(y("Firstname")) 
    Response.Write(y("id")) 
    End While 
    y.Close()
    I want...
    See more | Go to post

    Leave a comment:


  • yookify
    started a topic How to Display data in textbox

    How to Display data in textbox

    Sorry For the previous post i send .I dont know i should not use short words.

    I need help....

    This coding works well...
    Code:
    While y.Read()
    Response.Write("Name i " & y("LastName"))
    Response.Write(y("Firstname"))
    Response.Write(y("id"))
    End While
    y.Close()
    I want get data from table and display the data...
    See more | Go to post

  • yookify
    replied to Remove list of items in listbox
    I Set manual connections.cli ck on the listbox and choose configure data source ,select the connections ,table name and selected the fields i want and click ok .....
    this the thing i done in listbox and dropdownlistbox ........
    See more | Go to post

    Leave a comment:


  • yookify
    replied to Remove list of items in listbox
    Thank you....

    I Didt wrote any codings in page load.......
    See more | Go to post

    Leave a comment:


  • yookify
    replied to Remove list of items in listbox
    Thanks For ur Reply

    This the Code i Used to add and remove items

    Code:
    Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
      Dim i As Integer
      For i = 0 To ListBox1.Items.Count - 1
        If ListBox1.Items(i).Selected Then
          Try
            mycon.Open()
            mycmd.CommandText = "Update main Set Agent_name='" & DropDownList1.SelectedValue
    ...
    See more | Go to post
    Last edited by Frinavale; Apr 14 '10, 06:28 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags

    Leave a comment:


  • yookify
    replied to Remove list of items in listbox
    From Database i have to take a list of items.using datasource connections i added the items in the listbox.

    here the admin is assigning work to agent its a problem they given to me.

    admin is used to select the names from listbox and used to assign to a particular agent.after admin select a items for agent ,it item i selected should be removed from the listbox not from the table.

    if i use this coding it removing...
    See more | Go to post
    Last edited by Frinavale; Apr 13 '10, 03:51 PM. Reason: Please post code in [code]... [/code] tags. Added code tags.

    Leave a comment:


  • yookify
    replied to Remove list of items in listbox
    Thanks For Ur Reply...
    But there is no other way ah?
    items should not be deleted in table but remove from the listbox after selection completes....
    if u can please tell...
    Thanks
    See more | Go to post

    Leave a comment:


  • yookify
    started a topic Remove list of items in listbox

    Remove list of items in listbox

    Im Using asp .net with Vb Coding.
    I have to remove the list of selected items from listbox .
    Code:
    Dim i As Integer
            For i = 0 To listbox1.Items.Count - 1
                listbox1.Items.Remove(listbox1.SelectedValue.ToString())
            Next
    My doubt is If i run the page again the listbox shows the items which i deleted already.
    See more | Go to post

  • sorry again problem.please tell me
    I want to update the date and names to a particular user.i dnt know what is the property to use (listbox) multipleselecti on and that multiple selections should be updated .

    i used
    mycmd.CommandTe xt = "Update sample Set DATE ='" & ListBox1.Text & "' where USERNAME='" & DropDownList1.S electedValue & "' "

    Its working well.that...
    See more | Go to post

    Leave a comment:


  • hai

    Thanks My Problem is Solved
    See more | Go to post

    Leave a comment:


  • Thank for ur kind reply...But this i have done already.i think u didt get my query,if u dnt mine i will repeat it.textbox and dropdownlistbox is working well.textbox contain date from calendar and dropdownlistbox contains name of the person from my database.what i want to do is,


    i want to update this date to a particular person for that what query i have to write .please reply me....

    database
    sno user...
    See more | Go to post

    Leave a comment:


  • thanks a lot for ur reply...
    sorry i cant get ur ans..can u please be specify...i cant c any msg regarding my ques in net.can u please tell me.how to call that value in dropdownlistbox .for ex:dropdownlist box1.selectedit em.To select an name what i have to specify?
    See more | Go to post

    Leave a comment:


  • yookify
    started a topic How to assign a textbox value in dropdownlistbox

    How to assign a textbox value in dropdownlistbox

    I want to assign a textbox value to dropdownlistbox ,where it should be updated in my database... Can u please give me some suggestions?

    In textbox the date is assigned. In dropdownlistbox one user name is assigned. I have to set the particular date to one particular user..
    See more | Go to post
No activity results to display
Show More
Working...