Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
GeneralRe: south african phone number validation Pin
Morgs Morgan8-Apr-10 23:42
Morgs Morgan8-Apr-10 23:42 
QuestionCapture AJAX calls (or data) from webpage Pin
kaytrance8-Apr-10 21:03
kaytrance8-Apr-10 21:03 
AnswerWrong Forum Pin
Keith Barrow8-Apr-10 23:07
professionalKeith Barrow8-Apr-10 23:07 
QuestionSmooth scrolling scrollbars Pin
jabbawok8-Apr-10 14:27
jabbawok8-Apr-10 14:27 
AnswerRe: Smooth scrolling scrollbars Pin
Gaurav Dudeja India8-Apr-10 20:13
Gaurav Dudeja India8-Apr-10 20:13 
GeneralRe: Smooth scrolling scrollbars Pin
N a v a n e e t h8-Apr-10 20:59
N a v a n e e t h8-Apr-10 20:59 
AnswerRe: Smooth scrolling scrollbars Pin
Ravi Bhavnani8-Apr-10 21:43
professionalRavi Bhavnani8-Apr-10 21:43 
Questioncreate public variables at run time Pin
Jassim Rahma8-Apr-10 13:36
Jassim Rahma8-Apr-10 13:36 
I am using the following to save and use public variables:

<pre>private static int? _system_id;
public int? system_id
{
get { return _system_id; }
set { _system_id = value; }
}
</pre>

but now I have many fields from my system_parameters sql server table and i want to save it as public variable.. is it possible to get the field name as public variable name and field value as public variable value so it can be created at run time?
AnswerRe: create public variables at run time Pin
PIEBALDconsult8-Apr-10 14:01
mvePIEBALDconsult8-Apr-10 14:01 
GeneralRe: create public variables at run time Pin
Jassim Rahma8-Apr-10 14:15
Jassim Rahma8-Apr-10 14:15 
AnswerRe: create public variables at run time Pin
Not Active8-Apr-10 14:39
mentorNot Active8-Apr-10 14:39 
GeneralRe: create public variables at run time Pin
Jassim Rahma9-Apr-10 11:52
Jassim Rahma9-Apr-10 11:52 
GeneralRe: create public variables at run time Pin
Not Active9-Apr-10 14:04
mentorNot Active9-Apr-10 14:04 
AnswerRe: create public variables at run time Pin
NavnathKale10-Apr-10 0:56
NavnathKale10-Apr-10 0:56 
GeneralRe: create public variables at run time Pin
Jassim Rahma10-Apr-10 12:02
Jassim Rahma10-Apr-10 12:02 
GeneralRe: create public variables at run time Pin
NavnathKale10-Apr-10 21:49
NavnathKale10-Apr-10 21:49 
Questionkeep one sqlconnection alive Pin
Jassim Rahma8-Apr-10 13:31
Jassim Rahma8-Apr-10 13:31 
AnswerRe: keep one sqlconnection alive Pin
PIEBALDconsult8-Apr-10 13:59
mvePIEBALDconsult8-Apr-10 13:59 
GeneralRe: keep one sqlconnection alive Pin
Jassim Rahma8-Apr-10 14:14
Jassim Rahma8-Apr-10 14:14 
GeneralRe: keep one sqlconnection alive Pin
PIEBALDconsult8-Apr-10 17:11
mvePIEBALDconsult8-Apr-10 17:11 
GeneralRe: keep one sqlconnection alive Pin
Dave Kreskowiak8-Apr-10 17:48
mveDave Kreskowiak8-Apr-10 17:48 
AnswerRe: keep one sqlconnection alive Pin
Not Active8-Apr-10 14:13
mentorNot Active8-Apr-10 14:13 
AnswerRe: keep one sqlconnection alive Pin
N a v a n e e t h8-Apr-10 16:21
N a v a n e e t h8-Apr-10 16:21 
Questionmake a default printer Pin
Jassim Rahma8-Apr-10 13:30
Jassim Rahma8-Apr-10 13:30 
AnswerRe: make a default printer Pin
loyal ginger9-Apr-10 7:02
loyal ginger9-Apr-10 7:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.