Script need & how to call in our form...,
-
Hi i am using some links in one of my form..., Those links i want in all my other forms too..., I dont like to give each and every forms those links..., So i like to give those links in some javascript...., To call that javascript those links want to be come there all other forms..., Its possible?, This is my code:(That Inside "div" things want to come in script) How to do that,Plz help me...,
Cheque Issued
Regards, Magi
-
Hi i am using some links in one of my form..., Those links i want in all my other forms too..., I dont like to give each and every forms those links..., So i like to give those links in some javascript...., To call that javascript those links want to be come there all other forms..., Its possible?, This is my code:(That Inside "div" things want to come in script) How to do that,Plz help me...,
Cheque Issued
Regards, Magi
Magh_M wrote:
i am using some links in one of my form..., Those links i want in all my other forms too...,
Am I missing Something in Your Question? Why dont u use a master page that contain the link u want..so if u want those link in other form just add your pages into the master page Regards, Tomi
-
Magh_M wrote:
i am using some links in one of my form..., Those links i want in all my other forms too...,
Am I missing Something in Your Question? Why dont u use a master page that contain the link u want..so if u want those link in other form just add your pages into the master page Regards, Tomi
Means?, I didnt get what ur trying to say?, Ya,i have shown those links in my default.aspx page..., If i selct the link it will go to another aspx page..., There also i need all those links..., How to do that?,
Regards, Magi
-
Means?, I didnt get what ur trying to say?, Ya,i have shown those links in my default.aspx page..., If i selct the link it will go to another aspx page..., There also i need all those links..., How to do that?,
Regards, Magi
Tomi means that you should create MasterPage.master not .aspx. If you create link in MasterPage.master, it will shown in all your webpage. Regard, Edwin
-
Means?, I didnt get what ur trying to say?, Ya,i have shown those links in my default.aspx page..., If i selct the link it will go to another aspx page..., There also i need all those links..., How to do that?,
Regards, Magi
What i'm trying to explain is: First u have to create a masterpage that contain the link that u want to be appear in other page For example : i have a masterpage name master1.master on that master page i have a link name : Login (redirect to login.aspx), Home (redirect to default.aspx), Second(redirect to secondpage.aspx), and etc..After i go to my secondpage.aspx i want my link (Login, Home, Second,etc..) also appears in the secondpag.aspx is that what u want? if yes..then when u make secondpage.aspx and any otherpage that u want the link to be appear, you have to check the checkbox select masterpage then choose the masterpage (in my case is master1.master)..by doing that u will have your link to be appear in anypages u make(in case u select the masterpage) Hope Can Help U..if u still confuse please tell me:) Kind Regards, Tomi
-
What i'm trying to explain is: First u have to create a masterpage that contain the link that u want to be appear in other page For example : i have a masterpage name master1.master on that master page i have a link name : Login (redirect to login.aspx), Home (redirect to default.aspx), Second(redirect to secondpage.aspx), and etc..After i go to my secondpage.aspx i want my link (Login, Home, Second,etc..) also appears in the secondpag.aspx is that what u want? if yes..then when u make secondpage.aspx and any otherpage that u want the link to be appear, you have to check the checkbox select masterpage then choose the masterpage (in my case is master1.master)..by doing that u will have your link to be appear in anypages u make(in case u select the masterpage) Hope Can Help U..if u still confuse please tell me:) Kind Regards, Tomi
Ya still i am confuse..., I searched in my solution explorer, I dont have any .master file format..., Where i should get? See my probs is: One of the user login his mailid..., It will transfer him to default.aspx page..., There he will get menu bars..., If he select in that any menu...,It will show according to the selection menu aspx page..., Now in that aspx page also that menu bars want to be there..., This is my question...,
Regards, Magi
-
Ya still i am confuse..., I searched in my solution explorer, I dont have any .master file format..., Where i should get? See my probs is: One of the user login his mailid..., It will transfer him to default.aspx page..., There he will get menu bars..., If he select in that any menu...,It will show according to the selection menu aspx page..., Now in that aspx page also that menu bars want to be there..., This is my question...,
Regards, Magi
- In your solution explorer try to right click and choose add new item - Then If u use VS 2005 Master Page item will exist. Create menu bars in that masterpage. Then U add new Item Webform and fill the choose masterpage's checkbox. U will see your menu bar in webform that U just created :-D Regard, Edwin
-
Ya still i am confuse..., I searched in my solution explorer, I dont have any .master file format..., Where i should get? See my probs is: One of the user login his mailid..., It will transfer him to default.aspx page..., There he will get menu bars..., If he select in that any menu...,It will show according to the selection menu aspx page..., Now in that aspx page also that menu bars want to be there..., This is my question...,
Regards, Magi
Hello Magh, the masterpage file(*.master) can be found if u have already created the file..add new item=>choose masterpage in master page u only design the form put some link, tables or anything u want to be able in your firstpage, second page, any page that u want the link or anything else to be show.. Tell me if u still have a problems:) -- modified at 5:31 Tuesday 31st July, 2007
Regards, Tomi
-
Hello Magh, the masterpage file(*.master) can be found if u have already created the file..add new item=>choose masterpage in master page u only design the form put some link, tables or anything u want to be able in your firstpage, second page, any page that u want the link or anything else to be show.. Tell me if u still have a problems:) -- modified at 5:31 Tuesday 31st July, 2007
Regards, Tomi
Really, in my add new item place..., I didnt get .master file format..., I got only..., .aspx,ascx,.vb,.xsd,.xml.........etc Like that only i got, I didnt get .master file, Plz for that .master file i have to add any reference?, or any other things?,
Regards, Magi
-
Really, in my add new item place..., I didnt get .master file format..., I got only..., .aspx,ascx,.vb,.xsd,.xml.........etc Like that only i got, I didnt get .master file, Plz for that .master file i have to add any reference?, or any other things?,
Regards, Magi
I see..are u using VS2003 for u'r web development? I suggest u use VS2005 or Visual Web Developer Exprress Edition 2005..by using that u will have a master page file in your add new item I have a video trainning for using a master page..Pls inform me when u needed it.. "Knowledge is free"
Regards, Tomi