Click here to Skip to main content
15,892,697 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to Use Two Forms Autentication in One Solution Pin
Robymon6-Jan-09 19:18
Robymon6-Jan-09 19:18 
AnswerRe: How to Use Two Forms Autentication in One Solution Pin
N a v a n e e t h6-Jan-09 19:40
N a v a n e e t h6-Jan-09 19:40 
Questionhow to Cache whole page Pin
kishorg16-Jan-09 19:15
kishorg16-Jan-09 19:15 
AnswerRe: how to Cache whole page Pin
N a v a n e e t h6-Jan-09 19:30
N a v a n e e t h6-Jan-09 19:30 
GeneralRe: how to Cache whole page Pin
kishorg16-Jan-09 19:37
kishorg16-Jan-09 19:37 
GeneralRe: how to Cache whole page Pin
N a v a n e e t h6-Jan-09 19:51
N a v a n e e t h6-Jan-09 19:51 
GeneralRe: how to Cache whole page Pin
kishorg16-Jan-09 20:31
kishorg16-Jan-09 20:31 
Questionscrollbar in panel Pin
Mr.Sam6-Jan-09 18:55
Mr.Sam6-Jan-09 18:55 
Hi all...
Im dynamically adding data to a label which is placed in a panel. but the problem is that as the label fills up
the panel length increases leading to scrollbars.
I want the scrollbar to be to be pointing at the end of the panel.



Here is the code sample
 <asp:Panel ID="Panel1" runat="server" BackColor="White" BorderColor="CornflowerBlue" 
BorderStyle="Solid" BorderWidth="1px" Height="250px" ScrollBars="Auto" Width="100%" CssClass="filter">
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional">
<ContentTemplate>
<asp:Label ID="Label3" runat="server" BackColor="White"></asp:Label>
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger ControlID="btnSendMsg" />
<asp:AsyncPostBackTrigger ControlID="Timer1" />
</Triggers>
</asp:UpdatePanel>
</asp:Panel>


Bye

AnswerRe: scrollbar in panel [modified] Pin
sudhanvag7-Jan-09 17:47
sudhanvag7-Jan-09 17:47 
QuestiondialogArguments Pin
Mr.Himansu6-Jan-09 18:39
Mr.Himansu6-Jan-09 18:39 
QuestionProble with solution file. Pin
Prashant B. Lavate6-Jan-09 18:07
Prashant B. Lavate6-Jan-09 18:07 
AnswerRe: Proble with solution file. Pin
Not Active6-Jan-09 19:16
mentorNot Active6-Jan-09 19:16 
AnswerRe: Proble with solution file. Pin
N a v a n e e t h6-Jan-09 19:20
N a v a n e e t h6-Jan-09 19:20 
QuestionHow to get the width of Alphabets used? Pin
Hema Bairavan6-Jan-09 17:47
Hema Bairavan6-Jan-09 17:47 
AnswerRe: How to get the width of Alphabets used? Pin
Guffa6-Jan-09 21:25
Guffa6-Jan-09 21:25 
GeneralRe: How to get the width of Alphabets used? Pin
Hema Bairavan6-Jan-09 21:43
Hema Bairavan6-Jan-09 21:43 
AnswerRe: How to get the width of Alphabets used? Pin
Guffa6-Jan-09 21:56
Guffa6-Jan-09 21:56 
QuestionDebug asp.net application in Visual Studio.NET 2003 Pin
AndieDu6-Jan-09 16:53
AndieDu6-Jan-09 16:53 
AnswerRe: Debug asp.net application in Visual Studio.NET 2003 Pin
N a v a n e e t h6-Jan-09 17:01
N a v a n e e t h6-Jan-09 17:01 
GeneralRe: Debug asp.net application in Visual Studio.NET 2003 Pin
AndieDu6-Jan-09 17:11
AndieDu6-Jan-09 17:11 
AnswerRe: Debug asp.net application in Visual Studio.NET 2003 Pin
Abhijit Jana6-Jan-09 17:35
professionalAbhijit Jana6-Jan-09 17:35 
GeneralRe: Debug asp.net application in Visual Studio.NET 2003 Pin
Brij6-Jan-09 17:47
mentorBrij6-Jan-09 17:47 
GeneralRe: Debug asp.net application in Visual Studio.NET 2003 Pin
Abhijit Jana6-Jan-09 17:51
professionalAbhijit Jana6-Jan-09 17:51 
GeneralRe: Debug asp.net application in Visual Studio.NET 2003 Pin
AndieDu6-Jan-09 18:07
AndieDu6-Jan-09 18:07 
AnswerRe: Debug asp.net application in Visual Studio.NET 2003 Pin
Aman Bhullar6-Jan-09 20:23
Aman Bhullar6-Jan-09 20:23 

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.