Click here to Skip to main content
15,914,780 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe-read from database or store in a session variable? Pin
Jay Royall21-May-09 23:20
Jay Royall21-May-09 23:20 
AnswerRe: Re-read from database or store in a session variable? Pin
padmanabhan N21-May-09 23:37
padmanabhan N21-May-09 23:37 
AnswerRe: Re-read from database or store in a session variable? Pin
Anil Chauhan21-May-09 23:39
Anil Chauhan21-May-09 23:39 
QuestionNeed Help While Creting Websteup Project Pin
kinnuP21-May-09 21:08
kinnuP21-May-09 21:08 
QuestionAjax TabContainer Pin
sirisha guttikonda21-May-09 20:54
sirisha guttikonda21-May-09 20:54 
AnswerRe: Ajax TabContainer Pin
N a v a n e e t h21-May-09 22:02
N a v a n e e t h21-May-09 22:02 
QuestionAutoPostback Problem on the Grid [modified] Pin
Vimalsoft(Pty) Ltd21-May-09 20:51
professionalVimalsoft(Pty) Ltd21-May-09 20:51 
QuestionWant to prevent delete and backspace keys Pin
CrazyCoder2621-May-09 20:16
CrazyCoder2621-May-09 20:16 
Hi I have a textbox on which I want to prevent user from keying down backspace and delete.
I have tried the following.But It didn't work.Can anyone help me?
<script language="javascript">
function PrevFrKey2()
{
 if(event.keyCode==8 || event.keyCode==127)
 {
  return false;
 }
}
</script>
<input id="Hidden1" type="text" runat="server"  onkeydown="return PrevFrKey2();" onkeyup="return PrevFrKey2();"    style="font-family:Courier New; font-size:xx-small; font-weight:bold; color:Blue; width:10px;" />


Thanks in advance

ARINDAM

AnswerRe: Want to prevent delete and backspace keys Pin
ais0721-May-09 21:26
ais0721-May-09 21:26 
GeneralRe: Want to prevent delete and backspace keys Pin
CrazyCoder2621-May-09 22:43
CrazyCoder2621-May-09 22:43 
AnswerRe: Want to prevent delete and backspace keys Pin
Ramesh Swaminathan22-May-09 3:24
Ramesh Swaminathan22-May-09 3:24 
QuestionDetail View Pin
hahii21-May-09 19:25
hahii21-May-09 19:25 
AnswerRe: Detail View Pin
Sneha Bisht21-May-09 19:32
Sneha Bisht21-May-09 19:32 
QuestionHow can i set user-defined property which is defined in user control i want to access in javascript in aspx page. Pin
anish27patel21-May-09 19:21
anish27patel21-May-09 19:21 
AnswerRe: How can i set user-defined property which is defined in user control i want to access in javascript in aspx page. Pin
MiDo_RoMa21-May-09 19:30
MiDo_RoMa21-May-09 19:30 
GeneralRe: How can i set user-defined property which is defined in user control i want to access in javascript in aspx page. Pin
anish27patel21-May-09 19:55
anish27patel21-May-09 19:55 
GeneralRe: How can i set user-defined property which is defined in user control i want to access in javascript in aspx page. Pin
MiDo_RoMa21-May-09 20:03
MiDo_RoMa21-May-09 20:03 
QuestionHow to redirect to my Home page in asp.net2.0? Pin
Subin Alex21-May-09 18:41
Subin Alex21-May-09 18:41 
AnswerRe: How to redirect to my Home page in asp.net2.0? Pin
Baran M21-May-09 19:07
Baran M21-May-09 19:07 
Questionin My C# integer value not show integer Value it showing hexa value.? Pin
Piyush Vardhan Singh21-May-09 18:19
Piyush Vardhan Singh21-May-09 18:19 
GeneralRe: in My C# integer value not show integer Value it showing hexa value.? Pin
padmanabhan N21-May-09 18:52
padmanabhan N21-May-09 18:52 
AnswerRe: in My C# integer value not show integer Value it showing hexa value.? Pin
Ramesh Swaminathan21-May-09 19:22
Ramesh Swaminathan21-May-09 19:22 
GeneralRe: in My C# integer value not show integer Value it showing hexa value.? Pin
Piyush Vardhan Singh21-May-09 20:37
Piyush Vardhan Singh21-May-09 20:37 
Questionhow to add a web reference by code ? Pin
MiDo_RoMa21-May-09 14:13
MiDo_RoMa21-May-09 14:13 
AnswerRe: how to add a web reference by code ? Pin
Baran M21-May-09 19:18
Baran M21-May-09 19:18 

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.