Click here to Skip to main content
16,005,138 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: iframe in an apsx page Pin
daveyerwin2-Aug-10 7:21
daveyerwin2-Aug-10 7:21 
AnswerRe: iframe in an apsx page Pin
T M Gray2-Aug-10 9:41
T M Gray2-Aug-10 9:41 
AnswerRe: iframe in an apsx page Pin
Prosanta Kundu online4-Aug-10 20:24
Prosanta Kundu online4-Aug-10 20:24 
QuestionGoogle Calender integration with my asp.net application Pin
Amit Patel19851-Aug-10 22:40
Amit Patel19851-Aug-10 22:40 
QuestionshowModalDialog with calendar Pin
C#Coudou1-Aug-10 20:23
C#Coudou1-Aug-10 20:23 
AnswerRe: showModalDialog with calendar Pin
Keith Barrow2-Aug-10 5:00
professionalKeith Barrow2-Aug-10 5:00 
AnswerRe: showModalDialog with calendar Pin
T M Gray2-Aug-10 8:45
T M Gray2-Aug-10 8:45 
GeneralRe: showModalDialog with calendar Pin
C#Coudou2-Aug-10 14:35
C#Coudou2-Aug-10 14:35 
@Keith Barrow thanks but i didn't use ajax thing.
old school coding. hehehe..

@T M Gray
got it, i replace window.open from window.showmodaldialog.
thank you.

another thing, why is it my treeview not keeping the state when i navigate to another page. i search to google and i have this site
http://forums.asp.net/t/1022893.aspx[^]

but the problem is still wont keep the treeview. i dont use datasource but i use nodes.

<Nodes>
	<asp:TreeNode Text="Main Menu" Value="MainMenu">
			<asp:TreeNode Text="Analysis Order" Value="AnalysisOrder">
					<asp:TreeNode Text="New Analysis" NavigateUrl ="~/page/FrmBunsekiOrder.aspx" Value="NewOrder"> 
					</asp:TreeNode>
					<asp:TreeNode Text="Analysis" NavigateUrl ="~/page/FrmBunsekiOrderSentaku.aspx" Value="ModOrder">
					</asp:TreeNode>
			</asp:TreeNode>
			<asp:TreeNode Text="Certificate"  NavigateUrl ="~/page/FrmSuishituShumeisho.aspx" Value="Certificate">
			</asp:TreeNode>
			<asp:TreeNode Text="Laboratory"  NavigateUrl ="~/page/FrmBunsekiSearch.aspx" Value="LAS">
			</asp:TreeNode>
	</asp:TreeNode>
</Nodes>

C# コードMicrosoft End User
2000-2008




「「「「「「「「「「「「「「「「「「「「「「「「「「「「
The best things in life are free
」」」」」」」」」」」」」」」」」」」」」」」」」」」」


Questionneed ur help Pin
Abdulhafeezo1-Aug-10 3:43
Abdulhafeezo1-Aug-10 3:43 
AnswerRe: need ur help Pin
daveyerwin1-Aug-10 4:58
daveyerwin1-Aug-10 4:58 
GeneralRe: need ur help Pin
Keith Barrow1-Aug-10 5:15
professionalKeith Barrow1-Aug-10 5:15 
AnswerRe: Here is my help Pin
Keith Barrow1-Aug-10 5:18
professionalKeith Barrow1-Aug-10 5:18 
AnswerRe: need ur help Pin
T M Gray2-Aug-10 8:58
T M Gray2-Aug-10 8:58 
QuestionMultiple Controller in ASP.Net MVC Pin
future383931-Jul-10 14:01
future383931-Jul-10 14:01 
AnswerRe: Multiple Controller in ASP.Net MVC Pin
Not Active1-Aug-10 12:32
mentorNot Active1-Aug-10 12:32 
Questionasp .net web design Pin
Thanusree Duth30-Jul-10 21:05
Thanusree Duth30-Jul-10 21:05 
AnswerRe: asp .net web design Pin
Sandeep Mewara30-Jul-10 21:49
mveSandeep Mewara30-Jul-10 21:49 
GeneralRe: asp .net web design Pin
Thanusree Duth30-Jul-10 22:39
Thanusree Duth30-Jul-10 22:39 
QuestionMessage Removed Pin
30-Jul-10 18:08
Thanusree Duth30-Jul-10 18:08 
AnswerRe: asp .net web application Pin
Ankur\m/30-Jul-10 18:55
professionalAnkur\m/30-Jul-10 18:55 
AnswerRe: asp .net web application Pin
Yusuf30-Jul-10 18:59
Yusuf30-Jul-10 18:59 
QuestionListbox sort Pin
Sandraa30-Jul-10 9:16
Sandraa30-Jul-10 9:16 
AnswerRe: Listbox sort Pin
Yusuf30-Jul-10 9:54
Yusuf30-Jul-10 9:54 
AnswerRe: Listbox sort Pin
Keith Barrow30-Jul-10 10:07
professionalKeith Barrow30-Jul-10 10:07 
AnswerRe: Listbox sort Pin
T M Gray30-Jul-10 10:40
T M Gray30-Jul-10 10:40 

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.