Is it possible to add aspx.vb file in to C# Web Project? If
so how can i use the vb file in the C# Web project?
Answers were Sorted based on User's Feedback
Answer / cool
yes,it is possible to have diffrent pages with
diffrent .Net languages in an asp.net project,becoz after
compilation each page will have its corresponding DLL
produced.we know all .Net languages have common runtime.
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / vyas pyk
with pleasure, thats what the dream of microsoft to unite
all languages under one roof.
Is This Answer Correct ? | 7 Yes | 0 No |
What is the Global.asax used for?
What is Generic? explain clearly?
What is the purpose of asp.net?
Do gac'ed assemblies have fulltrust?
Why Web Services?
What tags do you need to add within the asp:datagrid tags to bind columns manually
Hi, We have a user control that have button Now we use this user control on different aspx pages. We want when we click on the user control button then button behave differently on different page (Dynamacilly).
What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?
Explain the basic functionality of garbage collector?
What are web server controls in asp.net?
In asp.net, how can you validate drop down box?
What r the asp.net list controls and difference between them?