Click here to Skip to main content
15,895,423 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: clickable gridview Pin
Abhijit Jana13-Apr-10 6:18
professionalAbhijit Jana13-Apr-10 6:18 
GeneralRe: clickable gridview Pin
tek 200913-Apr-10 7:45
tek 200913-Apr-10 7:45 
Questioncheck if flash plugin intalled on browser Pin
gottimukkala13-Apr-10 1:12
gottimukkala13-Apr-10 1:12 
AnswerRe: check if flash plugin intalled on browser Pin
Martin Jarvis13-Apr-10 9:14
Martin Jarvis13-Apr-10 9:14 
AnswerRe: check if flash plugin intalled on browser Pin
T M Gray13-Apr-10 10:28
T M Gray13-Apr-10 10:28 
QuestionReg: language Pin
sowjanya313-Apr-10 1:09
sowjanya313-Apr-10 1:09 
AnswerRe: Reg: language Pin
Gaurav Dudeja India13-Apr-10 1:19
Gaurav Dudeja India13-Apr-10 1:19 
AnswerRe: Reg: language Pin
The Man from U.N.C.L.E.13-Apr-10 1:26
The Man from U.N.C.L.E.13-Apr-10 1:26 
You can only use one language per page, as the code-beside is compiled (either at run time or compile time) and you an only compile one language into a single assembly.

However, you can have multiple pages that have different code-beside languages. If you are using the web application project model, this will not work as only one assembly is produced. Instead you must use the web site model, and specify the codeSubDirectories setting in the config file.

Although, why mix c# and vb.net? It is all .Net anyway. Just pick one and stick to it. Translating code from one to the other is simple enough. If you can't do the translation yourself there are hundreds of tools and websites that can do it for you.
If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
[My Articles]  [My Website]

GeneralRe: Reg: language Pin
J4amieC13-Apr-10 2:10
J4amieC13-Apr-10 2:10 
GeneralRe: Reg: language Pin
The Man from U.N.C.L.E.13-Apr-10 2:49
The Man from U.N.C.L.E.13-Apr-10 2:49 
AnswerRe: Reg: language Pin
Brij13-Apr-10 2:10
mentorBrij13-Apr-10 2:10 
AnswerRe: Reg: language Pin
farogh haider13-Apr-10 3:13
farogh haider13-Apr-10 3:13 
QuestionPage within a Page Pin
Paul Unsworth12-Apr-10 22:57
Paul Unsworth12-Apr-10 22:57 
AnswerRe: Page within a Page Pin
Arun Jacob12-Apr-10 23:11
Arun Jacob12-Apr-10 23:11 
GeneralRe: Page within a Page Pin
Paul Unsworth12-Apr-10 23:18
Paul Unsworth12-Apr-10 23:18 
GeneralRe: Page within a Page Pin
Arun Jacob12-Apr-10 23:20
Arun Jacob12-Apr-10 23:20 
GeneralRe: Page within a Page Pin
Paul Unsworth12-Apr-10 23:45
Paul Unsworth12-Apr-10 23:45 
AnswerRe: Page within a Page Pin
Gregory Gadow13-Apr-10 4:58
Gregory Gadow13-Apr-10 4:58 
QuestionApp_LocalResources not working with folders. Pin
udikantz12-Apr-10 22:01
udikantz12-Apr-10 22:01 
AnswerRe: App_LocalResources not working with folders. Pin
udikantz13-Apr-10 3:56
udikantz13-Apr-10 3:56 
GeneralRe: App_LocalResources not working with folders. Pin
Martin Jarvis13-Apr-10 7:03
Martin Jarvis13-Apr-10 7:03 
QuestionRegisterStartupScript not working Pin
AKSharma8312-Apr-10 21:27
AKSharma8312-Apr-10 21:27 
AnswerRe: RegisterStartupScript not working Pin
Brij12-Apr-10 21:37
mentorBrij12-Apr-10 21:37 
GeneralRe: RegisterStartupScript not working Pin
AKSharma8312-Apr-10 21:43
AKSharma8312-Apr-10 21:43 
GeneralRe: RegisterStartupScript not working PinPopular
Brij12-Apr-10 21:45
mentorBrij12-Apr-10 21:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.