Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
A

Anusubha V G

@Anusubha V G
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • listbox in vb.net
    A Anusubha V G

    Thank u for ur response Nanda But, my question is how to get the value of the item in case of string ie, since because the value i use here is a string, it displays error as "Conversion from string to type integer is not valid" will u please tell me how to get the string value for the item ie, i need to use string value for item.strvalue Thank u once again

    Visual Basic csharp help question

  • listbox in vb.net
    A Anusubha V G

    I need to add the item and value in the list box. I add this using strtext and strvalue respectively. But the strvalue i need to add is a string. so that the value when adding cannot get duplicated. How can i add string value to strvalue I am taking this values from two textboxes My coding is as follows.... Dim i As Integer Dim item As New Item For i = 0 To ListBox1.Items.Count - 1 item = ListBox1.Items(i) If TextBox1.Text = item.strValue Then MsgBox("Already you have added this link", MsgBoxStyle.Information, "Knowledge Base") Exit Sub End If Next item.strText = Textbox2.Text item.strValue = TextBox1.Text lstLinks.Items.Add(item) txtWebLinkDescriptions.Text = "" txtWebLinks.Text = "" It shows that the string value cannot be bind to integer value.... May u help me to solve these please.... Thanks in advanvce........

    Visual Basic csharp help question

  • Please I need your help in asp.net
    A Anusubha V G

    Session("mystring")=some value It can be used any where in the application. Try this

    ASP.NET csharp asp-net help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups