Click here to Skip to main content
15,896,278 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to identify the duplicate records in sql server 2005 Pin
praveenkumar_vittaboina8-Sep-09 6:37
praveenkumar_vittaboina8-Sep-09 6:37 
AnswerRe: how to identify the duplicate records in sql server 2005 Pin
Manas Bhardwaj8-Sep-09 6:44
professionalManas Bhardwaj8-Sep-09 6:44 
AnswerRe: how to identify the duplicate records in sql server 2005 Pin
Abhishek Sur8-Sep-09 7:51
professionalAbhishek Sur8-Sep-09 7:51 
GeneralRe: how to identify the duplicate records in sql server 2005 Pin
vishwjeet8-Sep-09 10:55
vishwjeet8-Sep-09 10:55 
GeneralRe: how to identify the duplicate records in sql server 2005 Pin
Abhishek Sur8-Sep-09 12:09
professionalAbhishek Sur8-Sep-09 12:09 
Questionprogram to restrict textarea to 800 in javascript Pin
praveenkumar_vittaboina8-Sep-09 6:37
praveenkumar_vittaboina8-Sep-09 6:37 
AnswerRe: program to restrict textarea to 800 in javascript Pin
Manas Bhardwaj8-Sep-09 6:46
professionalManas Bhardwaj8-Sep-09 6:46 
AnswerRe: program to restrict textarea to 800 in javascript Pin
Abhishek Sur8-Sep-09 8:07
professionalAbhishek Sur8-Sep-09 8:07 
yes... you are right,
textarea doesnt take MaxLength...
use this

<script language="javascript" type="text/javascript">
function isValid(elem, maxlen)
{
  return (elem.value.length <= maxlen);
}
</script>

<textarea name="txt" onkeypress="return isValid(this, 800);" ><textarea> 


Also place rows and columns you want to the textarea.

Rose | [Rose]

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

GeneralRe: program to restrict textarea to 800 in javascript Pin
yesu prakash8-Sep-09 19:44
yesu prakash8-Sep-09 19:44 
GeneralRe: program to restrict textarea to 800 in javascript Pin
Abhishek Sur8-Sep-09 22:23
professionalAbhishek Sur8-Sep-09 22:23 
QuestionBlock downloading .flv movies Pin
zeeShan anSari8-Sep-09 6:18
zeeShan anSari8-Sep-09 6:18 
AnswerRe: Block downloading .flv movies Pin
Manas Bhardwaj8-Sep-09 6:47
professionalManas Bhardwaj8-Sep-09 6:47 
AnswerRe: Block downloading .flv movies Pin
Christian Graus8-Sep-09 11:22
protectorChristian Graus8-Sep-09 11:22 
AnswerRe: Block downloading .flv movies Pin
Abhishek Sur8-Sep-09 12:40
professionalAbhishek Sur8-Sep-09 12:40 
Questionit's easy but i need help!!!! Pin
Yajjoj8-Sep-09 3:26
Yajjoj8-Sep-09 3:26 
AnswerRe: it's easy but i need help!!!! Pin
Not Active8-Sep-09 3:50
mentorNot Active8-Sep-09 3:50 
GeneralRe: it's easy but i need help!!!! Pin
Yajjoj8-Sep-09 23:45
Yajjoj8-Sep-09 23:45 
AnswerRe: it's easy but i need help!!!! Pin
Christian Graus8-Sep-09 11:27
protectorChristian Graus8-Sep-09 11:27 
GeneralRe: it's easy but i need help!!!! Pin
Yajjoj9-Sep-09 0:17
Yajjoj9-Sep-09 0:17 
AnswerRe: it's easy but i need help!!!! Pin
sashidhar8-Sep-09 19:47
sashidhar8-Sep-09 19:47 
GeneralRe: it's easy but i need help!!!! Pin
Yajjoj9-Sep-09 0:28
Yajjoj9-Sep-09 0:28 
GeneralRe: it's easy but i need help!!!! Pin
sashidhar9-Sep-09 1:08
sashidhar9-Sep-09 1:08 
QuestionGetting Parser error when running Web Application on Internet Pin
GauravKP8-Sep-09 2:58
professionalGauravKP8-Sep-09 2:58 
AnswerRe: Getting Parser error when running Web Application on Internet Pin
SeMartens8-Sep-09 3:49
SeMartens8-Sep-09 3:49 
Questionsession variable Pin
Abbas_here8-Sep-09 2:49
Abbas_here8-Sep-09 2:49 

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.