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

bidisha_tina

@bidisha_tina
About
Posts
6
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Conversion to xml
    B bidisha_tina

    I want to convert a string str="ABC=100 BC C=50" to xml as 100 = Is it possible? bidisha

    C# xml question

  • [Message Deleted]
    B bidisha_tina

    [Message Deleted]

    C#

  • Dynamic Defination of class
    B bidisha_tina

    I have two arrays name[]={a,b,c} value[]={1,2,3} My requirement is to define a class as myclass/*myclass will contain members as specified by name[] array*/ { string a; string b; string c: } at runtime and to create an object of myclass ,say myobj and set myobj.a=1; myobj.b=2; myobj.c=3; Point to note is that name[] and value[] array can be of any size and contain any value.They are not hard coded. I am at my wit's end to solve this problem.Please help. bidisha

    C# help data-structures

  • object initialization
    B bidisha_tina

    I have used FieldInfo.setValue to set the fields where FieldInfo.Name=my_specified_name. I have no problem with setting the field value with primitive datatype such as string or int.But some field are of user defined datatype.For example, I have a field as Call mycall; where public class Call { string calltime; string callvalue; } I cant reach to mycall.calltime using FieldInfo. bidisha

    C# question

  • object initialization
    B bidisha_tina

    Actually I have a xsd file from which I autogenerate a .cs file containing all class definations.I need to change my xsd often,so the members of the class often changes.And I want to initialise the members at run time whose name I can specify through a string str.suppose I set str="call".Now I want to set myobject.call=value.Please help. bidisha

    C# question

  • object initialization
    B bidisha_tina

    I have a class myclass{public int a;} and a string str="a". I want to set myclassobject.a=1 as myclassobject.str=1.How is it possible? } bidisha

    C# question
  • Login

  • Don't have an account? Register

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