Click here to Skip to main content
15,910,471 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: problem with asp.net 4 themes and skins Pin
Jassim Makki13-Apr-11 21:25
Jassim Makki13-Apr-11 21:25 
GeneralRe: problem with asp.net 4 themes and skins Pin
Jassim Makki13-Apr-11 22:22
Jassim Makki13-Apr-11 22:22 
Questionproblem in publishing website Pin
S.Aijaz13-Apr-11 0:04
S.Aijaz13-Apr-11 0:04 
AnswerRe: problem in publishing website Pin
Not Active13-Apr-11 2:23
mentorNot Active13-Apr-11 2:23 
AnswerRe: problem in publishing website Pin
Prasanta_Prince14-Apr-11 0:51
Prasanta_Prince14-Apr-11 0:51 
Questiongroup buttons Pin
jashimu12-Apr-11 6:38
jashimu12-Apr-11 6:38 
AnswerRe: group buttons Pin
Not Active12-Apr-11 6:52
mentorNot Active12-Apr-11 6:52 
GeneralRe: group buttons Pin
jashimu12-Apr-11 7:08
jashimu12-Apr-11 7:08 
Sorry I forgot to mention that I am truely new to web app. I don't know which one is the best approch, but the way I have is I have a table and put a button in a cell. For example, in a row I have two cell and both the cell have a button called "back" and "next" when I run the app these two buttons are little far from each other. even though I align them to right.

what I want is to put the buttons side by side.

<tr>
    <td align="right" colspan="3">
            <asp:Button ID="pageThreeBackButton" runat="server"
                style=" height: 30px; width: 50px"
                Text="Back" onclick="pageThreeBackButton_Click"/>;
        </td>
        <td align="right">
            <asp:Button ID="pageThreeSubmitButton" runat="server"
                style=" height: 30px; width: 50px"
                Text="Submit" onclick="pageThreeSubmitButton_Click" />
        </td>
    </tr>

GeneralRe: group buttons Pin
Not Active12-Apr-11 7:36
mentorNot Active12-Apr-11 7:36 
GeneralRe: group buttons Pin
jashimu12-Apr-11 8:45
jashimu12-Apr-11 8:45 
GeneralRe: group buttons Pin
davidnz12-Apr-11 12:09
davidnz12-Apr-11 12:09 
GeneralRe: group buttons Pin
Not Active13-Apr-11 2:21
mentorNot Active13-Apr-11 2:21 
GeneralRe: group buttons Pin
davidnz13-Apr-11 16:16
davidnz13-Apr-11 16:16 
AnswerRe: group buttons Pin
gavindon12-Apr-11 7:01
gavindon12-Apr-11 7:01 
AnswerRe: group buttons Pin
Dalek Dave12-Apr-11 10:22
professionalDalek Dave12-Apr-11 10:22 
QuestionSession Timeout is not working Pin
Elena200612-Apr-11 6:33
Elena200612-Apr-11 6:33 
AnswerRe: Session Timeout is not working Pin
thatraja12-Apr-11 18:19
professionalthatraja12-Apr-11 18:19 
AnswerRe: Session Timeout is not working Pin
meeram39512-Apr-11 19:47
meeram39512-Apr-11 19:47 
AnswerRe: Session Timeout is not working Pin
Abhijit Jana12-Apr-11 21:41
professionalAbhijit Jana12-Apr-11 21:41 
AnswerRe: Session Timeout is not working Pin
Manoranjan Sahoo14-Apr-11 22:05
Manoranjan Sahoo14-Apr-11 22:05 
AnswerRe: Session Timeout is not working Pin
Prasanta_Prince21-Apr-11 2:47
Prasanta_Prince21-Apr-11 2:47 
AnswerRe: Session Timeout is not working Pin
Ravi Sant9-May-11 23:34
Ravi Sant9-May-11 23:34 
QuestionTable row as link in MVC Pin
Priya Prk12-Apr-11 0:55
Priya Prk12-Apr-11 0:55 
AnswerRe: Table row as link in MVC Pin
Ali Al Omairi(Abu AlHassan)12-Apr-11 1:30
professionalAli Al Omairi(Abu AlHassan)12-Apr-11 1:30 
QuestionPDF Pin
Ramkumar_S11-Apr-11 23:48
Ramkumar_S11-Apr-11 23:48 

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.