Click here to Skip to main content
15,929,833 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionvisual web developer 2008 express edition Pin
jds120719-Jun-08 12:51
jds120719-Jun-08 12:51 
AnswerRe: visual web developer 2008 express edition Pin
Venkatesh Mookkan19-Jun-08 17:55
Venkatesh Mookkan19-Jun-08 17:55 
QuestionShare menu across multiple pages [modified] Pin
Dan Neely19-Jun-08 8:26
Dan Neely19-Jun-08 8:26 
AnswerRe: Share menu across multiple pages Pin
Abhijit Jana19-Jun-08 10:26
professionalAbhijit Jana19-Jun-08 10:26 
Questionaccordion and link button databind Pin
mohamed antar19-Jun-08 8:20
mohamed antar19-Jun-08 8:20 
QuestionHelp with listview Pin
Member 406547219-Jun-08 7:50
Member 406547219-Jun-08 7:50 
AnswerRe: Help with listview Pin
Binod K19-Jun-08 19:03
Binod K19-Jun-08 19:03 
GeneralRe: Help with listview Pin
Member 406547220-Jun-08 1:09
Member 406547220-Jun-08 1:09 
Questiontrying to connect to database Pin
jds120719-Jun-08 7:25
jds120719-Jun-08 7:25 
AnswerRe: trying to connect to database Pin
Blue_Boy19-Jun-08 9:33
Blue_Boy19-Jun-08 9:33 
QuestionCollapsiblePanelExtender Pin
vjvjvjvj19-Jun-08 6:19
vjvjvjvj19-Jun-08 6:19 
QuestionLogout Problem in .net 2.0 Pin
M_Menon19-Jun-08 5:27
M_Menon19-Jun-08 5:27 
AnswerRe: Logout Problem in .net 2.0 Pin
SomeGuyThatIsMe19-Jun-08 8:39
SomeGuyThatIsMe19-Jun-08 8:39 
GeneralRe: Logout Problem in .net 2.0 Pin
M_Menon19-Jun-08 19:11
M_Menon19-Jun-08 19:11 
AnswerRe: Logout Problem in .net 2.0 Pin
Venkatesh Mookkan19-Jun-08 18:10
Venkatesh Mookkan19-Jun-08 18:10 
GeneralRe: Logout Problem in .net 2.0 Pin
M_Menon19-Jun-08 19:19
M_Menon19-Jun-08 19:19 
GeneralRe: Logout Problem in .net 2.0 Pin
Venkatesh Mookkan19-Jun-08 19:39
Venkatesh Mookkan19-Jun-08 19:39 
QuestionNeed to deploy webservice and web application in same project. How to rename app_code.dll file Pin
Rizwan Bashir19-Jun-08 3:38
Rizwan Bashir19-Jun-08 3:38 
AnswerRe: Need to deploy webservice and web application in same project. How to rename app_code.dll file Pin
Venkatesh Mookkan19-Jun-08 18:13
Venkatesh Mookkan19-Jun-08 18:13 
QuestionServer Controls - please help? Pin
windhopper19-Jun-08 2:51
windhopper19-Jun-08 2:51 
Questiondisplay html page [modified] Pin
jason_mf19-Jun-08 2:51
jason_mf19-Jun-08 2:51 
AnswerRe: display html page Pin
Gayani Devapriya19-Jun-08 4:13
Gayani Devapriya19-Jun-08 4:13 
Hi Joson,

What you could do is to use ASP.NET Master Pages.
1. Add a master page to your solution lets says MasterPage.master
2. Create your left links in it.(Outside the ContentPlaceHolder tags)
3. And create another page lets say Default.aspx, using the master page as the MasterPage.master.
4. Then based on the clicked item just redirect to the page, make sure those pages will also use the same master page.

Hope its clear..
Thx,
Gayani
GeneralRe: display html page Pin
jason_mf19-Jun-08 18:48
jason_mf19-Jun-08 18:48 
Questionhow to display videos in Asp.net Pin
Reethika19-Jun-08 2:33
Reethika19-Jun-08 2:33 
AnswerRe: how to display videos in Asp.net Pin
windhopper19-Jun-08 5:03
windhopper19-Jun-08 5:03 

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.