Click here to Skip to main content
15,885,757 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Page.Request.Form("ControlName") returns null Pin
Ali Al Omairi(Abu AlHassan)8-Mar-11 7:37
professionalAli Al Omairi(Abu AlHassan)8-Mar-11 7:37 
GeneralRe: Page.Request.Form("ControlName") returns null Pin
Pete O'Hanlon8-Mar-11 10:34
mvePete O'Hanlon8-Mar-11 10:34 
GeneralRe: Page.Request.Form("ControlName") returns null Pin
Ali Al Omairi(Abu AlHassan)9-Mar-11 11:20
professionalAli Al Omairi(Abu AlHassan)9-Mar-11 11:20 
GeneralRe: Page.Request.Form("ControlName") returns null Pin
Pete O'Hanlon10-Mar-11 8:02
mvePete O'Hanlon10-Mar-11 8:02 
QuestionSystem.IO file access from server. Pin
Satish_S6-Mar-11 18:33
Satish_S6-Mar-11 18:33 
AnswerRe: System.IO file access from server. Pin
musefan6-Mar-11 23:46
musefan6-Mar-11 23:46 
GeneralRe: System.IO file access from server. Pin
Satish_S7-Mar-11 18:05
Satish_S7-Mar-11 18:05 
QuestionBrowser AutoComplete Not working in IE 8 Pin
raghvendrapanda5-Mar-11 19:46
raghvendrapanda5-Mar-11 19:46 
I am using a .ascx page in a aspx page. The ascx page contains a textbox and a search button. The Enter key was not working with search but when we put following line

textboxsearchInput.Attributes.Add("onkeydown", "if(event.which || event.keyCode){if ((event.which == 13) || (event.keyCode == 13)) {document.getElementById('" + btnSearch.ClientID + "').click();return false;}} else {return true}; ");

on the page load method of the ascx page the Enter key starts working but now the auto complete functionality of the text box is not working, When we go to any option in the auto complete drop down and press Enter the form is submitted without considering that option.
Please help if any one have some idea.
AnswerRe: Browser AutoComplete Not working in IE 8 Pin
Sunasara Imdadhusen7-Mar-11 23:01
professionalSunasara Imdadhusen7-Mar-11 23:01 
QuestionVISUAL STUDIO 2010 - ERROR WORKING WITH WEB PARTS Pin
FJJCENTU5-Mar-11 8:12
FJJCENTU5-Mar-11 8:12 
AnswerRe: VISUAL STUDIO 2010 - ERROR WORKING WITH WEB PARTS Pin
Pete O'Hanlon5-Mar-11 9:50
mvePete O'Hanlon5-Mar-11 9:50 
QuestionEvent not firing on ajax tabcontainer control Pin
Mayank Pathak, Chandigarh4-Mar-11 23:37
Mayank Pathak, Chandigarh4-Mar-11 23:37 
AnswerRe: Event not firing on ajax tabcontainer control Pin
Ali AlOmairi (TJIC)13-Mar-11 23:03
Ali AlOmairi (TJIC)13-Mar-11 23:03 
QuestionWebMoney api Pin
benams4-Mar-11 6:01
benams4-Mar-11 6:01 
GeneralRe: WebMoney api Pin
Ali Al Omairi(Abu AlHassan)4-Mar-11 11:40
professionalAli Al Omairi(Abu AlHassan)4-Mar-11 11:40 
AnswerRe: WebMoney api Pin
Dalek Dave4-Mar-11 13:11
professionalDalek Dave4-Mar-11 13:11 
GeneralRe: WebMoney api Pin
Ali Al Omairi(Abu AlHassan)5-Mar-11 0:36
professionalAli Al Omairi(Abu AlHassan)5-Mar-11 0:36 
AnswerRe: WebMoney api Pin
Ali Al Omairi(Abu AlHassan)5-Mar-11 0:39
professionalAli Al Omairi(Abu AlHassan)5-Mar-11 0:39 
QuestionPlacemark on Google Map Pin
Blue_Boy3-Mar-11 10:44
Blue_Boy3-Mar-11 10:44 
AnswerRe: Placemark on Google Map Pin
Pete O'Hanlon3-Mar-11 11:09
mvePete O'Hanlon3-Mar-11 11:09 
AnswerRe: Placemark on Google Map Pin
Dalek Dave3-Mar-11 11:37
professionalDalek Dave3-Mar-11 11:37 
AnswerRe: Placemark on Google Map Pin
R. Giskard Reventlov3-Mar-11 21:34
R. Giskard Reventlov3-Mar-11 21:34 
QuestionSession Expire Pin
Mansi Arora3-Mar-11 0:37
Mansi Arora3-Mar-11 0:37 
AnswerRe: Session Expire Pin
R. Giskard Reventlov3-Mar-11 1:19
R. Giskard Reventlov3-Mar-11 1:19 
AnswerRe: Session Expire Pin
Prasanta_Prince14-Apr-11 2:08
Prasanta_Prince14-Apr-11 2:08 

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.