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
B

Bahadir Cambel

@Bahadir Cambel
About
Posts
51
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • request:source code
    B Bahadir Cambel

    I think you could take a look at sourceforge.net http://sourceforge.net/search/?words=VPN&type_of_search=soft[^]

    C# csharp sysadmin security help announcement

  • A Class like TreeNode
    B Bahadir Cambel

    Yes it was a arbitrarily large number. Thanks for you replay , it solved my problem. Bado

    C# help database design docker question

  • A Class like TreeNode
    B Bahadir Cambel

    How could I design a class like TreeNode, I have tried but I am getting a Object Reference Exception public class classA { public classA(){} public void INeed() { classB b = new classB(); b.Add(string something); } } public class classB { private string att1; private int index ; private classB[] container; public classB() { container = new classB[100];index = 0 ; } public void Add(string addNew) { container[index].att1 = addNew;//causes error index++; } } If I do so , am getting a Object reference not set to an instance of an object error in the line that I try to add something to the container. Could you explain why ? And how could I deal with the issue ? -- modified at 15:24 Saturday 10th December, 2005

    C# help database design docker question

  • DataBound TreeView + DataBinding + DataGrid
    B Bahadir Cambel

    Anybody ?

    C# help database com data-structures question

  • Dataset database issues
    B Bahadir Cambel

    You should supply a DataTable named as Table in WebService function inputs(DataSet dg2)

    C# database com security help announcement

  • DataBound TreeView + DataBinding + DataGrid
    B Bahadir Cambel

    Hi , I am a little bit confused. I have a tree view , currency manager and a datagrid Currency manager controls item details , TreeView is bounded by the following structure
    ItemRootTypes -> ItemTypes->Items
    DataGrid has the same source as CurrencyManager.
    I could navigate through records by both side, syncronizing each other, selecting the correct node/CM_Pozition with the given itemID
    (TreeView -> CurrencyManager & CurrencyManager -> TreeView)
    I could find the appropriate record in the TreeView and select the node by SelectedNode property of TreeView.So far everything works fine.
    But if the currency manager's index changed by DataGrid , TreeView could find the appropriate node , but cannot select the node.(highlight) (I check it by changing the node's text ) Btw , databinding still works , the only problem is TreeView cannot select the node. Anybody has dealed with the same issue ? Thanks in Advance Teknomultimedia

    C# help database com data-structures question

  • Encoding
    B Bahadir Cambel

    I am using HttpWebRequest and Response classes in order to query a third party database. But the problem is , encoding is in ISO_8859 format and couldnt retrieve some characters ..as I looked so far in the method of streamReader class , only ASCII , utf 7-8 and a few more are available..But I want to encode streamReader with ISO-8859 So far I am using the following method. sr = new StreamReader(resp.GetResponseStream(), System.Text.Encoding.UTF8); .. How could I achieve this? Any suggestions or piece of code will be welcomed:) Thanks in advance.

    C# database help question

  • Store multiple values
    B Bahadir Cambel

    Thanks a lot for the replies Marc.

    C# question csharp database

  • Store multiple values
    B Bahadir Cambel

    Thanks for the reply Marc, I thought in the same way , but I asked for that there may be a better solution. What about putting values into a class/struct,and then serialize it binary and put into a binary column ? Do you have any ideas ? Is it possible ? and could it be more efficient ?

    C# question csharp database

  • Store multiple values
    B Bahadir Cambel

    Hi , I have a checked listBox control , which stores multiple items.The thing is , I should store these values and then retrieve.How could I store these values in a SqlColumn ? ( I am sorry it could be an Sql Forum question but there could be a way using C# before Sql, so I decided to post it here.) Thanks a lot. Bahadir Cambel.

    C# question csharp database

  • DateTime
    B Bahadir Cambel

    How could I change the format of the DateTime ? The local Date is in the "dd-mm-yyyy" but SqlDbType is in "mm-dd-yyyy" format . Thanks in advance.

    C# question

  • Vb 6.0
    B Bahadir Cambel

    Yes , I like them all(a big lie ) , esp the woman ones :D

    Visual Basic help csharp com question

  • Vb 6.0
    B Bahadir Cambel

    I found the problem , Although I change the name property , some how its name didnt change.. 2 more questions , how could I open a OpenFileDialog like in .Net ? And is there an Xml support in Visual Studio 6 ?

    Visual Basic help csharp com question

  • Vb 6.0
    B Bahadir Cambel

    I wrote the VB.NET version! I know that both of the properties just look same! I told the problem .I dont force anybody to do my homework.I just ask... If you dont believe , I could send you a bunch of projects that I did before.. Rather that behaving like the lawyer of the CP , if you know the answer , you may help!You dont need to accuse me ..Got it ?

    Visual Basic help csharp com question

  • Vb 6.0
    B Bahadir Cambel

    Hi , I have a homework to do in VB 6.0 but I couldnt even figure out TextBox's Text Property when I code ..it gives an error as "Argument Not Optional" I found text Property textBox1.Item.Text , but the error givenn..Why ? if I code , textBox1.Text it couldnt find such a property... If anybody could help me , I would be greatful..I need a Telephone Book in Vb 6.0.. if somebody has an old project like that...please forward to bcambel[at]gmail[dot]com I did the project in VB.NEt but teacher has refused it , and insist on me to do the project in VB , please hellppp..I am begging :D Anyways , thanks in advance!

    Visual Basic help csharp com question

  • ComboBox
    B Bahadir Cambel

    Thanks again for great help... Bahadir Cambel

    C# wpf wcf question

  • ComboBox
    B Bahadir Cambel

    Thanks a lor Ravinda , I used .Clone() function but it didnt work.. Well at least I should have given one more try :D I have a one more question , Is this copied dataTable will be stored logically or physically in memory ? Thanks in advance.. Bahadir Cambel

    C# wpf wcf question

  • ComboBox
    B Bahadir Cambel

    Hi , I have a dataTable and this table is binded into 10 comboBoxes , but whenever I select an item in a combobox, all the comboBoxes change their value too. I guess its because of habing same source, is there any method to force to let the user select whatever he/she wants rather than changing tableName and binding each ComboBox unique ? Thanks Bahadir Cambel

    C# wpf wcf question

  • graduation project !!!!
    B Bahadir Cambel

    Is there a graduation project in high school ? :laugh:

    C# question

  • how to import and export xml file one machine to another machine in vb.net as well as asp.net
    B Bahadir Cambel

    One way is to send and receive data over the Web Service if you have a running application in the another machine.. Second way could be remoting..I dont know a lot..

    XML / XSL csharp asp-net xml tutorial
  • Login

  • Don't have an account? Register

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