Click here to Skip to main content
15,918,243 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to debug Pin
Vasudevan Deepak Kumar22-Feb-07 17:44
Vasudevan Deepak Kumar22-Feb-07 17:44 
AnswerRe: How to debug Pin
Paddy Boyd22-Feb-07 23:49
Paddy Boyd22-Feb-07 23:49 
GeneralRe: How to debug Pin
No-e23-Feb-07 2:05
No-e23-Feb-07 2:05 
QuestionProblems with query pagination in asp.net Pin
haggenx22-Feb-07 3:35
haggenx22-Feb-07 3:35 
AnswerRe: Problems with query pagination in asp.net Pin
Vasudevan Deepak Kumar22-Feb-07 18:06
Vasudevan Deepak Kumar22-Feb-07 18:06 
QuestionSending of email in VWD 2005 Pin
zareee21-Feb-07 22:10
zareee21-Feb-07 22:10 
AnswerRe: Sending of email in VWD 2005 Pin
Vasudevan Deepak Kumar22-Feb-07 17:45
Vasudevan Deepak Kumar22-Feb-07 17:45 
QuestionHow to get the ceckbox value in to an Excel File Pin
antithx21-Feb-07 21:50
antithx21-Feb-07 21:50 
AnswerRe: How to get the ceckbox value in to an Excel File Pin
Michael Sync21-Feb-07 22:38
Michael Sync21-Feb-07 22:38 
GeneralRe: How to get the ceckbox value in to an Excel File Pin
Michael Sync21-Feb-07 22:54
Michael Sync21-Feb-07 22:54 
QuestionFrom php - passing Array to Javascript [modified] Pin
hiral_shah21-Feb-07 21:32
hiral_shah21-Feb-07 21:32 
AnswerRe: From php - passing Array to Javascript Pin
Bradml22-Feb-07 0:21
Bradml22-Feb-07 0:21 
GeneralRe: From php - passing Array to Javascript Pin
hiral_shah22-Feb-07 18:10
hiral_shah22-Feb-07 18:10 
GeneralRe: From php - passing Array to Javascript Pin
Bradml22-Feb-07 22:19
Bradml22-Feb-07 22:19 
AnswerRe: From php - passing Array to Javascript Pin
haggenx22-Feb-07 3:44
haggenx22-Feb-07 3:44 
GeneralRe: From php - passing Array to Javascript Pin
hiral_shah22-Feb-07 18:06
hiral_shah22-Feb-07 18:06 
QuestionHow to apply css to file Upload control in ASP.NET 2.0 Pin
varshavmane21-Feb-07 19:59
varshavmane21-Feb-07 19:59 
AnswerRe: How to apply css to file Upload control in ASP.NET 2.0 Pin
Michael Sync21-Feb-07 22:34
Michael Sync21-Feb-07 22:34 
AnswerRe: How to apply css to file Upload control in ASP.NET 2.0 Pin
badgrs22-Feb-07 1:35
badgrs22-Feb-07 1:35 
Questioncan we use C# and VB,Net in the same project?? Pin
Rahithi21-Feb-07 18:49
Rahithi21-Feb-07 18:49 
AnswerRe: can we use C# and VB,Net in the same project?? Pin
Michael Sync21-Feb-07 21:52
Michael Sync21-Feb-07 21:52 
GeneralRe: can we use C# and VB,Net in the same project?? Pin
Rahithi22-Feb-07 1:57
Rahithi22-Feb-07 1:57 
GeneralRe: can we use C# and VB,Net in the same project?? [modified] Pin
Michael Sync22-Feb-07 16:27
Michael Sync22-Feb-07 16:27 

if i developed one webservice using C#, want to consume that in VB.Net web page.....how can we do taht?? i mean is it the same way, adding web reference & creating proxy...etc.,??


It's the same way. You can do either adding webreference or generating proxy class and add it to your project.
If you are using different languages for web project and web service, it's better if you put those in different solution file.




Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. Smile | :)
GeneralRe: can we use C# and VB,Net in the same project?? Pin
Rahithi22-Feb-07 17:40
Rahithi22-Feb-07 17:40 
GeneralRe: can we use C# and VB,Net in the same project?? Pin
Michael Sync22-Feb-07 17:53
Michael Sync22-Feb-07 17:53 

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.