Click here to Skip to main content
15,913,487 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionasp.net Pin
mahesh K.N.14-Sep-08 19:40
mahesh K.N.14-Sep-08 19:40 
AnswerRe: asp.net Pin
Sandeep Akhare14-Sep-08 21:21
Sandeep Akhare14-Sep-08 21:21 
AnswerRe: asp.net Pin
Venkat Eswaran15-Sep-08 9:37
Venkat Eswaran15-Sep-08 9:37 
QuestionConverting ServerSide Control in a web page in to Image( ex.Gridview with data into Image) Pin
K V Sekhar14-Sep-08 19:36
K V Sekhar14-Sep-08 19:36 
AnswerRe: Converting ServerSide Control in a web page in to Image( ex.Gridview with data into Image) Pin
Rocky#14-Sep-08 21:19
Rocky#14-Sep-08 21:19 
GeneralRe: Converting ServerSide Control in a web page in to Image( ex.Gridview with data into Image) Pin
K V Sekhar14-Sep-08 22:31
K V Sekhar14-Sep-08 22:31 
GeneralRe: Converting ServerSide Control in a web page in to Image( ex.Gridview with data into Image) Pin
Rocky#14-Sep-08 23:57
Rocky#14-Sep-08 23:57 
Questioncall function from jscript file to .aspx inline code Pin
g_amol14-Sep-08 19:11
g_amol14-Sep-08 19:11 
for validation:

I want to call a function which is in .js file,
function called in inline code by
<asp:textbox id="TextBox2" onkeypress="function name" runat="server" xmlns:asp="#unknown"></asp:textbox>

is it correct way to call ????
or any one tell me the write way to call function from javascript file


i already done following code runnable for keypress event,


<asp:TextBox ID="TextBox1" onkeypress ="
if (!((event.keyCode > 47 && event.keyCode < 58)||event.keyCode==45||event.keyCode==46||event.keyCode==110||
event.KeyCode==190||event.keyCode==8||event.keyCode==9))
{
alert('Please Enter Numbers only...');
event.returnValue = false;
}
else
{
event.returnValue=true;
}
" runat="server"></asp:TextBox>


Please tell me the way to call function in aspx inline code
or any fault in given code
AnswerRe: call function from jscript file to .aspx inline code Pin
ncsubbu14-Sep-08 19:44
professionalncsubbu14-Sep-08 19:44 
AnswerRe: call function from jscript file to .aspx inline code Pin
Sandeep Akhare14-Sep-08 19:47
Sandeep Akhare14-Sep-08 19:47 
QuestionSearch Enginee for my database [modified] Pin
ncsubbu14-Sep-08 18:57
professionalncsubbu14-Sep-08 18:57 
AnswerRe: Search Enginee for my database Pin
Sandeep Akhare14-Sep-08 20:12
Sandeep Akhare14-Sep-08 20:12 
QuestionClick event of dynamic Image buuton ? Pin
Masood Kochi,SSF14-Sep-08 18:49
Masood Kochi,SSF14-Sep-08 18:49 
AnswerRe: Click event of dynamic Image buuton ? Pin
Sandeep Akhare14-Sep-08 20:09
Sandeep Akhare14-Sep-08 20:09 
AnswerRe: Click event of dynamic Image buuton ? Pin
balaji.t14-Sep-08 20:40
balaji.t14-Sep-08 20:40 
Questionget the datafield from Gridview and visible them Pin
Member 243361614-Sep-08 17:24
Member 243361614-Sep-08 17:24 
Questionhow to retain the value of the html textbox control when server side dropdownlist changes?? Pin
dayakar_dn14-Sep-08 6:57
dayakar_dn14-Sep-08 6:57 
AnswerRe: how to retain the value of the html textbox control when server side dropdownlist changes?? Pin
Manas Bhardwaj14-Sep-08 7:08
professionalManas Bhardwaj14-Sep-08 7:08 
QuestionRe: how to retain the value of the html textbox control when server side dropdownlist changes?? Pin
sarala.s14-Sep-08 20:15
sarala.s14-Sep-08 20:15 
AnswerRe: how to retain the value of the html textbox control when server side dropdownlist changes?? Pin
Sandeep Akhare14-Sep-08 20:26
Sandeep Akhare14-Sep-08 20:26 
QuestionCreating Bin Folder in Asp.Net 2.0 Pin
Milind Panchal14-Sep-08 3:50
Milind Panchal14-Sep-08 3:50 
AnswerRe: Creating Bin Folder in Asp.Net 2.0 Pin
Manas Bhardwaj14-Sep-08 7:06
professionalManas Bhardwaj14-Sep-08 7:06 
AnswerRe: Creating Bin Folder in Asp.Net 2.0 Pin
Sandeep Akhare14-Sep-08 20:28
Sandeep Akhare14-Sep-08 20:28 
QuestionPrinting using reportviewer Pin
IamAmit14-Sep-08 1:53
IamAmit14-Sep-08 1:53 
QuestionThis probabaley has been asked before but not getting the solution (DropDownlist Problem) Pin
Rameez Raja13-Sep-08 19:26
Rameez Raja13-Sep-08 19:26 

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.