Click here to Skip to main content
15,915,093 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionmod in C# Pin
ptvce23-Jun-08 23:48
ptvce23-Jun-08 23:48 
AnswerRe: mod in C# Pin
eyeseetee23-Jun-08 23:52
eyeseetee23-Jun-08 23:52 
AnswerRe: mod in C# Pin
Christian Graus23-Jun-08 23:58
protectorChristian Graus23-Jun-08 23:58 
AnswerRe: mod in C# Pin
Colin Angus Mackay23-Jun-08 23:58
Colin Angus Mackay23-Jun-08 23:58 
QuestionPlz Give me the solution : An existing connection was forcibly closed by the remote host. Pin
Virendrak23-Jun-08 23:44
Virendrak23-Jun-08 23:44 
AnswerRe: Plz Give me the solution : An existing connection was forcibly closed by the remote host. Pin
Arindam Tewary23-Jun-08 23:48
professionalArindam Tewary23-Jun-08 23:48 
AnswerRe: Plz Give me the solution : An existing connection was forcibly closed by the remote host. Pin
eyeseetee23-Jun-08 23:49
eyeseetee23-Jun-08 23:49 
QuestionTreeview FirstClick Porblem. Pin
Hasan Mohiuddin Farooqi23-Jun-08 23:44
Hasan Mohiuddin Farooqi23-Jun-08 23:44 
Hello Friends.
I m using a treeview in update panel with some triggers and proerties explicitly call and set.
here the problem is " The first click on any of the treeview nodes is not working instead from second click onwards its functioning properly.

If anyone has a solution to this or has faces the similar kind of problem the please help me out with some usefull explanation.

The code i used is as below.

<asp:UpdatePanel runat ="server" ID="upExplorer"
UpdateMode=conditional RenderMode=block
ChildrenAsTriggers =true
EnableViewState =true >
<ContentTemplate >
<asp:TreeView ID="trvExplorer" runat="server"
PopulateNodesFromClient =false
EnableClientScript =false
Width="100%"
OnTreeNodePopulate="PopulateNode"
ExpandDepth=1
Font-Names="Tahoma"
Font-Size="8pt"
Height="100%"
ForeColor="Black"
oncontextmenu="ShowContextMenu(0);">
<NodeStyle HorizontalPadding="4px" />
<SelectedNodeStyle BackColor="LightGray" />
</asp:TreeView>

</ContentTemplate>
<Triggers >
<%--<asp:AsyncPostBackTrigger ControlID ="trvExplorer" EventName ="SelectedNodeChanged" />
<asp:AsyncPostBackTrigger ControlID ="gvItems" EventName ="RowDataBound" />
<asp:AsyncPostBackTrigger ControlID ="gvDocument" EventName ="RowDataBound" />
--%>
</Triggers>
</asp:UpdatePanel>

Thanks in advance.
Regards
Hasan.
AnswerRe: Treeview FirstClick Porblem. Pin
windhopper24-Jun-08 1:19
windhopper24-Jun-08 1:19 
QuestionDisplaying image in image control Pin
garga123-Jun-08 23:40
garga123-Jun-08 23:40 
AnswerRe: Displaying image in image control Pin
eyeseetee23-Jun-08 23:51
eyeseetee23-Jun-08 23:51 
AnswerRe: Displaying image in image control Pin
Christian Graus23-Jun-08 23:59
protectorChristian Graus23-Jun-08 23:59 
GeneralRe: Displaying image in image control Pin
Krazy Programmer24-Jun-08 0:09
Krazy Programmer24-Jun-08 0:09 
QuestionDecent FREE rtf to pdf converter Pin
Mission31623-Jun-08 23:23
Mission31623-Jun-08 23:23 
AnswerRe: Decent FREE rtf to pdf converter Pin
eyeseetee23-Jun-08 23:50
eyeseetee23-Jun-08 23:50 
GeneralRe: Decent FREE rtf to pdf converter Pin
Mission31624-Jun-08 0:35
Mission31624-Jun-08 0:35 
GeneralRe: Decent FREE rtf to pdf converter Pin
eyeseetee24-Jun-08 0:59
eyeseetee24-Jun-08 0:59 
GeneralRe: Decent FREE rtf to pdf converter Pin
Mission31624-Jun-08 1:03
Mission31624-Jun-08 1:03 
QuestionRe: Decent FREE rtf to pdf converter Pin
Mission31624-Jun-08 20:51
Mission31624-Jun-08 20:51 
QuestionMapping another systems Pin
VanithaVasu23-Jun-08 23:08
VanithaVasu23-Jun-08 23:08 
AnswerRe: Mapping another systems Pin
eyeseetee23-Jun-08 23:18
eyeseetee23-Jun-08 23:18 
QuestionUsing ajax view only current week date......, [modified] Pin
Member 387988123-Jun-08 22:40
Member 387988123-Jun-08 22:40 
AnswerRe: Using ajax view only current week date......, Pin
eyeseetee23-Jun-08 23:18
eyeseetee23-Jun-08 23:18 
GeneralRe: Using ajax view only current week date......, Pin
Member 387988123-Jun-08 23:54
Member 387988123-Jun-08 23:54 
GeneralRe: Using ajax view only current week date......, Pin
eyeseetee24-Jun-08 0:15
eyeseetee24-Jun-08 0:15 

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.