473,748 Members | 10,649 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Menu Control with Multiview Control ???

Good morning friends,

I am working with ASP.NET 2.0 -- VB code behind

I have created tabbed pages using the Menu control with the Multiview
control. Using the menu control to display the tabs, and the Multiview
control to display the content that corresponds to the selected tab.

My Menu control needs to be able to switch language from English or French
depending on the language chosen by the user.

At the moment I have hard coded the Text: area to the English language.

I tried to dump asp code to pick either ENG language or FRE depending on the
page lang="en" or page lang="fr"
<%

If Request.QuerySt ring("lang") = "en" Then

%>

However I receive an ::::::::::::::: :::: Error: ASP.NET
Runtime........ ..Code blocks are not supported in this context.

My question is,

Is there a way to access the Text portion of the Menu control to switch
languages from English to French on the Source side of the code OR should I
try and access it through the vb.aspx code side of things? And how may I
chnage it back and forth.

Please see below.......... ..........
My Menu control CODE:
<asp:Menu

id="menuTabs"

CssClass="menuT abs"

StaticMenuItemS tyle-CssClass="tab"

StaticSelectedS tyle-CssClass="selec tedTab"

Orientation="Ho rizontal"

OnMenuItemClick ="menuTabs_Menu ItemClick"

Runat="server" Width="370px" BackColor="Tran sparent"
DynamicHorizont alOffset="2" Font-Names="Arial" Font-Size="0.8em"
ForeColor="Tran sparent" StaticSubMenuIn dent="10px" Font-Bold="True"
Height="20px" BorderColor="Tr ansparent">

<Items>

<asp:MenuItem

Text="ENGLISH FIRST SECTION" <<<<< --- Need to have this change to
>>>>Text="Franc ais Premier Section"
Value="0"

Selected="True" />

<asp:MenuItem

Text="ENGLISH SECOND SECTION" <<<<< --- Need to have this change to
>>>>Text="Franc ais Deuxieme Section"
Value="1"/>

<asp:MenuItem

Text="ENGLISH THIRD SECTION"<<<<< --- Need to have this change to
>>>>Text="Franc ais Troisieme Section"
Value="2" />

</Items>

<StaticMenuItem Style CssClass="tab" HorizontalPaddi ng="5px"
VerticalPadding ="2px" />

<StaticSelected Style CssClass="selec tedTab" BackColor="Whit e" />

<DynamicHoverSt yle BackColor="Tran sparent" />

<DynamicMenuSty le BackColor="Tran sparent" BorderColor="Tr ansparent" />

<DynamicSelecte dStyle ForeColor="Blac k" />

<DynamicMenuIte mStyle HorizontalPaddi ng="5px" VerticalPadding ="2px" />

<StaticHoverSty le BorderStyle="So lid" Font-Bold="True" />

</asp:Menu>

Any ideas would be greatly appreciated,

Thanks in advance,

~Brad
------------------------------
Brad Isaacs
..NET Web Developer
www.webdevcreations.com
bi*****@rogers. com
Feb 8 '07 #1
5 6180
What you want to learn is called localization.

--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee. com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h
"Brad Isaacs" <bi*****@rogers .comwrote in message
news:ey******** *******@TK2MSFT NGP04.phx.gbl.. .
Good morning friends,

I am working with ASP.NET 2.0 -- VB code behind

I have created tabbed pages using the Menu control with the Multiview
control. Using the menu control to display the tabs, and the Multiview
control to display the content that corresponds to the selected tab.

My Menu control needs to be able to switch language from English or French
depending on the language chosen by the user.

At the moment I have hard coded the Text: area to the English language.

I tried to dump asp code to pick either ENG language or FRE depending on
the page lang="en" or page lang="fr"
<%

If Request.QuerySt ring("lang") = "en" Then

%>

However I receive an ::::::::::::::: :::: Error: ASP.NET
Runtime........ ..Code blocks are not supported in this context.

My question is,

Is there a way to access the Text portion of the Menu control to switch
languages from English to French on the Source side of the code OR should
I try and access it through the vb.aspx code side of things? And how may
I chnage it back and forth.

Please see below.......... ..........
My Menu control CODE:
<asp:Menu

id="menuTabs"

CssClass="menuT abs"

StaticMenuItemS tyle-CssClass="tab"

