Click here to Skip to main content
15,907,281 members
Home / Discussions / C#
   

C#

 
GeneralRe: Properly linking inter-dependent libraries Pin
Mike Marynowski11-Aug-09 7:53
professionalMike Marynowski11-Aug-09 7:53 
Questiondatagridview row back color Pin
prubyholl11-Aug-09 6:40
professionalprubyholl11-Aug-09 6:40 
AnswerRe: datagridview row back color Pin
dan!sh 11-Aug-09 6:57
professional dan!sh 11-Aug-09 6:57 
GeneralRe: datagridview row back color Pin
prubyholl11-Aug-09 7:05
professionalprubyholl11-Aug-09 7:05 
QuestionPrint (some column) of data grid view Pin
Samb198511-Aug-09 5:52
Samb198511-Aug-09 5:52 
AnswerRe: Print (some column) of data grid view Pin
Muhammad Mazhar11-Aug-09 6:07
Muhammad Mazhar11-Aug-09 6:07 
AnswerRe: Print (some column) of data grid view Pin
Mycroft Holmes11-Aug-09 14:22
professionalMycroft Holmes11-Aug-09 14:22 
GeneralRe: Print (some column) of data grid view Pin
Samb198518-Aug-09 5:46
Samb198518-Aug-09 5:46 
QuestionDataGridView navigating to Child Rows Pin
codeboy198811-Aug-09 5:09
codeboy198811-Aug-09 5:09 
QuestionAddInCustomAction not working properly Pin
lune1211-Aug-09 4:30
lune1211-Aug-09 4:30 
AnswerRe: AddInCustomAction not working properly Pin
Pete O'Hanlon11-Aug-09 4:44
mvePete O'Hanlon11-Aug-09 4:44 
GeneralRe: AddInCustomAction not working properly Pin
lune1211-Aug-09 4:54
lune1211-Aug-09 4:54 
QuestionNeed To Convert Time Pin
Rahul DSG11-Aug-09 4:02
Rahul DSG11-Aug-09 4:02 
AnswerRe: Need To Convert Time Pin
DaveyM6911-Aug-09 4:15
professionalDaveyM6911-Aug-09 4:15 
AnswerRe: Need To Convert Time Pin
PIEBALDconsult11-Aug-09 5:07
mvePIEBALDconsult11-Aug-09 5:07 
AnswerRe: Need To Convert Time Pin
J4amieC11-Aug-09 5:28
J4amieC11-Aug-09 5:28 
GeneralRe: Need To Convert Time Pin
Luc Pattyn11-Aug-09 5:54
sitebuilderLuc Pattyn11-Aug-09 5:54 
GeneralRe: Need To Convert Time Pin
J4amieC11-Aug-09 6:58
J4amieC11-Aug-09 6:58 
GeneralRe: Need To Convert Time Pin
PIEBALDconsult11-Aug-09 7:26
mvePIEBALDconsult11-Aug-09 7:26 
GeneralRe: Need To Convert Time Pin
PIEBALDconsult11-Aug-09 6:43
mvePIEBALDconsult11-Aug-09 6:43 
QuestionWebBrowser control and Ajax requests Pin
keniagm11-Aug-09 3:51
keniagm11-Aug-09 3:51 
AnswerRe: WebBrowser control and Ajax requests Pin
Hristo-Bojilov11-Aug-09 10:47
Hristo-Bojilov11-Aug-09 10:47 
QuestionJavascript calling a c# method Pin
compninja2511-Aug-09 3:41
compninja2511-Aug-09 3:41 
Hi everyone,

I have a form on my website and I'm thinking about creating a little javascript function to perform validation. I know asp.net has validation built in, but there are some other things I'd like the function to do that can't be done with the asp.net validation plus it's a learning project. I have a button at the end of the form which I would like to call this javascript function which will validate the form input fields, but then after that I'd like it to call the c# code behind which will access the database and do some other server side functions. Is there a way this can be done? Can you attach two "onClick" event handlers to a single button, or do I have to do something with a "hidden button" that is linked to the codebehind and have the javascript "click" it when it's done?

Thanks!

Knowledge is not power, however, the acquisition and appropriate application of knowledge can make you a very powerful individual.

AnswerRe: Javascript calling a c# method Pin
Andrew Rissing11-Aug-09 4:01
Andrew Rissing11-Aug-09 4:01 
GeneralRe: Javascript calling a c# method Pin
compninja2511-Aug-09 14:16
compninja2511-Aug-09 14:16 

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.