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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
P

pariisa

@pariisa
About
Posts
7
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Use FindControl
    P pariisa

    hi, help me... in my Asp project, there is 80 RadioButton in the Default.aspx page. I want to set the All text of RadioButton from My DataBase. I select a Data table from My DataBase with 80 rows. But I don`t Want to set Text with this format : RadioButton1.Text = dt.Rows[0][0]; RadioButton2.Text = dt.Rows[0][1]; . . . RadioButton80 .Text = dt.Rows[0][80]; I want to Use this codes : RadioButton rb; for(int i=1 ; i < 81 ; i++) { rb = (RadioButton)this.FindControl("RadioButton" + i ); rb.Text= dt.Rows[0][i].ToString(); } But there is error with Details : Object reference not set to an instance of an object. why??? please help me to find correct way.

    C# help database question

  • Use Findcontrol
    P pariisa

    hi, help me... in my Asp project, there is 80 RadioButton in the Default.aspx page. I want to set the All text of RadioButton from My DataBase. I select a Data table from My DataBase with 80 rows. But I don`t Want to set Text with this format : RadioButton1.Text = dt.Rows[0][0]; RadioButton2.Text = dt.Rows[0][1]; . . . RadioButton80 .Text = dt.Rows[0][0]; I want to Use this codes : RadioButton rb; for(int i=1 ; i < 81 ; i++) { rb = (RadioButton)this.FindControl("RadioButton" + i ); rb.Text= dt.Rows[0][i].ToString(); } But there is error with Details : Object reference not set to an instance of an object. why??? please help me to find correct way.

    C# help database question

  • xml file for Contet packaging in elearning
    P pariisa

    hi please help me I need a sample for xml file in content packaging. I work about ims content packeging xml binding. please help me, I want to reperesnt Content in My elearning environment by format XML thus i need e xml file . Content Packaging is a standards-elearning. In elearning Course means a sequence of learning Object. learning object must be reperesent by xml format. Content packaging is standard for learning object. I need a sample for Xml file for learning object. help me... :(

    XML / XSL learning wpf wcf xml help

  • implementation with c#
    P pariisa

    hi I want to implementatin adaptive resonance theory network with C# help me please

    C# csharp sysadmin help

  • strings in c++
    P pariisa

    hi I want write the code for : char *strcpy(char *s1 , const char *s2 )? char *strncpy(char *s1 , const char *s2 , int size)? char *strcat( char *s1 , const char *s2 )? char *strncat( char *s1 , const char *s2 , int size )? int *strcmp( const char *s1 , const char *s2 )? int *strncmp( const char *s1 , const char *s2 , int size)? help me please

    C / C++ / MFC c++ help question

  • ART network with c#
    P pariisa

    'Adaptive Resonance Theory' ART network is a 'Neural network'. the goal is design an Art with C#, because Matlab not supprt Art netwok. in the network is a parameter than named vigilance factor this factor to care network in front of learned pattern

    C# csharp design sysadmin regex

  • Art network with C#
    P pariisa

    Art network with C#

    C# csharp sysadmin
  • Login

  • Don't have an account? Register

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