Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can One website be made using two different languages like
c#,vb.net etc......

Answers were Sorted based on User's Feedback



Can One website be made using two different languages like c#,vb.net etc........

Answer / pankaj chouthmal

ya
One website be made using two different languages

There is no 'perfect' language. Each has its own specialties
To make a good n attractive website , you'll probably need more than one language.


Hope I helped

Is This Answer Correct ?    12 Yes 1 No

Can One website be made using two different languages like c#,vb.net etc........

Answer / amiya

Yes ,One website can be made using 2 or more different
language.Provided they must support .net fram work

Is This Answer Correct ?    5 Yes 0 No

Can One website be made using two different languages like c#,vb.net etc........

Answer / ghulam moinuddin

Yes, It can be possible to make one website using two
different laguages like C# and VB.Net

Steps are Given below:
1)Create a New Website Select A blank Asp.Net Website and
Select Language Visual Basic

2)Now Add New Form (Default2.aspx) and Select its Languate
C#

3)Take a button on Default.aspx then write in its Code
Window

Partial Class _Default
Inherits System.Web.UI.Page

Protected Sub Button1_Click(ByVal sender As Object,
ByVal e As System.EventArgs) Handles Button1.Click
Response.Redirect("Default2.aspx")
End Sub
End Class

4)Now Take a button on Default.aspx then write in its Code
Window
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

public partial class Default2 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

}
protected void Button1_Click(object sender, EventArgs e)
{
Response.Redirect("Default.aspx");
}
}

RESULT:
Now Executte your Website Both buttons will call one
another pages which are in different languages VB and C#

Is This Answer Correct ?    4 Yes 0 No

Can One website be made using two different languages like c#,vb.net etc........

Answer / swati paurush

yes one website can be made using ore than one language
coz .net is language independent.tt can suport more than
one language.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is query string? What are its advantages and limitations?

0 Answers  


Is asp.net outdated?

0 Answers  


Can we change the session timeout in ASP.NET, if yes then how and from where?

7 Answers   L&T,


Why mvc is better than asp.net? : Asp.Net MVC

0 Answers  


how to integrate Language conversion, without asking the enduser to download font, it should auto integrate

1 Answers  


What is the use of session state and application state and difference between them?

0 Answers  


what is usercontrol how we can use acess the controls that are present in the usercontrol in the aspx page suppose we have 2 text boxes in a user control how u can acess the 2 textboxs in the aspx page

1 Answers  


What is event in asp.net?

0 Answers  


Can private assembly be used for more than one application? If so how?

7 Answers   Satyam,


how can i call output parameters from ado.net

3 Answers   TCS,


What is the difference between managed and unmanaged code? *******

2 Answers   Patni,


When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.

5 Answers   Netsweeper,


Categories