Search results for query: *

  1. J

    DropDownList is not displaying items on run time!

    DropDownList is displaying items on run time! Finally Hey kulrom finally it worked not with the insert but without insert. This is what I was missing after Load event Protected Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load Now it is working great.
  2. J

    DropDownList is not displaying items on run time!

    well Kulrom! Let me try this also. If this time it will not work then i'll re install Visual Studio as a last option. Let me see if it will populate or not.
  3. J

    DropDownList is not displaying items on run time!

    Exactly there is nothing wrong with the code kulrom. But the issue is RegionList.Items.Add("---Please select---") is not displaying anything as well as CountryList.Items.Add("---Please select---"), I have no clues why is this happening as the same code when converted into C# is working fine.
  4. J

    DropDownList is not displaying items on run time!

    Hi please help as the code is all ok and this is a very famous code on the net. This code is working fine on C# but not working in VB.net. I don't know why on run time it is not showing any item in the dropdownlist please help, Imports System.Data Imports System.Configuration Imports System.Web...
  5. J

    Question How do I select a particular file extension through radio buttons by DirectoryInfo?

    Thanks a million guys for your constant support. Yes Menthos was right. It worked. Thank you JohnH for the additional help. SOLVED! Also JohnH please let me know how do I close this thread as I am new. Should I need to close it as the problem has been resolved. I mean this thread. I am sorry...
  6. J

    Question How do I select a particular file extension through radio buttons by DirectoryInfo?

    Well I modified the last part as you said Menthos. But it did not work. No change in the behavior. No only modification needed is in the lstDirectories_SelectedIndexChanged() method. Rest of the methods are perfectly fine I mean in there function. As you get the idea I have used list boxes and...
  7. J

    Question How do I select a particular file extension through radio buttons by DirectoryInfo?

    Hi All, I am new to programming. I wrote this simple code but it seemed not working at run time. I mean not selecting particular file extensions when I am selecting the particular radio buttons. By default each radio button is set to false on Checked property. Also there is no syntax error...
Back
Top