Click here to Skip to main content
16,008,183 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSAML Pin
Jay Nathan128-Dec-09 21:49
Jay Nathan128-Dec-09 21:49 
Questionhow to handle postback event incloud computing Pin
krishnaveer28-Dec-09 20:49
krishnaveer28-Dec-09 20:49 
AnswerRe: how to handle postback event incloud computing Pin
Abhishek Sur28-Dec-09 21:42
professionalAbhishek Sur28-Dec-09 21:42 
AnswerRe: how to handle postback event incloud computing Pin
Addison Caffery31-Jan-10 20:03
Addison Caffery31-Jan-10 20:03 
GeneralRe: how to handle postback event incloud computing Pin
RyanJos4-Mar-10 20:04
RyanJos4-Mar-10 20:04 
QuestionCredit card processing (.cgi) Pin
Hemant Thaker28-Dec-09 20:29
Hemant Thaker28-Dec-09 20:29 
AnswerRe: Credit card processing (.cgi) Pin
satalaj29-Dec-09 1:17
satalaj29-Dec-09 1:17 
GeneralRe: Credit card processing (.cgi) Pin
Shivendra Pandey30-Dec-09 0:48
Shivendra Pandey30-Dec-09 0:48 
QuestionNeed SSRS format help Pin
siddisagar28-Dec-09 19:39
siddisagar28-Dec-09 19:39 
AnswerRe: Need SSRS format help Pin
Abhishek Sur28-Dec-09 20:24
professionalAbhishek Sur28-Dec-09 20:24 
GeneralRe: Need SSRS format help Pin
siddisagar28-Dec-09 21:31
siddisagar28-Dec-09 21:31 
GeneralRe: Need SSRS format help Pin
sashidhar28-Dec-09 22:39
sashidhar28-Dec-09 22:39 
QuestionInserting Empty Row in Grid View in ASP Dot net + vb dot net Pin
Tufail Ahmad28-Dec-09 18:43
Tufail Ahmad28-Dec-09 18:43 
AnswerRe: Inserting Empty Row in Grid View in ASP Dot net + vb dot net Pin
vinodkrebc28-Dec-09 19:48
vinodkrebc28-Dec-09 19:48 
GeneralRe: Inserting Empty Row in Grid View in ASP Dot net + vb dot net Pin
Tufail Ahmad28-Dec-09 20:16
Tufail Ahmad28-Dec-09 20:16 
AnswerRe: Inserting Empty Row in Grid View in ASP Dot net + vb dot net Pin
nagendrathecoder28-Dec-09 20:27
nagendrathecoder28-Dec-09 20:27 
AnswerRe: Inserting Empty Row in Grid View in ASP Dot net + vb dot net Pin
Abhishek Sur28-Dec-09 20:52
professionalAbhishek Sur28-Dec-09 20:52 
AnswerRe: Inserting Empty Row in Grid View in ASP Dot net + vb dot net Pin
dongavipul28-Dec-09 20:57
dongavipul28-Dec-09 20:57 
AnswerRe: Inserting Empty Row in Grid View in ASP Dot net + vb dot net Pin
satalaj29-Dec-09 1:19
satalaj29-Dec-09 1:19 
QuestionHow the Filter by tag feature on Code Project is done ? Pin
Pradeep_Nair28-Dec-09 14:33
Pradeep_Nair28-Dec-09 14:33 
QuestionImporting .cer into .pfx Pin
siva.lankada28-Dec-09 13:32
siva.lankada28-Dec-09 13:32 
QuestionTreeview indentation not proper for last node Pin
pranilrao28-Dec-09 11:02
pranilrao28-Dec-09 11:02 
Hi,

I am working with the treeview control and binding it dynamically using the treeview_TreeNodePopulate method.

The code works perfectly fine and treeview behaves as it has to.

However, I am facing one annoying issue in the display of the treeview, the last node and its child do not align properly with the top nodes. Check the image below for better understanding,

http://dotnetspider.com/attachments/Forums/235454-281550-tree.GIF[^]

Note: I have blocked the text of options deliberately.

So as you can notice that the child nodes of Level 3 are not getting aligned with that of Level 1 and 2.

Following is my asp code,

<asp:TreeView ID="tvMaster" runat="server" RootNodeStyle-CssClass="rootNode" NodeStyle-HorizontalPadding="2px"<br />
                                                                              NodeStyle-VerticalPadding="2px" NodeIndent="1" NodeWrap="true" ShowLines="true"<br />
                                                                              CssClass="tree"><br />
                                                                              <Nodes><br />
                                                                                  <asp:TreeNode Text="School Level" PopulateOnDemand="true" SelectAction="Expand"><br />
                                                                                  </asp:TreeNode><br />
                                                                              </Nodes><br />
                                                                          </asp:TreeView>



In the code behind, PopulateNode event fires for every node and I bind the child nodes for that node dependant on the Business logic.
Any inputs on this issue are appreciated.
Thanks,
Pranil
AnswerRe: Treeview indentation not proper for last node Pin
pranilrao29-Dec-09 11:47
pranilrao29-Dec-09 11:47 
QuestionHow to write user control ? Pin
paper6728-Dec-09 5:56
paper6728-Dec-09 5:56 
QuestionUsing FaceBook in ASP Pin
Anil Kumar.Arvapalli28-Dec-09 3:36
Anil Kumar.Arvapalli28-Dec-09 3:36 

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.