Click here to Skip to main content
15,915,783 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to find IP address of user machine in ASP. Pin
Urs Enzler4-Sep-07 1:07
Urs Enzler4-Sep-07 1:07 
GeneralRe: How to find IP address of user machine in ASP. Pin
rahul.net114-Sep-07 1:35
rahul.net114-Sep-07 1:35 
GeneralRe: How to find IP address of user machine in ASP. Pin
Urs Enzler4-Sep-07 1:54
Urs Enzler4-Sep-07 1:54 
GeneralRe: How to find IP address of user machine in ASP. Pin
pkp0015-Jan-10 19:24
pkp0015-Jan-10 19:24 
GeneralRe: How to find IP address of user machine in ASP. Pin
Urs Enzler6-Jan-10 0:20
Urs Enzler6-Jan-10 0:20 
QuestionFocusing a HTML button in Javascript.. Pin
Balagurunathan S3-Sep-07 21:47
Balagurunathan S3-Sep-07 21:47 
AnswerRe: Focusing a HTML button in Javascript.. Pin
Balagurunathan S3-Sep-07 21:54
Balagurunathan S3-Sep-07 21:54 
GeneralRe: Focusing a HTML button in Javascript.. Pin
mani_iips3-Sep-07 23:03
mani_iips3-Sep-07 23:03 
Hello..
i am not very sure how asp.net renders the image button into the html. But anyhow u can try this..

<br />
//on preRender<br />
<br />
myImageButton.attributes.add("type", "submit");<br />
<br />


On pressing enter key, the Form.Submit event is fired. By assosiaciting the above attribute with ur image buttong it will work if the Image Button is renndered as <input...>, but otherwise too u can use the same understanding to get the job done.
Keep me updated with the same..

Regards.
GeneralRe: Focusing a HTML button in Javascript.. Pin
Balagurunathan S3-Sep-07 23:39
Balagurunathan S3-Sep-07 23:39 
AnswerRe: Focusing a HTML button in Javascript.. Pin
Guffa3-Sep-07 23:12
Guffa3-Sep-07 23:12 
QuestionAsynchronous partial load of page content immediately after page load with ASP.NET AJAX server centric model Pin
Urs Enzler3-Sep-07 21:32
Urs Enzler3-Sep-07 21:32 
AnswerRe: TextArea in asp.net Pin
quilla.b3-Sep-07 21:37
quilla.b3-Sep-07 21:37 
QuestionExport To Excel - Macro not firing Pin
quilla.b3-Sep-07 21:11
quilla.b3-Sep-07 21:11 
QuestionASP Error on local site : Expected Error ';' Pin
bryan paling3-Sep-07 21:07
bryan paling3-Sep-07 21:07 
JokeRe: ASP Error on local site : Expected Error ';' Pin
Sandeep Akhare3-Sep-07 21:22
Sandeep Akhare3-Sep-07 21:22 
GeneralRe: ASP Error on local site : Expected Error ';' Pin
bryan paling3-Sep-07 21:27
bryan paling3-Sep-07 21:27 
GeneralRe: ASP Error on local site : Expected Error ';' Pin
Sandeep Akhare3-Sep-07 22:07
Sandeep Akhare3-Sep-07 22:07 
AnswerRe: ASP Error on local site : Expected Error ';' Pin
John-ph3-Sep-07 21:35
John-ph3-Sep-07 21:35 
GeneralRe: ASP Error on local site : Expected Error ';' Pin
bryan paling3-Sep-07 21:45
bryan paling3-Sep-07 21:45 
AnswerRe: ASP Error on local site : Expected Error ';' Pin
Fred_Smith3-Sep-07 23:15
Fred_Smith3-Sep-07 23:15 
GeneralRe: ASP Error on local site : Expected Error ';' Pin
bryan paling3-Sep-07 23:23
bryan paling3-Sep-07 23:23 
GeneralRe: ASP Error on local site : Expected Error ';' Pin
Fred_Smith3-Sep-07 23:28
Fred_Smith3-Sep-07 23:28 
QuestionChanging the properties of control used in Web User Control from Web Form Pin
Dhyanga3-Sep-07 20:39
Dhyanga3-Sep-07 20:39 
AnswerRe: Changing the properties of control used in Web User Control from Web Form Pin
Sandeep Akhare3-Sep-07 20:54
Sandeep Akhare3-Sep-07 20:54 
AnswerRe: Changing the properties of control used in Web User Control from Web Form Pin
/randz3-Sep-07 20:59
/randz3-Sep-07 20:59 

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.