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

ASP.NET

 
QuestionSql Injection Pin
ngrj3-Jul-08 16:24
ngrj3-Jul-08 16:24 
AnswerRe: Sql Injection Pin
Mark Churchill3-Jul-08 16:52
Mark Churchill3-Jul-08 16:52 
GeneralRe: Sql Injection Pin
ngrj3-Jul-08 17:06
ngrj3-Jul-08 17:06 
QuestionWizard sidebar Pin
kjosh3-Jul-08 13:52
kjosh3-Jul-08 13:52 
Questionhow to generate query at runtime ......... help plzz Pin
dream_liner_7e73-Jul-08 10:37
dream_liner_7e73-Jul-08 10:37 
AnswerRe: how to generate query at runtime ......... help plzz Pin
Christian Graus3-Jul-08 10:58
protectorChristian Graus3-Jul-08 10:58 
AnswerRe: how to generate query at runtime ......... help plzz Pin
dream_liner_7e73-Jul-08 11:18
dream_liner_7e73-Jul-08 11:18 
Questioncan't align the asp:listItems to left Pin
gottimukkala3-Jul-08 6:22
gottimukkala3-Jul-08 6:22 
I have an
<asp:checkboxlist xmlns:asp="#unknown"></asp:checkboxlist>
with several asp:listItems and align them to left in the table cell but there is always some gap as you can see in this figure. the text boxes in the above row are correctly aligned.

http://picasaweb.google.com/arunagulla/Devloper/photo#5218822729113407922

can anyone tell me how can i get them correctly aligned to left.

here is my cell with the asp:checkboxlist

<td runat="server" align="left" class="tdContactBoxes">
                <asp:CheckBoxList ID="chkContats" runat="server" TextAlign="Right" OnSelectedIndexChanged="Check" CssClass="chkContats">
                    <asp:ListItem>I am interested in the commercial version of doXtop (Hyper.Net)</asp:ListItem>
                    <asp:ListItem>I am interested in a joint venture or business partership with doXtop</asp:ListItem> 
                    <asp:ListItem>I am interested in advertising on doXtop</asp:ListItem>
                    <asp:ListItem>I am interested in the open API of doXtop for development</asp:ListItem> 
                    <asp:ListItem>I am interested in building my content business to doXtop</asp:ListItem> 
                    <asp:ListItem>I am interested in opening a virtual publisher company on doXtop</asp:ListItem> 
                    <asp:ListItem>I want to publish on doXtop and need help</asp:ListItem> 
                    <asp:ListItem>I have a suggestion for improving doXtop</asp:ListItem> 
                    <asp:ListItem>I have questions on doXtop</asp:ListItem>
                    <asp:ListItem>I want to report an error</asp:ListItem>
                    <asp:ListItem>Other</asp:ListItem>
                </asp:CheckBoxList>                              
            </td>


thanks
AnswerRe: can't align the asp:listItems to left Pin
Sherin Iranimose3-Jul-08 6:58
Sherin Iranimose3-Jul-08 6:58 
QuestionHow do add controls from 'codebehind' ? Pin
tina->newcoder3-Jul-08 6:11
tina->newcoder3-Jul-08 6:11 
AnswerRe: How do add controls from 'codebehind' ? Pin
Sherin Iranimose3-Jul-08 6:18
Sherin Iranimose3-Jul-08 6:18 
GeneralRe: How do add controls from 'codebehind' ? Pin
tina->newcoder3-Jul-08 6:23
tina->newcoder3-Jul-08 6:23 
GeneralRe: How do add controls from 'codebehind' ? Pin
Sherin Iranimose3-Jul-08 6:33
Sherin Iranimose3-Jul-08 6:33 
GeneralRe: How do add controls from 'codebehind' ? Pin
tina->newcoder3-Jul-08 6:55
tina->newcoder3-Jul-08 6:55 
GeneralRe: How do add controls from 'codebehind' ? Pin
Christian Graus3-Jul-08 7:34
protectorChristian Graus3-Jul-08 7:34 
GeneralRe: How do add controls from 'codebehind' ? Pin
Sherin Iranimose3-Jul-08 20:50
Sherin Iranimose3-Jul-08 20:50 
GeneralRe: How do add controls from 'codebehind' ? Pin
tina->newcoder3-Jul-08 23:59
tina->newcoder3-Jul-08 23:59 
GeneralRe: How do add controls from 'codebehind' ? Pin
Sherin Iranimose4-Jul-08 1:04
Sherin Iranimose4-Jul-08 1:04 
QuestionLiveLink Pin
kenexcelon3-Jul-08 5:35
kenexcelon3-Jul-08 5:35 
AnswerRe: LiveLink Pin
matthews_3019-Feb-09 9:36
matthews_3019-Feb-09 9:36 
QuestionDate Format Problem Pin
lav naphade3-Jul-08 4:54
lav naphade3-Jul-08 4:54 
AnswerRe: Date Format Problem Pin
Sherin Iranimose3-Jul-08 4:59
Sherin Iranimose3-Jul-08 4:59 
GeneralRe: Date Format Problem Pin
lav naphade3-Jul-08 5:49
lav naphade3-Jul-08 5:49 
GeneralRe: Date Format Problem Pin
Sherin Iranimose3-Jul-08 6:02
Sherin Iranimose3-Jul-08 6:02 
QuestionProblem to set Visibility of Image web control by JavaScript. Pin
hdv2123-Jul-08 3:44
hdv2123-Jul-08 3:44 

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.