Click here to Skip to main content
15,867,308 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Asp.net application css issue Pin
Dholakiya Ankit7-Aug-13 20:02
Dholakiya Ankit7-Aug-13 20:02 
Questiononline model Pin
durgesh j2-Aug-13 20:34
durgesh j2-Aug-13 20:34 
AnswerRe: online model Pin
Richard MacCutchan2-Aug-13 22:00
mveRichard MacCutchan2-Aug-13 22:00 
AnswerRe: online model Pin
Ajay 101865622-Aug-13 23:03
professionalAjay 101865622-Aug-13 23:03 
QuestionMathematical, Physics and Chemistry Symbols tools for ASP.NET Pin
Olamiji Akeem Odeyemi2-Aug-13 2:29
Olamiji Akeem Odeyemi2-Aug-13 2:29 
Questionneed help Pin
snehal1222-Aug-13 1:54
snehal1222-Aug-13 1:54 
AnswerRe: need help Pin
Richard MacCutchan2-Aug-13 3:08
mveRichard MacCutchan2-Aug-13 3:08 
QuestionAsp.net, javascript : Textbox issue with chrome and firefox. pls help me out Pin
christhuxavier2-Aug-13 1:12
christhuxavier2-Aug-13 1:12 
i am giving some value in textbox1 (take for example vishal). so, when i give tab, it(vishal) should assign in textbox2.

so, i used the following in aspx and java script:

aspx:

onchange="getval()"


javascript

function getval() {

var keyCode = event.keyCode ? event.keyCode : event.which ? event.which : event.charCode;
document.getElementById('<%=textbox2.ClientID %>').value = document.getElementById('<%=textbox1.ClientID %>').value;
}

It works correctly in chrome . but, not working in firefox. pls help me out.
AnswerRe: Asp.net, javascript : Textbox issue with chrome and firefox. pls help me out Pin
Parwej Ahamad2-Aug-13 7:07
professionalParwej Ahamad2-Aug-13 7:07 
AnswerRe: Asp.net, javascript : Textbox issue with chrome and firefox. pls help me out Pin
Dholakiya Ankit10-Sep-13 0:51
Dholakiya Ankit10-Sep-13 0:51 
QuestionDisplaying images using image controller in asp.net which was retrived from sql server database Pin
Rajeev Krishna1-Aug-13 6:12
Rajeev Krishna1-Aug-13 6:12 
AnswerRe: Displaying images using image controller in asp.net which was retrived from sql server database Pin
Rajeev Krishna2-Aug-13 1:35
Rajeev Krishna2-Aug-13 1:35 
AnswerRe: Displaying images using image controller in asp.net which was retrived from sql server database Pin
Dholakiya Ankit7-Aug-13 21:28
Dholakiya Ankit7-Aug-13 21:28 
QuestionGenerate PDF documents from a HTML page using ASP.NET Pin
GopalakrishnanPS31-Jul-13 21:12
GopalakrishnanPS31-Jul-13 21:12 
AnswerRe: Generate PDF documents from a HTML page using ASP.NET Pin
Parwej Ahamad31-Jul-13 21:50
professionalParwej Ahamad31-Jul-13 21:50 
AnswerRe: Generate PDF documents from a HTML page using ASP.NET Pin
Bernhard Hiller31-Jul-13 22:35
Bernhard Hiller31-Jul-13 22:35 
GeneralRe: Generate PDF documents from a HTML page using ASP.NET Pin
GopalakrishnanPS1-Aug-13 2:15
GopalakrishnanPS1-Aug-13 2:15 
GeneralRe: Generate PDF documents from a HTML page using ASP.NET Pin
Bernhard Hiller1-Aug-13 3:50
Bernhard Hiller1-Aug-13 3:50 
GeneralRe: Generate PDF documents from a HTML page using ASP.NET Pin
GopalakrishnanPS1-Aug-13 5:06
GopalakrishnanPS1-Aug-13 5:06 
QuestionManually handling ASP.NET sessions Pin
Desmond Lim31-Jul-13 15:32
Desmond Lim31-Jul-13 15:32 
Question3-layer application Pin
larsp77731-Jul-13 9:28
larsp77731-Jul-13 9:28 
SuggestionRe: 3-layer application Pin
Richard MacCutchan31-Jul-13 21:05
mveRichard MacCutchan31-Jul-13 21:05 
Questionxslt template for creating excel file with multiple worksheets Pin
kanniga31-Jul-13 2:01
kanniga31-Jul-13 2:01 
AnswerRe: xslt template for creating excel file with multiple worksheets Pin
kanniga1-Aug-13 0:45
kanniga1-Aug-13 0:45 
QuestionPrint to serial port printer from the browser (asp.net web app:) Pin
sk_ko30-Jul-13 15:26
sk_ko30-Jul-13 15: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.