User Profile
Collapse
-
Thank you.its very usefull for me... -
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()
Leave a comment:
-
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 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 ........Leave a comment:
-
-
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
Last edited by Frinavale; Apr 14 '10, 06:28 PM. Reason: Please post code in [code] ... [/code] tags. Added code tagsLeave a comment:
-
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...Last edited by Frinavale; Apr 13 '10, 03:51 PM. Reason: Please post code in [code]... [/code] tags. Added code tags.Leave a comment:
-
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...
ThanksLeave a comment:
-
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
-
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...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...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?Leave a comment:
-
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..
No activity results to display
Show More
Leave a comment: