Click here to Skip to main content
15,913,487 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: is it possible to have two asp.net 3.5 sites with unique urls on the same host that use one ms-sql database? Pin
Vimalsoft(Pty) Ltd11-May-09 1:04
professionalVimalsoft(Pty) Ltd11-May-09 1:04 
QuestionCrystal Reports [modified] Pin
SelvaShankar11-May-09 0:06
SelvaShankar11-May-09 0:06 
AnswerRe: Crystal Reports Pin
N a v a n e e t h11-May-09 0:25
N a v a n e e t h11-May-09 0:25 
GeneralRe: Crystal Reports Pin
SelvaShankar11-May-09 1:01
SelvaShankar11-May-09 1:01 
QuestionTreeview Expand and Collapse Pin
Krishhhhhhhhhhhhhh10-May-09 23:56
Krishhhhhhhhhhhhhh10-May-09 23:56 
AnswerRe: Treeview Expand and Collapse Pin
specialdreamsin11-May-09 18:54
specialdreamsin11-May-09 18:54 
GeneralRe: Treeview Expand and Collapse Pin
Krishhhhhhhhhhhhhh11-May-09 19:12
Krishhhhhhhhhhhhhh11-May-09 19:12 
GeneralRe: Treeview Expand and Collapse Pin
specialdreamsin11-May-09 19:25
specialdreamsin11-May-09 19:25 
Hi,

Try Using this....

Protected Sub TvwPages_TreeNodeExpanded(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.TreeNodeEventArgs) Handles TvwPages.TreeNodeExpanded
            If e.Node.Text = "Screens" And TvwPages.Nodes.Count > 1 Then
                  TvwPages.Nodes(1).Collapse()
            End If
            If e.Node.Text = "Reports" And TvwPages.Nodes.Count > 1 Then
                  TvwPages.Nodes(0).Collapse()
            End If
End Sub

and..one thing...never say URGENT. It is completely irrelevent to others.

Ramesh Sambari
QuestionRestrict Multi Login Problem Pin
Yaazi10-May-09 23:51
Yaazi10-May-09 23:51 
AnswerRe: Restrict Multi Login Problem Pin
N a v a n e e t h11-May-09 0:18
N a v a n e e t h11-May-09 0:18 
QuestionHOW TO DECODE SQL QUERY IN ASP.NET . Pin
sanju0510-May-09 23:41
sanju0510-May-09 23:41 
AnswerRe: HOW TO DECODE SQL QUERY IN ASP.NET . Pin
N a v a n e e t h11-May-09 0:09
N a v a n e e t h11-May-09 0:09 
GeneralRe: HOW TO DECODE SQL QUERY IN ASP.NET . Pin
sanju0511-May-09 0:19
sanju0511-May-09 0:19 
GeneralRe: HOW TO DECODE SQL QUERY IN ASP.NET . Pin
N a v a n e e t h11-May-09 0:21
N a v a n e e t h11-May-09 0:21 
Questiondisplaying multiple report with single reportviewer Pin
Sachin@pune10-May-09 23:36
Sachin@pune10-May-09 23:36 
AnswerRe: displaying multiple report with single reportviewer Pin
Jagz W11-May-09 23:45
professionalJagz W11-May-09 23:45 
Questionasp.net containers Pin
EmZan10-May-09 23:26
EmZan10-May-09 23:26 
AnswerRe: asp.net containers Pin
Baran M12-May-09 4:57
Baran M12-May-09 4:57 
QuestionCan you help to me Pin
nithydurai10-May-09 22:53
nithydurai10-May-09 22:53 
AnswerRe: Can you help to me Pin
Vimalsoft(Pty) Ltd10-May-09 22:55
professionalVimalsoft(Pty) Ltd10-May-09 22:55 
GeneralRe: Can you help to me Pin
nithydurai10-May-09 23:22
nithydurai10-May-09 23:22 
GeneralRe: Can you help to me Pin
Vimalsoft(Pty) Ltd10-May-09 23:54
professionalVimalsoft(Pty) Ltd10-May-09 23:54 
QuestionStatic property of class Pin
vnsraj10-May-09 21:49
vnsraj10-May-09 21:49 
AnswerRe: Static property of class Pin
vishalg_gupta10-May-09 22:26
vishalg_gupta10-May-09 22:26 
GeneralRe: Static property of class Pin
vnsraj10-May-09 22:55
vnsraj10-May-09 22:55 

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.