display a splash screen
-
Hey guys how can i display some message and links on a splash screen before my home page got loaded. Just like silverlight splash screen on msdn page. Thank you. deepa.
you can use ajax control lib There you'll get message boxes,unique progress bars,and some certain popus also. Or try some java scripts also.. like about error or title ..like that or check dreamweaver ,expression web or simply try silverlight.. go to www.ASP.net for more help.. or to MSDN..... Hope you are happy Minor things some times bids major values :rose: BYE
-
you can use ajax control lib There you'll get message boxes,unique progress bars,and some certain popus also. Or try some java scripts also.. like about error or title ..like that or check dreamweaver ,expression web or simply try silverlight.. go to www.ASP.net for more help.. or to MSDN..... Hope you are happy Minor things some times bids major values :rose: BYE
Hey, i will explain my problem more clearly. I got a home page. when a person logged in . i have to display his contact number as a splash screen making the home page blurred. if the contact number is correct he will click ok( link )then i will let him go to home page, other wise he should be directed to update contact page(another link on splash screen). could you please help me with more clearly how cani do this. thanks, deepa
-
Hey, i will explain my problem more clearly. I got a home page. when a person logged in . i have to display his contact number as a splash screen making the home page blurred. if the contact number is correct he will click ok( link )then i will let him go to home page, other wise he should be directed to update contact page(another link on splash screen). could you please help me with more clearly how cani do this. thanks, deepa
Dear Friend Actualy i know your prob.Ok let it be so light.If you want to make any popups or a splash screen infront of your home page,yes do what i reccomended in previous message.Programms like Hover Menu in AJAX , help you regarding this.I really don't know how to code that,b'coz i never used that sort of culture.Indeed to get a message box or a hover OR an upcoming menu i use a page that look like a popup.By the way thats tough to make.Well the code in that must be like, if the USER.ISIN ROLE is an authorized user ,THEN must get to the HOMEPAGE.Otherwise (if he is a nonauthenticated user) he shall go to UPDATE PANEL PAGE or as u said UPDATE PAGE.And this authentication ,you can do that with WEB ADMIN TOOL. Then from there you can check a person,if is authenticated through your "contact details". Hope you'll ask many..I'm so happy to share my knowledge Thank u
-
Dear Friend Actualy i know your prob.Ok let it be so light.If you want to make any popups or a splash screen infront of your home page,yes do what i reccomended in previous message.Programms like Hover Menu in AJAX , help you regarding this.I really don't know how to code that,b'coz i never used that sort of culture.Indeed to get a message box or a hover OR an upcoming menu i use a page that look like a popup.By the way thats tough to make.Well the code in that must be like, if the USER.ISIN ROLE is an authorized user ,THEN must get to the HOMEPAGE.Otherwise (if he is a nonauthenticated user) he shall go to UPDATE PANEL PAGE or as u said UPDATE PAGE.And this authentication ,you can do that with WEB ADMIN TOOL. Then from there you can check a person,if is authenticated through your "contact details". Hope you'll ask many..I'm so happy to share my knowledge Thank u
-
i think i can use modal pop up window which makes every thing easier for me. It is in Ajax tool kit. Any idea how to use it.
Dear deepu As you said AJAX Modal popup control is the best to show your Popup to the user. As your wish it will show an YES or NO sequence to user before he gets in to the Home page. But there are some things to note 1: if the browser does not support JavaScript, the pop-up will not work .So the user's web browser should compatible with javaScript. 2:Ajax is not a programming language,it's just an extension,rather a javascripted extension 3:The user might have pop-up killers running that close the window the moment it’s opened You can cover all that probs with your page's source <a href>