hi if i decalre string name;name="sid"; is possible in aspx page. but in class file this is not possible it is is possible we can create an object say program p1=new program(); p1.name="sid"; why so