StaticSelectedS tyle-CssClass="selec tedTab"

Orientation="Ho rizontal"

OnMenuItemClick ="menuTabs_Menu ItemClick"

Runat="server" Width="370px" BackColor="Tran sparent"
DynamicHorizont alOffset="2" Font-Names="Arial" Font-Size="0.8em"
ForeColor="Tran sparent" StaticSubMenuIn dent="10px" Font-Bold="True"
Height="20px" BorderColor="Tr ansparent">

<Items>

<asp:MenuItem

Text="ENGLISH FIRST SECTION" <<<<< --- Need to have this change to
>>>Text="Franca is Premier Section"

Value="0"

Selected="True" />

<asp:MenuItem

Text="ENGLISH SECOND SECTION" <<<<< --- Need to have this change to
>>>Text="Franca is Deuxieme Section"

Value="1"/>

<asp:MenuItem

Text="ENGLISH THIRD SECTION"<<<<< --- Need to have this change to
>>>Text="Franca is Troisieme Section"

Value="2" />

</Items>

<StaticMenuItem Style CssClass="tab" HorizontalPaddi ng="5px"
VerticalPadding ="2px" />

<StaticSelected Style CssClass="selec tedTab" BackColor="Whit e" />

<DynamicHoverSt yle BackColor="Tran sparent" />

<DynamicMenuSty le BackColor="Tran sparent" BorderColor="Tr ansparent" />

<DynamicSelecte dStyle ForeColor="Blac k" />

<DynamicMenuIte mStyle HorizontalPaddi ng="5px" VerticalPadding ="2px" />

<StaticHoverSty le BorderStyle="So lid" Font-Bold="True" />

</asp:Menu>

Any ideas would be greatly appreciated,

Thanks in advance,

~Brad
------------------------------
Brad Isaacs
.NET Web Developer
www.webdevcreations.com
bi*****@rogers. com


Feb 8 '07 #2

Can you elaborate?

Localization... .....my web site uses localization, only the Menu control
does not hold TEXT inside its Expressions in order to use my localization.

Do you have an example, can you reference me to a tutorial......o r any ....?
"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com wrote in message
news:ec******** ******@TK2MSFTN GP03.phx.gbl...
What you want to learn is called localization.

--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee. com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h
"Brad Isaacs" <bi*****@rogers .comwrote in message
news:ey******** *******@TK2MSFT NGP04.phx.gbl.. .
>Good morning friends,

I am working with ASP.NET 2.0 -- VB code behind

I have created tabbed pages using the Menu control with the Multiview
control. Using the menu control to display the tabs, and the Multiview
control to display the content that corresponds to the selected tab.

My Menu control needs to be able to switch language from English or
French depending on the language chosen by the user.

At the moment I have hard coded the Text: area to the English language.

I tried to dump asp code to pick either ENG language or FRE depending on
the page lang="en" or page lang="fr"
<%

If Request.QuerySt ring("lang") = "en" Then

%>

However I receive an ::::::::::::::: :::: Error: ASP.NET
Runtime....... ...Code blocks are not supported in this context.

My question is,

Is there a way to access the Text portion of the Menu control to switch
languages from English to French on the Source side of the code OR should
I try and access it through the vb.aspx code side of things? And how may
I chnage it back and forth.

Please see below.......... ..........
My Menu control CODE:
<asp:Menu

id="menuTabs "

CssClass="menu Tabs"

StaticMenuItem Style-CssClass="tab"

StaticSelected Style-CssClass="selec tedTab"

Orientation="H orizontal"

OnMenuItemClic k="menuTabs_Men uItemClick"

Runat="serve r" Width="370px" BackColor="Tran sparent"
DynamicHorizon talOffset="2" Font-Names="Arial" Font-Size="0.8em"
ForeColor="Tra nsparent" StaticSubMenuIn dent="10px" Font-Bold="True"
Height="20px " BorderColor="Tr ansparent">

<Items>

<asp:MenuIte m

Text="ENGLIS H FIRST SECTION" <<<<< --- Need to have this change to
>>>>Text="Franc ais Premier Section"

Value="0"

Selected="True " />

<asp:MenuIte m

Text="ENGLIS H SECOND SECTION" <<<<< --- Need to have this change to
>>>>Text="Franc ais Deuxieme Section"

Value="1"/>

<asp:MenuIte m

Text="ENGLIS H THIRD SECTION"<<<<< --- Need to have this change to
>>>>Text="Franc ais Troisieme Section"

Value="2" />

</Items>

<StaticMenuIte mStyle CssClass="tab" HorizontalPaddi ng="5px"
VerticalPaddin g="2px" />

<StaticSelecte dStyle CssClass="selec tedTab" BackColor="Whit e" />

<DynamicHoverS tyle BackColor="Tran sparent" />

<DynamicMenuSt yle BackColor="Tran sparent" BorderColor="Tr ansparent" />

<DynamicSelect edStyle ForeColor="Blac k" />

<DynamicMenuIt emStyle HorizontalPaddi ng="5px" VerticalPadding ="2px" />

<StaticHoverSt yle BorderStyle="So lid" Font-Bold="True" />

</asp:Menu>

Any ideas would be greatly appreciated,

Thanks in advance,

~Brad
------------------------------
Brad Isaacs
.NET Web Developer
www.webdevcreations.com
bi*****@rogers. com



Feb 8 '07 #3
// the following search term is all I can suggest...
localizing the asp.net menu control site:msdn2.micr osoft.com

<%= Clinton

"Brad Isaacs" <bi*****@rogers .comwrote in message
news:%2******** ********@TK2MSF TNGP04.phx.gbl. ..
>
Can you elaborate?

Localization... .....my web site uses localization, only the Menu control
does not hold TEXT inside its Expressions in order to use my
localization.

Do you have an example, can you reference me to a tutorial......o r any
....?
"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com wrote in message
news:ec******** ******@TK2MSFTN GP03.phx.gbl...
>What you want to learn is called localization.

--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee. com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h
"Brad Isaacs" <bi*****@rogers .comwrote in message
news:ey******* ********@TK2MSF TNGP04.phx.gbl. ..
>>Good morning friends,

I am working with ASP.NET 2.0 -- VB code behind

I have created tabbed pages using the Menu control with the Multiview
control. Using the menu control to display the tabs, and the Multiview
control to display the content that corresponds to the selected tab.

My Menu control needs to be able to switch language from English or
French depending on the language chosen by the user.

At the moment I have hard coded the Text: area to the English language.

I tried to dump asp code to pick either ENG language or FRE depending on
the page lang="en" or page lang="fr"
<%

If Request.QuerySt ring("lang") = "en" Then

%>

However I receive an ::::::::::::::: :::: Error: ASP.NET
Runtime...... ....Code blocks are not supported in this context.

My question is,

Is there a way to access the Text portion of the Menu control to switch
languages from English to French on the Source side of the code OR
should I try and access it through the vb.aspx code side of things? And
how may I chnage it back and forth.

Please see below.......... ..........
My Menu control CODE:
<asp:Menu

id="menuTab s"

CssClass="men uTabs"

StaticMenuIte mStyle-CssClass="tab"

StaticSelecte dStyle-CssClass="selec tedTab"

Orientation=" Horizontal"

OnMenuItemCli ck="menuTabs_Me nuItemClick"

Runat="server " Width="370px" BackColor="Tran sparent"
DynamicHorizo ntalOffset="2" Font-Names="Arial" Font-Size="0.8em"
ForeColor="Tr ansparent" StaticSubMenuIn dent="10px" Font-Bold="True"
Height="20p x" BorderColor="Tr ansparent">

<Items>

<asp:MenuIt em

Text="ENGLI SH FIRST SECTION" <<<<< --- Need to have this change to
>Text="Fran cais Premier Section"

Value="0"

Selected="Tru e" />

<asp:MenuIt em

Text="ENGLI SH SECOND SECTION" <<<<< --- Need to have this change to
>Text="Fran cais Deuxieme Section"

Value="1"/>

<asp:MenuIt em

Text="ENGLI SH THIRD SECTION"<<<<< --- Need to have this change to
>Text="Fran cais Troisieme Section"

Value="2" />

</Items>

<StaticMenuIt emStyle CssClass="tab" HorizontalPaddi ng="5px"
VerticalPaddi ng="2px" />

<StaticSelect edStyle CssClass="selec tedTab" BackColor="Whit e" />

<DynamicHover Style BackColor="Tran sparent" />

<DynamicMenuS tyle BackColor="Tran sparent" BorderColor="Tr ansparent" />

<DynamicSelec tedStyle ForeColor="Blac k" />

<DynamicMenuI temStyle HorizontalPaddi ng="5px" VerticalPadding ="2px" />

<StaticHoverS tyle BorderStyle="So lid" Font-Bold="True" />

</asp:Menu>

Any ideas would be greatly appreciated,

Thanks in advance,

~Brad
------------------------------
Brad Isaacs
.NET Web Developer
www.webdevcreations.com
bi*****@rogers. com




Feb 9 '07 #4
Hi Clinton,

Thanks for your help.

~Brad

ps: Kool Google map of where you are........& web site~

"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com wrote in message
news:%2******** *********@TK2MS FTNGP02.phx.gbl ...
// the following search term is all I can suggest...
localizing the asp.net menu control site:msdn2.micr osoft.com

<%= Clinton

"Brad Isaacs" <bi*****@rogers .comwrote in message
news:%2******** ********@TK2MSF TNGP04.phx.gbl. ..
>>
Can you elaborate?

Localization.. ......my web site uses localization, only the Menu control
does not hold TEXT inside its Expressions in order to use my
localization .

Do you have an example, can you reference me to a tutorial......o r any
....?
"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com wrote in
message news:ec******** ******@TK2MSFTN GP03.phx.gbl...
>>What you want to learn is called localization.

--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee. com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h
"Brad Isaacs" <bi*****@rogers .comwrote in message
news:ey****** *********@TK2MS FTNGP04.phx.gbl ...
Good morning friends,

I am working with ASP.NET 2.0 -- VB code behind

I have created tabbed pages using the Menu control with the Multiview
control. Using the menu control to display the tabs, and the Multiview
control to display the content that corresponds to the selected tab.

My Menu control needs to be able to switch language from English or
French depending on the language chosen by the user.

At the moment I have hard coded the Text: area to the English language.

I tried to dump asp code to pick either ENG language or FRE depending
on the page lang="en" or page lang="fr"
<%

If Request.QuerySt ring("lang") = "en" Then

%>

However I receive an ::::::::::::::: :::: Error: ASP.NET
Runtime..... .....Code blocks are not supported in this context.

My question is,

Is there a way to access the Text portion of the Menu control to switch
languages from English to French on the Source side of the code OR
should I try and access it through the vb.aspx code side of things?
And how may I chnage it back and forth.

Please see below.......... ..........
My Menu control CODE:
<asp:Menu

id="menuTabs "

CssClass="me nuTabs"

StaticMenuIt emStyle-CssClass="tab"

StaticSelect edStyle-CssClass="selec tedTab"

Orientation= "Horizontal "

OnMenuItemCl ick="menuTabs_M enuItemClick"

Runat="serve r" Width="370px" BackColor="Tran sparent"
DynamicHoriz ontalOffset="2" Font-Names="Arial" Font-Size="0.8em"
ForeColor="T ransparent" StaticSubMenuIn dent="10px" Font-Bold="True"
Height="20px " BorderColor="Tr ansparent">

<Items>

<asp:MenuIte m

Text="ENGLIS H FIRST SECTION" <<<<< --- Need to have this change to
>>Text="Fra ncais Premier Section"

Value="0"

Selected="Tr ue" />

<asp:MenuIte m

Text="ENGLIS H SECOND SECTION" <<<<< --- Need to have this change to
>>Text="Fra ncais Deuxieme Section"

Value="1"/>

<asp:MenuIte m

Text="ENGLIS H THIRD SECTION"<<<<< --- Need to have this change to
>>Text="Fra ncais Troisieme Section"

Value="2" />

</Items>

<StaticMenuI temStyle CssClass="tab" HorizontalPaddi ng="5px"
VerticalPadd ing="2px" />

<StaticSelec tedStyle CssClass="selec tedTab" BackColor="Whit e" />

<DynamicHove rStyle BackColor="Tran sparent" />

<DynamicMenu Style BackColor="Tran sparent" BorderColor="Tr ansparent" />

<DynamicSele ctedStyle ForeColor="Blac k" />

<DynamicMenu ItemStyle HorizontalPaddi ng="5px" VerticalPadding ="2px" />

<StaticHover Style BorderStyle="So lid" Font-Bold="True" />

</asp:Menu>

Any ideas would be greatly appreciated,

Thanks in advance,

~Brad
------------------------------
Brad Isaacs
.NET Web Developer
www.webdevcreations.com
bi*****@rogers. com




Feb 9 '07 #5
Hi Clinton,

When I first tried to insert the Resource file tags into my menu control
code blocks, I had made a typo unknowingly.... hence the error.

As I thought, it was a simple fix............ ......

<asp:MenuItem

Text="<%$ Resources:Resou rces, FirstTab %>"

Value="0"

Selected="True" />

<asp:MenuItem

Text="<%$ Resources:Resou rces, SecondTab %>"

Value="1"/>

<asp:MenuItem

Text="<%$ Resources:Resou rces, ThirdTab %>"

Value="2" />

</Items>
Thanks again,

~Brad

"Brad Isaacs" <bi*****@rogers .comwrote in message
news:uM******** ******@TK2MSFTN GP05.phx.gbl...
Hi Clinton,

Thanks for your help.

~Brad

ps: Kool Google map of where you are........& web site~

"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com wrote in message
news:%2******** *********@TK2MS FTNGP02.phx.gbl ...
>// the following search term is all I can suggest...
localizing the asp.net menu control site:msdn2.micr osoft.com

<%= Clinton

"Brad Isaacs" <bi*****@rogers .comwrote in message
news:%2******* *********@TK2MS FTNGP04.phx.gbl ...
>>>
Can you elaborate?

Localization. .......my web site uses localization, only the Menu control
does not hold TEXT inside its Expressions in order to use my
localizatio n.

Do you have an example, can you reference me to a tutorial......o r any
....?
"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com wrote in
message news:ec******** ******@TK2MSFTN GP03.phx.gbl...
What you want to learn is called localization.

--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee. com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h
"Brad Isaacs" <bi*****@rogers .comwrote in message
news:ey***** **********@TK2M SFTNGP04.phx.gb l...
Good morning friends,
>
I am working with ASP.NET 2.0 -- VB code behind
>
I have created tabbed pages using the Menu control with the Multiview
control. Using the menu control to display the tabs, and the
Multiview control to display the content that corresponds to the
selected tab.
>
My Menu control needs to be able to switch language from English or
French depending on the language chosen by the user.
>
At the moment I have hard coded the Text: area to the English
language.
>
I tried to dump asp code to pick either ENG language or FRE depending
on the page lang="en" or page lang="fr"
<%
>
If Request.QuerySt ring("lang") = "en" Then
>
%>
>
However I receive an ::::::::::::::: :::: Error: ASP.NET
Runtime.... ......Code blocks are not supported in this context.
>
My question is,
>
Is there a way to access the Text portion of the Menu control to
switch languages from English to French on the Source side of the code
OR should I try and access it through the vb.aspx code side of things?
And how may I chnage it back and forth.
>
Please see below.......... ..........
>
>
My Menu control CODE:
<asp:Menu
>
id="menuTab s"
>
CssClass="m enuTabs"
>
StaticMenuI temStyle-CssClass="tab"
>
StaticSelec tedStyle-CssClass="selec tedTab"
>
Orientation ="Horizontal "
>
OnMenuItemC lick="menuTabs_ MenuItemClick"
>
Runat="serv er" Width="370px" BackColor="Tran sparent"
DynamicHori zontalOffset="2 " Font-Names="Arial" Font-Size="0.8em"
ForeColor=" Transparent" StaticSubMenuIn dent="10px" Font-Bold="True"
Height="20p x" BorderColor="Tr ansparent">
>
<Items>
>
<asp:MenuIt em
>
Text="ENGLI SH FIRST SECTION" <<<<< --- Need to have this change to
>>>Text="Fr ancais Premier Section"
>
Value="0"
>
Selected="T rue" />
>
<asp:MenuIt em
>
Text="ENGLI SH SECOND SECTION" <<<<< --- Need to have this change to
>>>Text="Fr ancais Deuxieme Section"
>
Value="1"/>
>
<asp:MenuIt em
>
Text="ENGLI SH THIRD SECTION"<<<<< --- Need to have this change to
>>>Text="Fr ancais Troisieme Section"
>
Value="2" />
>
</Items>
>
<StaticMenu ItemStyle CssClass="tab" HorizontalPaddi ng="5px"
VerticalPad ding="2px" />
>
<StaticSele ctedStyle CssClass="selec tedTab" BackColor="Whit e" />
>
<DynamicHov erStyle BackColor="Tran sparent" />
>
<DynamicMen uStyle BackColor="Tran sparent" BorderColor="Tr ansparent" />
>
<DynamicSel ectedStyle ForeColor="Blac k" />
>
<DynamicMen uItemStyle HorizontalPaddi ng="5px" VerticalPadding ="2px" />
>
<StaticHove rStyle BorderStyle="So lid" Font-Bold="True" />
>
</asp:Menu>
>
Any ideas would be greatly appreciated,
>
Thanks in advance,
>
~Brad
>
>
------------------------------
Brad Isaacs
.NET Web Developer
www.webdevcreations.com
bi*****@rogers. com
>
>




