Click here to Skip to main content
15,902,840 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: remove single quote from a string Pin
Baran M23-Sep-08 23:08
Baran M23-Sep-08 23:08 
AnswerRe: remove single quote from a string Pin
K V Sekhar24-Sep-08 2:50
K V Sekhar24-Sep-08 2:50 
AnswerRe: remove single quote from a string Pin
WebMaster2-Feb-10 22:11
WebMaster2-Feb-10 22:11 
QuestionRepeater Footer Template Pin
meghamaharshi23-Sep-08 18:59
meghamaharshi23-Sep-08 18:59 
QuestionWeb Parts... Pin
Illegal Operation23-Sep-08 18:55
Illegal Operation23-Sep-08 18:55 
QuestionEnter key and button behavior Pin
aecordoba23-Sep-08 10:51
aecordoba23-Sep-08 10:51 
AnswerRe: Enter key and button behavior Pin
Blue_Boy23-Sep-08 12:12
Blue_Boy23-Sep-08 12:12 
AnswerRe: Enter key and button behavior Pin
Steve Echols23-Sep-08 17:23
Steve Echols23-Sep-08 17:23 
I think you can also use:

<form id="form1" runat="server" defaultbutton="sendButton">

If you're using master pages, you have to set the default button for each page manually like this (in you Page Load handler):

HtmlForm frm = (HtmlForm)Master.FindControl("form1");
frm.DefaultButton = sendButton.UniqueID;

Worth a shot anyway.

- S
50 cups of coffee and you know it's on!
A post a day, keeps the white coats away!
GeneralRe: Enter key and button behavior Pin
Baran M23-Sep-08 18:41
Baran M23-Sep-08 18:41 
GeneralRe: Enter key and button behavior Pin
Steve Echols23-Sep-08 18:47
Steve Echols23-Sep-08 18:47 
GeneralRe: Enter key and button behavior Pin
aecordoba24-Sep-08 3:57
aecordoba24-Sep-08 3:57 
QuestionNested UserControls nested in UpdatePanels Pin
vartana81823-Sep-08 10:01
vartana81823-Sep-08 10:01 
QuestionFrom where I can Start to Learn .Net 3.0? Pin
Yuwraj23-Sep-08 9:59
Yuwraj23-Sep-08 9:59 
AnswerRe: From where I can Start to Learn .Net 3.0? Pin
NeverHeardOfMe23-Sep-08 10:38
NeverHeardOfMe23-Sep-08 10:38 
QuestionProblems with design/source editor in VS2008 Pin
AlexeiXX323-Sep-08 8:10
AlexeiXX323-Sep-08 8:10 
Questionjavascript call on asp.net Pin
UD(IA)23-Sep-08 3:57
UD(IA)23-Sep-08 3:57 
AnswerRe: javascript call on asp.net Pin
ncsubbu23-Sep-08 5:21
professionalncsubbu23-Sep-08 5:21 
AnswerRe: javascript call on asp.net Pin
vimal_yet23-Sep-08 21:12
vimal_yet23-Sep-08 21:12 
GeneralSQL Server does not exist or access denied. +ConnectionOpen (Connect()). Pin
attalurisubbu23-Sep-08 3:38
attalurisubbu23-Sep-08 3:38 
GeneralRe: SQL Server does not exist or access denied. +ConnectionOpen (Connect()). Pin
Venkat Eswaran24-Sep-08 12:02
Venkat Eswaran24-Sep-08 12:02 
QuestionSelect Only one checkbox in a gridview Pin
avi_dadi200223-Sep-08 1:17
avi_dadi200223-Sep-08 1:17 
AnswerRe: Select Only one checkbox in a gridview Pin
ToddHileHoffer23-Sep-08 2:29
ToddHileHoffer23-Sep-08 2:29 
GeneralRe: Select Only one checkbox in a gridview Pin
avi_dadi200223-Sep-08 18:57
avi_dadi200223-Sep-08 18:57 
AnswerRe: Select Only one checkbox in a gridview Pin
AlexeiXX323-Sep-08 7:59
AlexeiXX323-Sep-08 7:59 
QuestionPagination Pin
nhss23-Sep-08 0:39
nhss23-Sep-08 0:39 

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.