Click here to Skip to main content
15,903,175 members
Home / Discussions / C#
   

C#

 
GeneralRe: Word To PDF Conversion using C#.NET Pin
ChrisKo4-Jan-08 5:51
ChrisKo4-Jan-08 5:51 
AnswerRe: Word To PDF Conversion using C#.NET [modified] Pin
murari_amar3-Sep-08 2:41
murari_amar3-Sep-08 2:41 
Generalsetting session as string Pin
eyeseetee3-Jan-08 22:18
eyeseetee3-Jan-08 22:18 
GeneralRe: setting session as string Pin
Pete O'Hanlon3-Jan-08 22:31
mvePete O'Hanlon3-Jan-08 22:31 
GeneralRe: setting session as string Pin
eyeseetee4-Jan-08 0:22
eyeseetee4-Jan-08 0:22 
GeneralRe: setting session as string Pin
Guffa4-Jan-08 1:41
Guffa4-Jan-08 1:41 
GeneralRe: setting session as string Pin
eyeseetee4-Jan-08 5:16
eyeseetee4-Jan-08 5:16 
QuestionNeed help with Regex Pin
Ni Na3-Jan-08 22:04
Ni Na3-Jan-08 22:04 
Hi
I have to limit the input in a textbox for the mobile number. There should be no spaces and it should allow a +27.

my regex expression is:

<asp:RegularExpressionValidator
ID="regExMobile" runat="server" ControlToValidate="tMobilePhoneNumber" Display="Dynamic"
ErrorMessage="The Number should not contain spaces" ValidationExpression="\+\b.*\d{10}"></asp:RegularExpressionValidator>

But this is not working if the number is saved as +27xxxxxxxxx and they want to remove the +27 then the error message is displayed. Can anyone advise me on what I am doing wrong as I am new to this

Confused | :confused: Confused | :confused: Confused | :confused: Confused | :confused:

J9

GeneralRe: Need help with Regex Pin
originSH3-Jan-08 23:59
originSH3-Jan-08 23:59 
GeneralRe: Need help with Regex Pin
Ni Na4-Jan-08 0:29
Ni Na4-Jan-08 0:29 
GeneralRe: Need help with Regex Pin
TJoe4-Jan-08 3:44
TJoe4-Jan-08 3:44 
GeneralRe: Need help with Regex Pin
Ni Na6-Jan-08 20:52
Ni Na6-Jan-08 20:52 
QuestionProblem With sorting of array [modified] Pin
sindhutiwari3-Jan-08 20:57
sindhutiwari3-Jan-08 20:57 
QuestionRe: Problem With sorting of array Pin
Vikram A Punathambekar3-Jan-08 21:26
Vikram A Punathambekar3-Jan-08 21:26 
GeneralRe: Problem With sorting of array Pin
sindhutiwari3-Jan-08 22:01
sindhutiwari3-Jan-08 22:01 
GeneralRe: Problem With sorting of array Pin
Pete O'Hanlon3-Jan-08 22:33
mvePete O'Hanlon3-Jan-08 22:33 
GeneralRe: Problem With sorting of array Pin
sindhutiwari3-Jan-08 22:55
sindhutiwari3-Jan-08 22:55 
GeneralRe: Problem With sorting of array Pin
Pete O'Hanlon3-Jan-08 23:26
mvePete O'Hanlon3-Jan-08 23:26 
GeneralRe: Problem With sorting of array Pin
sindhutiwari3-Jan-08 23:31
sindhutiwari3-Jan-08 23:31 
GeneralRe: Problem With sorting of array Pin
Pete O'Hanlon4-Jan-08 0:01
mvePete O'Hanlon4-Jan-08 0:01 
GeneralProblem in a windows application Pin
Member 30578873-Jan-08 20:27
Member 30578873-Jan-08 20:27 
QuestionHow can i increase and decrease the volume of the system Pin
Naveed7273-Jan-08 20:26
Naveed7273-Jan-08 20:26 
AnswerRe: How can i increase and decrease the volume of the system Pin
Nouman Bhatti3-Jan-08 20:38
Nouman Bhatti3-Jan-08 20:38 
QuestionGhostScript Pin
Vruddhi Vasoo3-Jan-08 19:44
Vruddhi Vasoo3-Jan-08 19:44 
GeneralAutomatic installation of .Net Framework 2.0. Pin
xbiplav3-Jan-08 18:56
xbiplav3-Jan-08 18:56 

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.