webcontrol returns object not set to refrence error while setting the property
-
hi all , Created a web control for menu where i am trying to set the property by passing hashtable. Dont know y it throws error
-
hi all , Created a web control for menu where i am trying to set the property by passing hashtable. Dont know y it throws error
if(NoClearInformation())
NoHelp()Seriously, check all your objects are instantiated. :)
Navaneeth How to use google | Ask smart questions
-
if(NoClearInformation())
NoHelp()Seriously, check all your objects are instantiated. :)
Navaneeth How to use google | Ask smart questions
plz dont mind, can u suggest wht info do u need.
-
plz dont mind, can u suggest wht info do u need.
The error which you said will happen only when you try to use an object which is not initialized.
Navaneeth How to use google | Ask smart questions
-
The error which you said will happen only when you try to use an object which is not initialized.
Navaneeth How to use google | Ask smart questions
Thx navaneeth for the soln.. Actually i was trying to place the control in the master page content holder.. Thus was getting the error. the Problem is solved.