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
Y

yogsworld

@yogsworld
About
Posts
17
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ComboBox problem windows application
    Y yogsworld

    thanks it working now

    C# help tutorial

  • ComboBox problem windows application
    Y yogsworld

    Hi friends i am developing windows application . I have two combobox on form. I added comboBox1_SelectedIndexChanged event for both combobox. In form load i bind both combobox with ArrayList arr and arr2 object ..The problem is that when i give combobox1.DataSource = arr it call combobox1_SelectedIndexChanged event why it call .... i didn't call it...because i have diff functionality for combobox1_SelectedIndexChanged event and it call on form load when i give combobox1.DataSource and my logic is failed how to avoid this ...... Thanks and regards

    C# help tutorial

  • comapring condition in if
    Y yogsworld

    hi i didn't get your ans ... I just simply ask difference bet if ( someVarial == null) and if (null == somevariable) i.e position of nulll should be first or not I know both expression are evaluating same result.but if u see some code they comaore like if (null == someVarible) i.e position of null is first why ?????? Here someVarible is an refrence type not a value type ...... YOgesh M

    ASP.NET question

  • comapring condition in if
    Y yogsworld

    Hi friends What is difference bet 1) if (null == variableName ) And 2) if (variableName == null) is both are same ?????????

    ASP.NET question

  • Session End problem
    Y yogsworld

    Hi all, Any body know in which case session end event is not fire. Thnx in advance Yogesh M

    ASP.NET help

  • Session continues after the Session times out
    Y yogsworld

    You also set the property in global.asax.cs file void Session_Start(object sender, EventArgs e) { Session.Timeout = 20; } bye..

    ASP.NET help

  • Event bubbling
    Y yogsworld

    What is Event bubling ............. Any on give me example of event bubling whent it accurs yogesh m

    ASP.NET tutorial question

  • Java script error
    Y yogsworld

    My probLem is solve

    ASP.NET java javascript html tools help

  • Java script error
    Y yogsworld

    hi u wana HTML code or code behind also

    ASP.NET java javascript html tools help

  • Java script error
    Y yogsworld

    HI all my code run finely on windows 2000 professional but i get javascript error on windows 2003 and it shows error on line no.3 i.e html tag pls give me solution if anybody have ????? its a urgent Ygesh M

    ASP.NET java javascript html tools help

  • Session time out
    Y yogsworld

    HI Some prob in my project is that, I want to call session_End after browser window is close ... How it is possible Thanx.... yogesh M

    ASP.NET

  • Window service vs Web service
    Y yogsworld

    hi Can we create installable of web service as like windows service yogesh m

    ASP.NET visual-studio

  • Water marking
    Y yogsworld

    Can u explore what u want to convey I didn't get any thing from u r reply yogesh m -- modified at 10:22 Friday 7th April, 2006

    ASP.NET algorithms

  • Water marking
    Y yogsworld

    Hi any body implement RSA algorithm to encrypt the say img1.jpg or any text file and that image or txt file merge in to source image say imag2.jpg...... and again retrieve that encrypted message form source image Yogesh m

    ASP.NET algorithms

  • Window service vs Web service
    Y yogsworld

    hi Any body tell when to use windows service and when to use weservice and differences bet Windows and webservice yogesh m

    ASP.NET visual-studio

  • Online Examination System with random questions order
    Y yogsworld

    Just i give the logic to generate random question..... 1) U have databse that store number of question.Each question have primary key e.g(1.....1000) 2)In Random Num generator class specify limit to generate number within u r limit i.e (1..1000) once u get number search in database to that quetion number 3) In this way u can generate random question ... Yogesh hgfhtyytytry trytr ytytrytytr

    ASP.NET csharp asp-net database design regex

  • Filling DataSet with XmlDataDocument (XmlNode) webservice
    Y yogsworld

    HI try this code code details --- emp.GetUserDetails(Convert.ToInt32((txtemp.Text))); web service function returning xmlNode ; DataSet ds = new DataSet(); XmlNode xml; xml=emp.GetUserDetails(Convert.ToInt32((txtemp.Text))); XmlNodeReader reader = new XmlNodeReader(xml); ds.ReadXml(reader); // u can use this dataset to bind datagrid Yogesh Mahajan

    ASP.NET database
  • Login

  • Don't have an account? Register

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