Click here to Skip to main content
15,892,805 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to send mail Pin
Manas Bhardwaj10-Jun-09 2:16
professionalManas Bhardwaj10-Jun-09 2:16 
AnswerRe: how to send mail Pin
Abhijit Jana10-Jun-09 2:22
professionalAbhijit Jana10-Jun-09 2:22 
QuestionAccess gridView cells properties via server code Pin
benams10-Jun-09 2:08
benams10-Jun-09 2:08 
AnswerRe: Access gridView cells properties via server code Pin
ais0710-Jun-09 2:12
ais0710-Jun-09 2:12 
AnswerRe: Access gridView cells properties via server code Pin
soso_online10-Jun-09 3:48
soso_online10-Jun-09 3:48 
AnswerRe: Access gridView cells properties via server code Pin
Amit Patel198510-Jun-09 19:58
Amit Patel198510-Jun-09 19:58 
Questionjava script Pin
Amit Patel198510-Jun-09 2:01
Amit Patel198510-Jun-09 2:01 
AnswerRe: java script Pin
Baran M10-Jun-09 2:10
Baran M10-Jun-09 2:10 
you may try this,

<form name='f1'>
<input type="text" name='t1' onkeyup='this.value=check(this.value)'>
</form>

<script>
function check(value)
{
val=value
len=val.length
retval=val
if (len > 2)
{ch=val.charAt(len-1)
if (ch !='.')
{
if ( (Math.floor(val) >= 10000) | (Math.floor((val*1000)%10) > 0)) {
alert('Error, max of 4 digits before 2 after decimal point')
retval= val.slice(0,len-1)}
}
}
return(retval)
}
</script>
AnswerRe: java script Pin
saanj10-Jun-09 2:19
saanj10-Jun-09 2:19 
QuestionPrint in client machine Pin
yesu prakash10-Jun-09 1:42
yesu prakash10-Jun-09 1:42 
AnswerRe: Print in client machine Pin
Manas Bhardwaj10-Jun-09 1:46
professionalManas Bhardwaj10-Jun-09 1:46 
QuestionProblem in inserting "Hindi" Text in MySql5.0 using ASP.Net Pin
mkumar251110-Jun-09 1:12
mkumar251110-Jun-09 1:12 
AnswerRe: Problem in inserting "Hindi" Text in MySql5.0 using ASP.Net Pin
Manas Bhardwaj10-Jun-09 1:28
professionalManas Bhardwaj10-Jun-09 1:28 
GeneralRe: Problem in inserting "Hindi" Text in MySql5.0 using ASP.Net Pin
Abhijit Jana10-Jun-09 1:36
professionalAbhijit Jana10-Jun-09 1:36 
Questionto set theme in master pg Pin
anbusenthil10-Jun-09 0:16
anbusenthil10-Jun-09 0:16 
AnswerDo not repost Pin
Manas Bhardwaj10-Jun-09 1:06
professionalManas Bhardwaj10-Jun-09 1:06 
AnswerRe: to set theme in master pg Pin
Manas Bhardwaj10-Jun-09 1:10
professionalManas Bhardwaj10-Jun-09 1:10 
Questionto set diff themes dynamically Pin
anbusenthil9-Jun-09 23:36
anbusenthil9-Jun-09 23:36 
AnswerRe: to set diff themes dynamically Pin
Abhijit Jana9-Jun-09 23:45
professionalAbhijit Jana9-Jun-09 23:45 
QuestionConvert Vedio files in to FLV format in asp.net ( C# ) Pin
asbis9-Jun-09 23:32
asbis9-Jun-09 23:32 
AnswerRe: Convert Vedio files in to FLV format in asp.net ( C# ) Pin
saanj9-Jun-09 23:39
saanj9-Jun-09 23:39 
Questioni want to populate a gridview in other page Pin
prabhat kumar mokama9-Jun-09 23:17
prabhat kumar mokama9-Jun-09 23:17 
AnswerRe: i want to populate a gridview in other page Pin
Abhijit Jana9-Jun-09 23:29
professionalAbhijit Jana9-Jun-09 23:29 
AnswerRe: i want to populate a gridview in other page Pin
saanj9-Jun-09 23:36
saanj9-Jun-09 23:36 
Questionchk t query Pin
anbusenthil9-Jun-09 23:16
anbusenthil9-Jun-09 23:16 

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.