Can One website be made using two different languages like
c#,vb.net etc......
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Is asp.net different from asp? If yes, explain how?
How can we pass info between 2 asp.net pages?
Disable Session State at the Page Level
What’s the difference between Response.Write() andResponse.Output.Write()?
How to write unmanaged code and how to identify whether the code is managed / unmanaged ?
2 Answers Accenture, BirlaSoft, Cogtest,
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is itemrowdatabound for a datagrid?
how to create bin folder in asp.net2.0
relacement of websevices in .net 3.0?
How you can access the values from the Repeater control in ASP.NET?
What are validator? Name the Validation controls in asp.net? How do u disable them?
How many types is controls is there in Asp.Net?If it means what are types of custom controls?Explain about user controls,Web server controls,Hrml server controls?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)