Click here to Skip to main content
15,889,216 members
Home / Discussions / C#
   

C#

 
QuestionBind sql print statement to dropdown Pin
SatyaKeerthi1518-Aug-10 20:31
SatyaKeerthi1518-Aug-10 20:31 
QuestionAdd control to listview Pin
VCsamir18-Aug-10 20:11
VCsamir18-Aug-10 20:11 
AnswerRe: Add control to listview Pin
Bernhard Hiller18-Aug-10 20:24
Bernhard Hiller18-Aug-10 20:24 
AnswerRe: Add control to listview Pin
Rhuros18-Aug-10 22:12
professionalRhuros18-Aug-10 22:12 
QuestionHow to do binding DomainUpDown control to some variable ? [modified] Pin
Yanshof18-Aug-10 18:31
Yanshof18-Aug-10 18:31 
Questionneed help to transfer from java-script to C# Pin
goldsoft18-Aug-10 8:42
goldsoft18-Aug-10 8:42 
AnswerRe: need help to transfer from java-script to C# Pin
Not Active18-Aug-10 9:05
mentorNot Active18-Aug-10 9:05 
AnswerRe: need help to transfer from java-script to C# Pin
Abhishek Sur18-Aug-10 10:06
professionalAbhishek Sur18-Aug-10 10:06 
See, Javascript is a client end language that runs in the browser, while C# is the code that runs in the server. Just put all the data you need in JSON format and send it using AJAX to a handler. You can also use hiddenfield or XML or by any means. Now from Server use the handler to parse JSON object and get the data.

Read about AJAX and also start learning the basics of C#.
Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
Visit My Website-->


www.abhisheksur.com

AnswerRe: need help to transfer from java-script to C# Pin
Ravi Sant12-May-11 1:10
Ravi Sant12-May-11 1:10 
QuestionReflection - dynamically adding custom attributes Pin
imak18-Aug-10 8:10
imak18-Aug-10 8:10 
AnswerRe: Reflection - dynamically adding custom attributes Pin
Not Active18-Aug-10 8:43
mentorNot Active18-Aug-10 8:43 
GeneralRe: Reflection - dynamically adding custom attributes Pin
Ian Shlasko18-Aug-10 9:00
Ian Shlasko18-Aug-10 9:00 
AnswerRe: Reflection - dynamically adding custom attributes Pin
I Believe In GOD18-Aug-10 9:18
I Believe In GOD18-Aug-10 9:18 
GeneralRe: Reflection - dynamically adding custom attributes Pin
Not Active18-Aug-10 15:45
mentorNot Active18-Aug-10 15:45 
AnswerRe: Reflection - dynamically adding custom attributes Pin
AspDotNetDev18-Aug-10 10:17
protectorAspDotNetDev18-Aug-10 10:17 
AnswerRe: Reflection - dynamically adding custom attributes Pin
Member 267876219-Aug-10 3:08
Member 267876219-Aug-10 3:08 
AnswerRe: Reflection - dynamically adding custom attributes Pin
Chris Trelawny-Ross19-Aug-10 6:04
Chris Trelawny-Ross19-Aug-10 6:04 
QuestionReflection - Dynamically invoking property Pin
imak18-Aug-10 7:13
imak18-Aug-10 7:13 
AnswerRe: Reflection - Dynamically invoking property Pin
Ian Shlasko18-Aug-10 7:28
Ian Shlasko18-Aug-10 7:28 
GeneralRe: Reflection - Dynamically invoking property Pin
Ennis Ray Lynch, Jr.18-Aug-10 7:29
Ennis Ray Lynch, Jr.18-Aug-10 7:29 
GeneralRe: Reflection - Dynamically invoking property Pin
Ian Shlasko18-Aug-10 8:59
Ian Shlasko18-Aug-10 8:59 
GeneralRe: Reflection - Dynamically invoking property Pin
imak18-Aug-10 8:07
imak18-Aug-10 8:07 
GeneralRe: Reflection - Dynamically invoking property Pin
Ian Shlasko18-Aug-10 8:58
Ian Shlasko18-Aug-10 8:58 
AnswerRe: Reflection - Dynamically invoking property Pin
Ennis Ray Lynch, Jr.18-Aug-10 7:28
Ennis Ray Lynch, Jr.18-Aug-10 7:28 
GeneralRe: Reflection - Dynamically invoking property Pin
harold aptroot18-Aug-10 7:47
harold aptroot18-Aug-10 7:47 

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.