Click here to Skip to main content
15,887,214 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Enterkey of keyboard issues Pin
Abhijit Jana14-Mar-10 21:14
professionalAbhijit Jana14-Mar-10 21:14 
GeneralRe: Enterkey of keyboard issues Pin
Ch.Gayatri Subudhi14-Mar-10 21:40
Ch.Gayatri Subudhi14-Mar-10 21:40 
GeneralRe: Enterkey of keyboard issues Pin
Ch.Gayatri Subudhi14-Mar-10 21:05
Ch.Gayatri Subudhi14-Mar-10 21:05 
AnswerRe: Enterkey of keyboard issues Pin
Sandeep Mewara14-Mar-10 20:45
mveSandeep Mewara14-Mar-10 20:45 
GeneralRe: Enterkey of keyboard issues Pin
Ch.Gayatri Subudhi14-Mar-10 20:51
Ch.Gayatri Subudhi14-Mar-10 20:51 
AnswerRe: Enterkey of keyboard issues Pin
Sandeep Mewara14-Mar-10 21:39
mveSandeep Mewara14-Mar-10 21:39 
GeneralRe: Enterkey of keyboard issues Pin
Ch.Gayatri Subudhi14-Mar-10 21:44
Ch.Gayatri Subudhi14-Mar-10 21:44 
AnswerRe: Enterkey of keyboard issues Pin
Arindam Tewary14-Mar-10 21:44
professionalArindam Tewary14-Mar-10 21:44 
I would provide some input. Please check whether it actually helps in your scenario.

if you are in "Page.aspx" where on keyboard "enter button" hit takes you to "Wrong.aspx". But you actually want to visit "Right.aspx". Please do following steps,

Step 1. In Page.apsx, put "method" and "action" attribute in tag as mentioned here
<form id="form1" runat="server" method="post" action="Right.aspx">
        <!-- other existing HTML code for UI -->
        <asp:Button ID="Button1" runat="server" Text="Button" />    
    </form>


Step 2.
in @Page directive in Page.aspx, add "EnableViewStateMac" attribute as the following if not already added
EnableViewStateMac="false" 


Step 3. In @page directive in "Right.aspx" as set EnableViewStateMac = false.

Now hitting "enter button" from keyboard while you are in Page.aspx, will always nagivate you to "Right.aspx" instead of "Wrong.aspx".

Please let me know if it helps you.
Thanks,
Arindam D Tewary

GeneralRe: Enterkey of keyboard issues Pin
Ch.Gayatri Subudhi14-Mar-10 21:50
Ch.Gayatri Subudhi14-Mar-10 21:50 
GeneralRe: Enterkey of keyboard issues Pin
Arindam Tewary14-Mar-10 21:55
professionalArindam Tewary14-Mar-10 21:55 
GeneralRe: Enterkey of keyboard issues Pin
Ch.Gayatri Subudhi14-Mar-10 22:01
Ch.Gayatri Subudhi14-Mar-10 22:01 
GeneralRe: Enterkey of keyboard issues Pin
Arindam Tewary14-Mar-10 22:44
professionalArindam Tewary14-Mar-10 22:44 
GeneralRe: Enterkey of keyboard issues Pin
Ch.Gayatri Subudhi14-Mar-10 22:52
Ch.Gayatri Subudhi14-Mar-10 22:52 
GeneralRe: Enterkey of keyboard issues Pin
Arindam Tewary14-Mar-10 23:37
professionalArindam Tewary14-Mar-10 23:37 
QuestionUnable To Export Sub-report Data In Excel Format???? Pin
Rameez Raja14-Mar-10 19:49
Rameez Raja14-Mar-10 19:49 
AnswerRe: Unable To Export Sub-report Data In Excel Format???? Pin
sharad Pyakurel14-Mar-10 20:25
sharad Pyakurel14-Mar-10 20:25 
AnswerRe: Unable To Export Sub-report Data In Excel Format???? Pin
Sandeep Mewara14-Mar-10 20:41
mveSandeep Mewara14-Mar-10 20:41 
GeneralRe: Unable To Export Sub-report Data In Excel Format???? Pin
Rameez Raja14-Mar-10 23:39
Rameez Raja14-Mar-10 23:39 
GeneralRe: Unable To Export Sub-report Data In Excel Format???? Pin
Sandeep Mewara15-Mar-10 9:04
mveSandeep Mewara15-Mar-10 9:04 
QuestionCrystal Report Starked Bar Chart - Setting of Color Pin
HatakeKaKaShi14-Mar-10 15:59
HatakeKaKaShi14-Mar-10 15:59 
Questionhow to perform delete and update the images in gridview control using asp.net with c# with sqlserver 2005 Pin
developerit14-Mar-10 3:50
developerit14-Mar-10 3:50 
AnswerRe: how to perform delete and update the images in gridview control using asp.net with c# with sqlserver 2005 Pin
Sandeep Mewara14-Mar-10 3:56
mveSandeep Mewara14-Mar-10 3:56 
GeneralRe: how to perform delete and update the images in gridview control using asp.net with c# with sqlserver 2005 Pin
Not Active14-Mar-10 6:00
mentorNot Active14-Mar-10 6:00 
GeneralRe: how to perform delete and update the images in gridview control using asp.net with c# with sqlserver 2005 Pin
Sandeep Mewara14-Mar-10 6:32
mveSandeep Mewara14-Mar-10 6:32 
GeneralRe: how to perform delete and update the images in gridview control using asp.net with c# with sqlserver 2005 Pin
developerit14-Mar-10 19:30
developerit14-Mar-10 19:30 

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.