Click here to Skip to main content
15,889,931 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: web.config error [modified] Pin
Bataineh7-Jul-09 20:49
Bataineh7-Jul-09 20:49 
QuestionHow to Create Excel File and Adding multiple Tabs in ASP.net2.0 without Adding Reference Pin
vandanaconedify7-Jul-09 20:07
vandanaconedify7-Jul-09 20:07 
QuestionReading word document in asp.net 1.1 Pin
Spurple7-Jul-09 19:01
Spurple7-Jul-09 19:01 
AnswerRe: Reading word document in asp.net 1.1 Pin
N a v a n e e t h7-Jul-09 20:15
N a v a n e e t h7-Jul-09 20:15 
AnswerRe: Reading word document in asp.net 1.1 Pin
Abhijit Jana7-Jul-09 20:18
professionalAbhijit Jana7-Jul-09 20:18 
Questionpass the value from javascript to c# in asp.net Pin
billcodes7-Jul-09 18:58
billcodes7-Jul-09 18:58 
AnswerRe: pass the value from javascript to c# in asp.net Pin
himanshu25617-Jul-09 19:18
himanshu25617-Jul-09 19:18 
Questionvalidation Pin
mahichandu7-Jul-09 12:04
mahichandu7-Jul-09 12:04 
hi..
in my page n number of fields are there.user may enter some fields maynot enter some fields.so i am not using required field validator.I just want to check with valuetype.so i am using regular expression validator for name to allow lower & upper case letters and space,' etc.see code below.
i am entering only those letters only eventhough error message is coming.why??<br />
<td  align="left"> <asp:TextBox ID="fname" runat="server" ToolTip="First Name" MaxLength="15" CssClass="textbox" /></td><br />
<br />
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" SetFocusOnError="true" Display="Dynamic"<br />
     ControlToValidate="fname"  ValidationExpression="[a-zA-Z''-'\s]" ErrorMessage="invalid entry"></asp:RegularExpressionValidator>

AnswerRe: validation Pin
Colin Angus Mackay7-Jul-09 12:09
Colin Angus Mackay7-Jul-09 12:09 
AnswerRe: validation Pin
Christian Graus7-Jul-09 15:55
protectorChristian Graus7-Jul-09 15:55 
GeneralRe: validation Pin
mahichandu8-Jul-09 3:05
mahichandu8-Jul-09 3:05 
QuestionRe: validation Pin
mahichandu8-Jul-09 3:12
mahichandu8-Jul-09 3:12 
AnswerRe: validation Pin
mahichandu8-Jul-09 8:37
mahichandu8-Jul-09 8:37 
QuestionConverting tiffs and other formats into PDF using ABCpdf or any other tools Pin
Tina P7-Jul-09 10:57
Tina P7-Jul-09 10:57 
AnswerRe: Converting tiffs and other formats into PDF using ABCpdf or any other tools Pin
Manas Bhardwaj7-Jul-09 11:09
professionalManas Bhardwaj7-Jul-09 11:09 
GeneralRe: Converting tiffs and other formats into PDF using ABCpdf or any other tools Pin
Tina P7-Jul-09 11:17
Tina P7-Jul-09 11:17 
GeneralRe: Converting tiffs and other formats into PDF using ABCpdf or any other tools Pin
Manas Bhardwaj7-Jul-09 11:26
professionalManas Bhardwaj7-Jul-09 11:26 
Questionsql like query Pin
nikhil12347-Jul-09 10:15
nikhil12347-Jul-09 10:15 
AnswerRe: sql like query Pin
Abhijit Jana7-Jul-09 10:18
professionalAbhijit Jana7-Jul-09 10:18 
AnswerRe: sql like query Pin
Manas Bhardwaj7-Jul-09 11:06
professionalManas Bhardwaj7-Jul-09 11:06 
QuestionWizard in UpdatePanel Pin
Dav Zen7-Jul-09 9:01
Dav Zen7-Jul-09 9:01 
QuestionTab from one Ajax accordion panel to another Pin
Jay Royall7-Jul-09 5:04
Jay Royall7-Jul-09 5:04 
AnswerRe: Tab from one Ajax accordion panel to another Pin
Christian Graus7-Jul-09 5:13
protectorChristian Graus7-Jul-09 5:13 
GeneralRe: Tab from one Ajax accordion panel to another Pin
Jay Royall7-Jul-09 5:32
Jay Royall7-Jul-09 5:32 
GeneralRe: Tab from one Ajax accordion panel to another Pin
Abhijit Jana7-Jul-09 7:17
professionalAbhijit Jana7-Jul-09 7:17 

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.