Click here to Skip to main content
15,888,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to get a activeobject of a running instance of MS WORD in ASP.NET? Pin
N a v a n e e t h17-Apr-09 21:46
N a v a n e e t h17-Apr-09 21:46 
GeneralRe: how to get a activeobject of a running instance of MS WORD in ASP.NET? Pin
Michael Tang17-Apr-09 23:17
Michael Tang17-Apr-09 23:17 
GeneralRe: how to get a activeobject of a running instance of MS WORD in ASP.NET? Pin
Michael Tang17-Apr-09 23:21
Michael Tang17-Apr-09 23:21 
GeneralRe: how to get a activeobject of a running instance of MS WORD in ASP.NET? Pin
N a v a n e e t h18-Apr-09 6:36
N a v a n e e t h18-Apr-09 6:36 
GeneralRe: how to get a activeobject of a running instance of MS WORD in ASP.NET? Pin
Michael Tang19-Apr-09 21:14
Michael Tang19-Apr-09 21:14 
QuestionTreeview child menu control is not responding when the session timed out Pin
Kiran 267104817-Apr-09 20:56
Kiran 267104817-Apr-09 20:56 
AnswerRe: Treeview child menu control is not responding when the session timed out Pin
N a v a n e e t h17-Apr-09 21:00
N a v a n e e t h17-Apr-09 21:00 
GeneralRe: Treeview child menu control is not responding when the session timed out Pin
Kiran 267104817-Apr-09 21:43
Kiran 267104817-Apr-09 21:43 
Hi,
Thank you for your reply, here below I have given my problem
I have one treeview based menu control. In showtree(). I am am adding all parent menus to tree view control. In Tree_TreeNodePopulate(), i am calling childs(). In childs(), i am adding child nodes to the parent menus. everythig is working fine. but my problem is when the session is timed out, if i click on child nodes control, it is not redirecting to login page. I tried the following code also but it is not working.
if (Session["UserInfo"] != null)
{
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "window", "window.location.href='Logout.aspx'", true);
}
GeneralRe: Treeview child menu control is not responding when the session timed out Pin
N a v a n e e t h17-Apr-09 21:50
N a v a n e e t h17-Apr-09 21:50 
GeneralRe: Treeview child menu control is not responding when the session timed out Pin
Kiran 267104817-Apr-09 23:23
Kiran 267104817-Apr-09 23:23 
Questionforeignkey in database Pin
bimla rajpoot17-Apr-09 20:41
bimla rajpoot17-Apr-09 20:41 
AnswerRe: foreignkey in database Pin
N a v a n e e t h17-Apr-09 20:57
N a v a n e e t h17-Apr-09 20:57 
Questionhow to clear all item from list box Pin
Rajeesrivastava17-Apr-09 19:55
Rajeesrivastava17-Apr-09 19:55 
AnswerRe: how to clear all item from list box Pin
N a v a n e e t h17-Apr-09 21:03
N a v a n e e t h17-Apr-09 21:03 
AnswerRe: how to clear all item from list box Pin
Jagz W18-Apr-09 2:48
professionalJagz W18-Apr-09 2:48 
QuestionPass the value code behind to xslt file Pin
saravanan0517-Apr-09 19:20
saravanan0517-Apr-09 19:20 
QuestionGridview Template Filed Button Command Pin
Sarfaraj Ahmed17-Apr-09 19:19
Sarfaraj Ahmed17-Apr-09 19:19 
AnswerRe: Gridview Template Filed Button Command Pin
Sarfaraj Ahmed17-Apr-09 20:10
Sarfaraj Ahmed17-Apr-09 20:10 
QuestionHow to clear all the textbox,dropdownlist controls in a webpage in asp.net2.0? Pin
Subin Alex17-Apr-09 18:32
Subin Alex17-Apr-09 18:32 
AnswerRe: How to clear all the textbox,dropdownlist controls in a webpage in asp.net2.0? Pin
mr_muskurahat17-Apr-09 19:38
mr_muskurahat17-Apr-09 19:38 
Questiongridview problem Pin
naveen attri17-Apr-09 18:21
naveen attri17-Apr-09 18:21 
AnswerRe: gridview problem Pin
Abhijit Jana18-Apr-09 22:32
professionalAbhijit Jana18-Apr-09 22:32 
QuestionObject tag not showing word document Pin
AndyASPVB17-Apr-09 12:38
AndyASPVB17-Apr-09 12:38 
QuestionHOW I WRITTING CODE TO VIEW THE PHOTO IN ASP Pin
salahalnaggar17-Apr-09 7:29
salahalnaggar17-Apr-09 7:29 
AnswerRe: HOW I WRITTING CODE TO VIEW THE PHOTO IN ASP Pin
Christian Graus17-Apr-09 12:56
protectorChristian Graus17-Apr-09 12:56 

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.