thanks it working now
yogsworld
Posts
-
ComboBox problem windows application -
ComboBox problem windows applicationHi 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
-
comapring condition in ifhi 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
-
comapring condition in ifHi friends What is difference bet 1) if (null == variableName ) And 2) if (variableName == null) is both are same ?????????
-
Session End problemHi all, Any body know in which case session end event is not fire. Thnx in advance Yogesh M
-
Session continues after the Session times outYou also set the property in global.asax.cs file void Session_Start(object sender, EventArgs e) { Session.Timeout = 20; } bye..
-
Event bubblingWhat is Event bubling ............. Any on give me example of event bubling whent it accurs yogesh m
-
Java script errorMy probLem is solve
-
Java script errorhi u wana HTML code or code behind also
-
Java script errorHI 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
-
Session time outHI 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
-
Window service vs Web servicehi Can we create installable of web service as like windows service yogesh m
-
Water markingCan 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
-
Water markingHi 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
-
Window service vs Web servicehi Any body tell when to use windows service and when to use weservice and differences bet Windows and webservice yogesh m
-
Online Examination System with random questions orderJust 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
-
Filling DataSet with XmlDataDocument (XmlNode) webserviceHI 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