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

ASP.NET

 
AnswerRe: problem of saving multiline text into SQL table Pin
Abhishek Sur8-Sep-09 11:13
professionalAbhishek Sur8-Sep-09 11:13 
QuestionHow to handle sms on web Pin
tina sharma8-Sep-09 7:57
tina sharma8-Sep-09 7:57 
AnswerRe: How to handle sms on web Pin
dan!sh 8-Sep-09 8:09
professional dan!sh 8-Sep-09 8:09 
GeneralRe: How to handle sms on web Pin
tina sharma8-Sep-09 8:33
tina sharma8-Sep-09 8:33 
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 
suppose name is the column in your table that has duplicate values .. use a query something like this

select id,name,count_of_names count(name)
from tablename
groupby name
having count_of_names > 1
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 
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 

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.