Click here to Skip to main content
15,886,199 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionmaintain scrollbar position Pin
sc steinhayse15-Aug-12 11:55
sc steinhayse15-Aug-12 11:55 
AnswerRe: maintain scrollbar position Pin
jkirkerx15-Aug-12 17:44
professionaljkirkerx15-Aug-12 17:44 
GeneralRe: maintain scrollbar position Pin
sc steinhayse16-Aug-12 3:46
sc steinhayse16-Aug-12 3:46 
GeneralRe: maintain scrollbar position Pin
jkirkerx16-Aug-12 9:13
professionaljkirkerx16-Aug-12 9:13 
Questionregular expression validator Pin
sc steinhayse15-Aug-12 10:02
sc steinhayse15-Aug-12 10:02 
AnswerMessage Closed Pin
15-Aug-12 10:24
Susan Rich15-Aug-12 10:24 
GeneralRe: regular expression validator Pin
sc steinhayse15-Aug-12 11:57
sc steinhayse15-Aug-12 11:57 
Questionbring footer to bottom Pin
Jassim Rahma15-Aug-12 9:00
Jassim Rahma15-Aug-12 9:00 
i want to know how can I make the footer row at the bottom of the page even if the content is less? I tried this code but the footer is still not coming the bottom?

XML
<asp:Table ID="Table1" runat="server" BorderWidth="1" CellPadding="5" Width="960px" Height="100%" HorizontalAlign="Center">
<asp:TableRow>
    <asp:TableCell HorizontalAlign="Center"><uc1:website_header ID="websiteHeader" runat="server" /></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
    <asp:TableCell><uc1:main_menu ID="mnuMain" runat="server" /></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
    <asp:TableCell><asp:ContentPlaceHolder ID="MainContent" runat="server"/></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
    <asp:TableCell HorizontalAlign="Center" bottom:0px;"><uc1:Website_footer ID="Website_footer" runat="server" /></asp:TableCell>
</asp:TableRow>
</asp:Table>

QuestionASP.Net Routing by routes.MapPageRoute with routeURL and physicalFile is not available in route registration Pin
milad137715-Aug-12 7:14
milad137715-Aug-12 7:14 
AnswerRe: ASP.Net Routing by routes.MapPageRoute with routeURL and physicalFile is not available in route registration Pin
jkirkerx15-Aug-12 8:15
professionaljkirkerx15-Aug-12 8:15 
QuestionASP.Net 4 Routing with runtime routeURL and physicalFile Pin
milad137715-Aug-12 6:51
milad137715-Aug-12 6:51 
QuestionSending SMS through ASP.NET Pin
komalridda14-Aug-12 20:00
komalridda14-Aug-12 20:00 
AnswerRe: Sending SMS through ASP.NET Pin
StianSandberg14-Aug-12 21:05
StianSandberg14-Aug-12 21:05 
AnswerRe: Sending SMS through ASP.NET Pin
Richard MacCutchan14-Aug-12 21:10
mveRichard MacCutchan14-Aug-12 21:10 
GeneralRe: Sending SMS through ASP.NET Pin
RichardGrimmer5-Sep-12 4:36
RichardGrimmer5-Sep-12 4:36 
GeneralRe: Sending SMS through ASP.NET Pin
Richard MacCutchan5-Sep-12 5:18
mveRichard MacCutchan5-Sep-12 5:18 
AnswerRe: Sending SMS through ASP.NET Pin
Rahul Rajat Singh16-Aug-12 18:17
professionalRahul Rajat Singh16-Aug-12 18:17 
AnswerRe: Sending SMS through ASP.NET Pin
ashjassi17-Aug-12 2:41
ashjassi17-Aug-12 2:41 
Question2010 web service Pin
dcof14-Aug-12 14:39
dcof14-Aug-12 14:39 
QuestionUnable to run the website using IIS Pin
sravsailu13-Aug-12 23:28
sravsailu13-Aug-12 23:28 
AnswerRe: Unable to run the website using IIS Pin
jkirkerx14-Aug-12 7:45
professionaljkirkerx14-Aug-12 7:45 
QuestionJQGRID IN ASP.NET Pin
Roshith G13-Aug-12 19:29
Roshith G13-Aug-12 19:29 
QuestionCustom Validator of Combobox and Validation summary Pin
Neha Ojha13-Aug-12 7:28
Neha Ojha13-Aug-12 7:28 
AnswerRe: Custom Validator of Combobox and Validation summary Pin
jkirkerx14-Aug-12 7:59
professionaljkirkerx14-Aug-12 7:59 
GeneralRe: Custom Validator of Combobox and Validation summary Pin
Neha Ojha15-Aug-12 5:09
Neha Ojha15-Aug-12 5:09 

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.