Feb 9 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1805
by: Fabuloussites | last post by:
I have a page that has multiview control that has two dropdown lists on it. the dropdown controls ARE NOT inside of the multiview. Each drop down is bound using its own sqldatasource conrtol. The multiview is declared below the dropdown controls on another portion of the page. so, here is the progression.. 1) select a category from drowdown one that is bound using sqldatasource1 2) dropdown2 is populated based on selection or...
2
2673
by: Alexander van Doormalen | last post by:
I have a MultiView control with 2 Views in it. In the first View I have a form which contains sereral input controls and a custom UserControl. In this custom UserControl I have a button which causes a postback. When the click event gets handled I am grabbing the MultiView instance from a parent control (using a recusive method). When i change the active View on this MultiView control nothing happens. The second time you click the button...
1
1451
by: H | last post by:
ASP.NET 2.0 I used to have IE Webcontrols (Tabstrip w/Pageviews) on my page. Because of issues, I switched over to a horizontal Menu with a Multiview control. The problem is in the javascript. Previously, when I scanned through 'document.forms.elements', I would have access to all of the elements (about 400) on all of the tabs, visible or not. However, now when I scan 'document.forms.elements', I only get the elements of
2
1665
by: John Smith | last post by:
I am trying to use the menu control for a tabbed menu system but it's frustrating the hell out of me. The full code is listed below. The trouble that I'm having is that, when the user clicks on a menu item, the page will send back the id of the menu that was clicked. But it doesn't do that and I can't figure out how to make it work. Looking at the code below, the variable "strDBView" is always null. But it's a global variable and gets...
0
1656
by: John Smith | last post by:
If anyone can help, I would very muchly appreciate it. I have a main page that uses the .net 2.0 menu control with the multiview controls as the menu choices. This works fine. One of the menu choices dynamically loads a user control with a gridview (datagrid) control on it. That works fine. The problem arises when the user clicks on a different page of the gridview control---this is a paged gridview. When that happens, the gridview...
0
2399
by: Jacob Donajkowski | last post by:
Once the user logs in I want to have the users switch from the Roster View to the Profile View and enter their profile infomation and save it. Then the next time they login and go to the Profile View I want the form populated from there profile on the sql server. The code to save the profile works fine. But when the user logs back in they data doesn't load back to the form. The multiview is located inside the LoginView's Logged-In View ....
1
1992
by: gshankar | last post by:
In ASP.NET of VB.net/C#.net, how to use the combination of Menu and Multiview control. For example, when a menuitem in a menu control is clicked, a view is to be displayed. Send us the coding.
1
2228
by: Yin99 | last post by:
I have a Menu control that currently changes the view on a MultiView. Works, but I was wondering if there is any way to load separate pages in each view via Menu? Ex: (Allows user to select view in Multiview)
0
2055
by: nzkks | last post by:
Hi, I am using these: ASP.Net 2.0, VB.Net, Visual Studio 2005, SQL Server 2005 In a asp.net page, I have two multiview controls each has 2 views & its corresponding 2 menu items named Metric & Imperial. Individually both works fine. But when I click "Metric", the other "Metric" should also be switched on and vice-versa for Imperial. How to achieve that? The catch here is, one of the multiview control is inside a show/hide div with...
0
8991
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8830
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9370
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9321
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6796
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6074
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4874
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3312
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.