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
S

sonyrehal

@sonyrehal
About
Posts
10
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • regular expression
    S sonyrehal

    thanx..does this expression checks for only numeric values...i mean i just wnat user to input only numeric values for zip code or mobile number generally...no range and length constraints? plz tell me

    ASP.NET

  • regular expression
    S sonyrehal

    plz give me regular expression to validate numeric value only in regular expression validator thanx

    ASP.NET

  • cascading drop down
    S sonyrehal

    plz help me convert this code in vb.net..please help public CascadingDropDownNameValue[] GetCountry() { CascadingDropDownNameValue[] country = new CascadingDropDownNameValue[252]; XmlDocument xmlDoc=new XmlDocument(); xmlDoc.Load(Server.MapPath("CountriesAndProvinces.xml")); XmlNodeList xmlNl = xmlDoc.SelectNodes("CountriesAndProvinces/Countries/Country"); int i = 0; foreach(XmlNode node in xmlNl) { country[i] = new CascadingDropDownNameValue(node.LastChild.InnerText, node.FirstChild.InnerText); i++; } return country; }

    C# csharp sysadmin xml help

  • for loop
    S sonyrehal

    thanx

    C / C++ / MFC csharp tutorial

  • for loop
    S sonyrehal

    just needed urgently..

    C / C++ / MFC csharp tutorial

  • for loop
    S sonyrehal

    plz tell how to convert this statement in vb.net into c# For Each node As XmlNode In xmlNl ddlctry.Items.Add(node.LastChild.InnerText) Next

    C / C++ / MFC csharp tutorial

  • binding xml file with dropdownlist
    S sonyrehal

    plz tell me how to populate a dropdown list with this xml file: countries in one dropdown,,and states in 2nd dropdown 1 2 3 4

    ASP.NET wpf wcf xml tutorial

  • ajax modal popup extender
    S sonyrehal

    hi plz tell me how to postback our page and move to another page using ajax modal popup extender thanx

    ASP.NET tutorial

  • web services
    S sonyrehal

    hey thanks.... but plz tell me how to program the three lists so that i get the corresponding state and city acc to the selected country

    ASP.NET wcf

  • web services
    S sonyrehal

    hi can anybody tell where to find a web service for populating dropdown list as following: 1st list: list of all countries 2nd list : list of states from above selected country 3rd list : list of cities from above selected state

    ASP.NET wcf
  • Login

  • Don't have an account? Register

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