Click here to Skip to main content
15,881,173 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP.NET MVC Exercise Pin
Moni Shakeera15-Apr-17 10:40
Moni Shakeera15-Apr-17 10:40 
AnswerRe: ASP.NET MVC Exercise Pin
Richard MacCutchan15-Apr-17 20:57
mveRichard MacCutchan15-Apr-17 20:57 
AnswerRe: ASP.NET MVC Exercise Pin
ZurdoDev17-Apr-17 2:04
professionalZurdoDev17-Apr-17 2:04 
QuestionASP.Net Web Application with Devices Pin
Zeyad Jalil14-Apr-17 1:02
professionalZeyad Jalil14-Apr-17 1:02 
AnswerRe: ASP.Net Web Application with Devices Pin
ZurdoDev14-Apr-17 1:15
professionalZurdoDev14-Apr-17 1:15 
GeneralRe: ASP.Net Web Application with Devices Pin
Zeyad Jalil14-Apr-17 3:51
professionalZeyad Jalil14-Apr-17 3:51 
GeneralRe: ASP.Net Web Application with Devices Pin
ZurdoDev14-Apr-17 3:59
professionalZurdoDev14-Apr-17 3:59 
QuestionIn RequireField validator textbox Data is present in the Textbox but its fired Please enter your cardnum1 Pin
Member 1312710613-Apr-17 12:36
Member 1312710613-Apr-17 12:36 
<asp:requiredfieldvalidator id="ldValidator" runat="server" text="Please enter your cardnum1"
="" errormessage="Please enter your cardnum2" controltovalidate="CTextBox" display="Dynamic" enableclientscript="False">
<asp:regularexpressionvalidator id="RExpValidator" runat="server" controltovalidate="CTextBox"
="" errormessage="Please enter your cardnum3" validationexpression="^[0-9]{16,19}$" text="Please enter your cardnum4" display="Dynamic" enableclientscript="False">
<asp:customvalidator id="CreditCardNumberValidator" controltovalidate="CTextBox"
="" errormessage="Incorrect credit card number" text="Incorrect name" display="Dynamic" runat="server">
<asp:textbox id="CTextBox" class="text" size="40" maxlength="19"
="" runat="server">
<asp:button id="SubmitSecureOrder" onkeypress="SubmitOrder" alternatetext="Continue" runat="server" causesvalidation="true">
AnswerRe: In RequireField validator textbox Data is present in the Textbox but its fired Please enter your cardnum1 Pin
User 418025418-Apr-17 4:44
User 418025418-Apr-17 4:44 
QuestionHow to configure sql server profiler to see sql for my session only Pin
Tridip Bhattacharjee12-Apr-17 22:36
professionalTridip Bhattacharjee12-Apr-17 22:36 
AnswerRe: How to configure sql server profiler to see sql for my session only Pin
Richard MacCutchan12-Apr-17 23:48
mveRichard MacCutchan12-Apr-17 23:48 
AnswerRe: How to configure sql server profiler to see sql for my session only Pin
Eddy Vluggen13-Apr-17 0:32
professionalEddy Vluggen13-Apr-17 0:32 
GeneralRe: How to configure sql server profiler to see sql for my session only Pin
Tridip Bhattacharjee13-Apr-17 2:57
professionalTridip Bhattacharjee13-Apr-17 2:57 
QuestionHow SSRS handle large data Pin
Tridip Bhattacharjee12-Apr-17 22:31
professionalTridip Bhattacharjee12-Apr-17 22:31 
QuestionMVC, my views can't see or reference the namespace MvcApplication in Global.asax Pin
jkirkerx12-Apr-17 8:50
professionaljkirkerx12-Apr-17 8:50 
AnswerRe: MVC, my views can't see or reference the namespace MvcApplication in Global.asax Pin
Afzaal Ahmad Zeeshan12-Apr-17 9:17
professionalAfzaal Ahmad Zeeshan12-Apr-17 9:17 
GeneralRe: MVC, my views can't see or reference the namespace MvcApplication in Global.asax Pin
jkirkerx12-Apr-17 10:17
professionaljkirkerx12-Apr-17 10:17 
QuestionIs there a control that displays a PDF and submits the pdf back to the server? Pin
Michael Clinton11-Apr-17 9:18
Michael Clinton11-Apr-17 9:18 
AnswerRe: Is there a control that displays a PDF and submits the pdf back to the server? Pin
ChetanAhire17-Apr-17 1:29
ChetanAhire17-Apr-17 1:29 
QuestionWriting multiple records to a binary file, reading the file records so I can add a record and write Pin
jkirkerx10-Apr-17 10:41
professionaljkirkerx10-Apr-17 10:41 
AnswerRe: Writing multiple records to a binary file, reading the file records so I can add a record and write Pin
jkirkerx10-Apr-17 11:38
professionaljkirkerx10-Apr-17 11:38 
QuestionXPagedList, StaticPageList, View, looping items with foreach, loops all the items and not the paginated ones Pin
jkirkerx10-Apr-17 9:17
professionaljkirkerx10-Apr-17 9:17 
AnswerRe: XPagedList, StaticPageList, View, looping items with foreach, loops all the items and not the paginated ones [solved] Pin
jkirkerx10-Apr-17 9:26
professionaljkirkerx10-Apr-17 9:26 
QuestionChange a color of single data labels in graph using crystal reports Pin
Member 1145200410-Apr-17 0:19
Member 1145200410-Apr-17 0:19 
QuestionWebhook receiver from the ground up using ASP.NET? Pin
cotsjdixon31-Mar-17 6:39
cotsjdixon31-Mar-17 6:39 

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.