Hi I have written this code in web based form for checkListBox and getting "chkListAttribute.Items[iCount].Selected" AS true/false value but while using this in WINDOWS APPLICATION i am not getting "chkListAttribute.Items[iCount].Selected" (DOT Selected) . How can I do this by this process.Please help for (int iCount = 0; iCount < chkListAttribute.Items.Count; iCount++) { if (chkListAttribute.Items[iCount].Selected == true) { if (chkListAttribute.Items.Count == 0) -- do something else -- do something } } Thanks In Advance Amitava
Amitava Dutta
Posts
-
problems in checklistbox -
download from databaseIt dose not matter .but if you have any example in C# please let me aware of that . Regards Amitava
-
download from databasewhich reference I need to add . and is it work in C#? Amitava
-
download from databaseHi I need some help in C# where I will give a url and this will download a file from a particular site and will save in a given folder , example: asking to download this "Palkirgaan.ram" file from url - "http://www.ganguly.de/hemanta/Palkirgaan.ram" and will save it "C:/Amitava" this folder. Please help . Thanks in Advance Amitava
-
Crystal report not running on serverHi all I have done some reports with help of crystal report in asp.net,C#(2.0). Its running fine local but while uploading them on server ,its unable to show page. how can I resolve this problem? Amitava
-
how to open popup from a popup window?thanks finally done Amiatva
-
how to open popup from a popup window?ya I have used target=_blank and _new buy it opens a new ie browser I have used this code in C# javascript:window.open('http://www.google.com','a','width=900,height=680'); Amitava
-
how to open popup from a popup window?When trying to open popup from a popup window no new popup window appears just showing new popup in the previous popups but I have written the same code to open popups. how to solve this problem? please help. Thanks Amitava
-
how do I upload folder contains sub folders in asp.net 1.1thanks Bjarne Stroustrup Amitava
-
how do I upload folder contains sub folders in asp.net 1.1ok then is it possible to zip/unzip that particular folder in asp.net1.1 (C#) ? I have found some codes but they are in .net2.0 but I need it in 1.1. Amitava
-
how do I upload folder contains sub folders in asp.net 1.1I want to upload folders containing sub folders . Is it possible in asp.net1.1 (C# or vb)? Please help. Amitava