Click here to Skip to main content
15,917,625 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRestriction to access the aspx page directly. Pin
astrovirgin17-Sep-08 23:57
astrovirgin17-Sep-08 23:57 
AnswerRe: Restriction to access the aspx page directly. Pin
J4amieC18-Sep-08 0:05
J4amieC18-Sep-08 0:05 
GeneralRe: Restriction to access the aspx page directly. Pin
NikoTanghe18-Sep-08 4:25
NikoTanghe18-Sep-08 4:25 
AnswerRe: Restriction to access the aspx page directly. Pin
Abhishek Sur18-Sep-08 0:15
professionalAbhishek Sur18-Sep-08 0:15 
QuestionCheckBoxList in Asp.Net Pin
gautamamit817-Sep-08 23:31
gautamamit817-Sep-08 23:31 
AnswerRe: REPOST ALERT!! Pin
eyeseetee17-Sep-08 23:41
eyeseetee17-Sep-08 23:41 
AnswerRe: CheckBoxList in Asp.Net Pin
sumit703417-Sep-08 23:58
sumit703417-Sep-08 23:58 
AnswerRe: CheckBoxList in Asp.Net Pin
Sandeep Akhare18-Sep-08 0:04
Sandeep Akhare18-Sep-08 0:04 
Just put your CheckBox list in Div tag give height and width to this div tag and make it scrollable like this
<div style="overflow:scroll;height:50px;width:200px" >
<asp:CheckBoxList ID="CheckBoxList1" runat="server">
<asp:ListItem>One</asp:ListItem>
<asp:ListItem>two</asp:ListItem>
<asp:ListItem>Three</asp:ListItem>
</asp:CheckBoxList>
</div>
Is that you want ?
got resolved ?

Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "

Check My Blog

GeneralRe: CheckBoxList in Asp.Net Pin
Abhishek Sur18-Sep-08 0:21
professionalAbhishek Sur18-Sep-08 0:21 
GeneralRe: CheckBoxList in Asp.Net Pin
gautamamit818-Sep-08 1:25
gautamamit818-Sep-08 1:25 
Questionserver Pin
Preethi Naidu17-Sep-08 23:30
Preethi Naidu17-Sep-08 23:30 
AnswerRe: server Pin
eyeseetee17-Sep-08 23:41
eyeseetee17-Sep-08 23:41 
AnswerRe: server Pin
Abhishek Sur18-Sep-08 0:25
professionalAbhishek Sur18-Sep-08 0:25 
QuestionMake controls invisible in content place holder Pin
eyeseetee17-Sep-08 23:20
eyeseetee17-Sep-08 23:20 
AnswerRe: Make controls invisible in content place holder Pin
Sandeep Akhare17-Sep-08 23:50
Sandeep Akhare17-Sep-08 23:50 
GeneralRe: Make controls invisible in content place holder Pin
eyeseetee17-Sep-08 23:54
eyeseetee17-Sep-08 23:54 
GeneralRe: Make controls invisible in content place holder Pin
J4amieC18-Sep-08 0:08
J4amieC18-Sep-08 0:08 
GeneralRe: Make controls invisible in content place holder Pin
eyeseetee18-Sep-08 0:25
eyeseetee18-Sep-08 0:25 
GeneralRe: Make controls invisible in content place holder Pin
J4amieC18-Sep-08 1:06
J4amieC18-Sep-08 1:06 
GeneralRe: Make controls invisible in content place holder Pin
Sandeep Akhare18-Sep-08 0:09
Sandeep Akhare18-Sep-08 0:09 
QuestionWeb user control Creation Pin
omlac17-Sep-08 23:16
omlac17-Sep-08 23:16 
AnswerRe: Web user control Creation Pin
Sandeep Akhare17-Sep-08 23:45
Sandeep Akhare17-Sep-08 23:45 
GeneralRe: Web user control Creation Pin
omlac18-Sep-08 1:58
omlac18-Sep-08 1:58 
GeneralRe: Web user control Creation Pin
Sandeep Akhare18-Sep-08 2:11
Sandeep Akhare18-Sep-08 2:11 
GeneralRe: Web user control Creation Pin
omlac18-Sep-08 2:59
omlac18-Sep-08 2:59 

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.