how to Execute or compile code after retriving from database

  • Thread starter Thread starter Mian Mahboob
  • Start date Start date
M

Mian Mahboob

Hi

in my application i need to save C sharp syntax to SQL Server database then
need to call that on Windows UserControl then execute that code and get
there output.
all i done accept to execute that code and get it result
its so much urgent please help me

thanks in Advance
 
Mian,

Why are you storing the code (in C# format, not a compiled format) in
the database. I can't see how this would possibly offer you anything.

Why not just compile the control and use that?
 
Back
Top