Click here to Skip to main content
15,909,332 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Client side validation using database values Pin
enjoycrack15-Mar-07 6:11
enjoycrack15-Mar-07 6:11 
QuestionDisplay start * character on password textbox instead of dot character Pin
enjoycrack15-Mar-07 5:41
enjoycrack15-Mar-07 5:41 
AnswerRe: Display start * character on password textbox instead of dot character Pin
Marcus J. Smith15-Mar-07 5:50
professionalMarcus J. Smith15-Mar-07 5:50 
GeneralRe: Display start * character on password textbox instead of dot character Pin
enjoycrack15-Mar-07 6:00
enjoycrack15-Mar-07 6:00 
GeneralRe: Display start * character on password textbox instead of dot character Pin
Marcus J. Smith15-Mar-07 6:39
professionalMarcus J. Smith15-Mar-07 6:39 
GeneralRe: Display start * character on password textbox instead of dot character Pin
enjoycrack15-Mar-07 6:43
enjoycrack15-Mar-07 6:43 
GeneralRe: Display start * character on password textbox instead of dot character Pin
Guffa15-Mar-07 12:48
Guffa15-Mar-07 12:48 
QuestionFirefox Clipboard Pin
ADY00715-Mar-07 5:39
ADY00715-Mar-07 5:39 
Hi all, can someone tell me what is the code for adding text to the clipboard pls.

This code is working for me from the Internet Explorer but not for the firefox.

function ClipBoarda(b)<br />
			    {<br />
						Copied = document.getElementById('txtTextCode_'+b).createTextRange();<br />
						document.getElementById('txtTextCode_'+b).focus();<br />
						document.getElementById('txtTextCode_'+b).select();<br />
						Copied.execCommand("Copy");<br />
				}				


Thanks alot for any feedback.

Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org

QuestionUrgent Pin
Sarfaraj Ahmed15-Mar-07 4:13
Sarfaraj Ahmed15-Mar-07 4:13 
AnswerRe: Urgent Pin
Marcus J. Smith15-Mar-07 4:25
professionalMarcus J. Smith15-Mar-07 4:25 
GeneralRe: Urgent Pin
Sarfaraj Ahmed15-Mar-07 4:33
Sarfaraj Ahmed15-Mar-07 4:33 
AnswerRe: Urgent Pin
enjoycrack15-Mar-07 6:27
enjoycrack15-Mar-07 6:27 
QuestionInnerException propery what? Help with exception! Pin
Lordveralix15-Mar-07 4:04
Lordveralix15-Mar-07 4:04 
AnswerRe: InnerException propery what? Help with exception! Pin
Lordveralix15-Mar-07 4:17
Lordveralix15-Mar-07 4:17 
Questionouput parameter and resultset from single stored procedure ? Pin
rama charan15-Mar-07 3:42
rama charan15-Mar-07 3:42 
AnswerRe: ouput parameter and resultset from single stored procedure ? Pin
Sylvester george15-Mar-07 3:58
Sylvester george15-Mar-07 3:58 
Generalthanks Pin
rama charan15-Mar-07 4:00
rama charan15-Mar-07 4:00 
QuestionReferencing asp:Label from a javascript function Pin
snir_ya15-Mar-07 3:22
snir_ya15-Mar-07 3:22 
AnswerRe: Referencing asp:Label from a javascript function Pin
Sandeep Akhare15-Mar-07 3:29
Sandeep Akhare15-Mar-07 3:29 
GeneralRe: Referencing asp:Label from a javascript function Pin
snir_ya15-Mar-07 4:02
snir_ya15-Mar-07 4:02 
QuestionRe: Referencing asp:Label from a javascript function Pin
Sandeep Akhare15-Mar-07 4:07
Sandeep Akhare15-Mar-07 4:07 
AnswerRe: Referencing asp:Label from a javascript function Pin
snir_ya15-Mar-07 4:15
snir_ya15-Mar-07 4:15 
GeneralRe: Referencing asp:Label from a javascript function Pin
Sandeep Akhare15-Mar-07 4:20
Sandeep Akhare15-Mar-07 4:20 
QuestionRe: Referencing asp:Label from a javascript function Pin
snir_ya15-Mar-07 4:25
snir_ya15-Mar-07 4:25 
AnswerRe: Referencing asp:Label from a javascript function Pin
Sandeep Akhare15-Mar-07 4:42
Sandeep Akhare15-Mar-07 4:42 

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.