Click here to Skip to main content
15,901,426 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to retrieve data from a remote desktop database via REST API Pin
Afzaal Ahmad Zeeshan12-Feb-15 3:08
professionalAfzaal Ahmad Zeeshan12-Feb-15 3:08 
Questionerror while updating the ms access data base after hosting the site on domain Pin
Member 1100557011-Feb-15 3:35
Member 1100557011-Feb-15 3:35 
AnswerRe: error while updating the ms access data base after hosting the site on domain Pin
Richard Deeming11-Feb-15 4:18
mveRichard Deeming11-Feb-15 4:18 
QuestionJavascript inside updatepanel cannot access server side variable after potback Pin
Moodhi10-Feb-15 11:40
Moodhi10-Feb-15 11:40 
AnswerRe: Javascript inside updatepanel cannot access server side variable after potback Pin
jkirkerx10-Feb-15 13:21
professionaljkirkerx10-Feb-15 13:21 
GeneralRe: Javascript inside updatepanel cannot access server side variable after potback Pin
Moodhi12-Feb-15 11:32
Moodhi12-Feb-15 11:32 
GeneralRe: Javascript inside updatepanel cannot access server side variable after potback Pin
jkirkerx12-Feb-15 12:45
professionaljkirkerx12-Feb-15 12:45 
QuestionPrevent Validation From Normal HTML Controls Pin
Dominick Marciano10-Feb-15 8:32
professionalDominick Marciano10-Feb-15 8:32 
I'm currently designing a page using ASP.NET and JQuery which is very similar to an order form. The page has two ASP.NET Panels; the first one contains ASP.NET controls for some general information. These controls all have validators associated with them, all part of the validation group "vgRequest", along with a validation summary control which is also part of the vgRequest group.

The second Panel contains only HTML text boxes (<input />) and two buttons (<button />). When one of the buttons is clicked, it is supposed to call a JQuery function, however the HTML button is causes the ASP.NET validators to run.

I do not want this to happen as at the very end of the page there is another ASP.NET button which should cause the validation to run. I have tried setting the EnableClientScript property on the validation summary control to False but this didn't help. I've also tried searching on Google but everything I've come across talks about using <asp:Button /> controls.

Is there anyway to prevent normal HTML controls from causes the ASP.NET validators to run? I know I could use <asp:Button /> and set the CausesValidation property to False, but I don't know if this is an option. I'm using the Knockout library and the button I currently have is <button runat="server" data-bind='click: addLine'>Add Line</button> but I haven't figured out a way to add the data-bind='click: addLine' to an ASP.NET button (I have tried OnClickClient='addLine' but this didn't work either.

Any suggestions or information that can help resolve this issue would be greatly appreciated.

Thank You
A black hole is where God tried to divide by zero.

There are 10 kinds of people in the world; those who understand binary and those who don't.

AnswerRe: Prevent Validation From Normal HTML Controls Pin
Richard Deeming10-Feb-15 10:17
mveRichard Deeming10-Feb-15 10:17 
AnswerRe: Prevent Validation From Normal HTML Controls Pin
jkirkerx10-Feb-15 13:27
professionaljkirkerx10-Feb-15 13:27 
QuestionAccess a function in user control from a aspx page Pin
ranjithkumark8-Feb-15 12:45
ranjithkumark8-Feb-15 12:45 
AnswerRe: Access a function in user control from a aspx page Pin
Richard Deeming9-Feb-15 2:54
mveRichard Deeming9-Feb-15 2:54 
AnswerRe: Access a function in user control from a aspx page Pin
loben325-Feb-15 2:30
loben325-Feb-15 2:30 
QuestionVideo Calling Pin
Member 110844697-Feb-15 10:03
Member 110844697-Feb-15 10:03 
AnswerRe: Video Calling Pin
Richard MacCutchan7-Feb-15 22:14
mveRichard MacCutchan7-Feb-15 22:14 
AnswerRe: Video Calling Pin
ZurdoDev9-Feb-15 4:58
professionalZurdoDev9-Feb-15 4:58 
QuestionUsing a linq in aspx Pin
Member 110844697-Feb-15 9:59
Member 110844697-Feb-15 9:59 
AnswerRe: Using a linq in aspx Pin
Richard Andrew x647-Feb-15 10:55
professionalRichard Andrew x647-Feb-15 10:55 
AnswerRe: Using a linq in aspx Pin
Richard MacCutchan7-Feb-15 22:13
mveRichard MacCutchan7-Feb-15 22:13 
AnswerRe: Using a linq in aspx Pin
ZurdoDev9-Feb-15 5:00
professionalZurdoDev9-Feb-15 5:00 
QuestionHow to export data from textbox and RichTextbox from Asp.net to Msword Templete Form? Pin
Member 85878306-Feb-15 20:37
Member 85878306-Feb-15 20:37 
QuestionRe: How to export data from textbox and RichTextbox from Asp.net to Msword Templete Form? Pin
ZurdoDev9-Feb-15 5:00
professionalZurdoDev9-Feb-15 5:00 
QuestionDatabase Query Pin
Malikdanish5-Feb-15 20:18
professionalMalikdanish5-Feb-15 20:18 
AnswerRe: Database Query Pin
Erik Funkenbusch7-Feb-15 15:21
Erik Funkenbusch7-Feb-15 15:21 
SuggestionRe: Database Query Pin
ZurdoDev9-Feb-15 5:03
professionalZurdoDev9-Feb-15 5:03 

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.