Click here to Skip to main content
16,005,080 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Second Post but no Reply (Webservice in Firefox) Pin
Abubakarsb30-Aug-07 1:33
Abubakarsb30-Aug-07 1:33 
QuestionRegular expression Pin
Mr.Sam29-Aug-07 23:35
Mr.Sam29-Aug-07 23:35 
AnswerRe: Regular expression Pin
Imran Khan Pathan30-Aug-07 0:27
Imran Khan Pathan30-Aug-07 0:27 
Questionhow to call function Pin
kuwl_mark29-Aug-07 23:15
kuwl_mark29-Aug-07 23:15 
AnswerRe: how to call function Pin
Michael Sync29-Aug-07 23:20
Michael Sync29-Aug-07 23:20 
GeneralRe: how to call function Pin
Sonia Gupta29-Aug-07 23:53
Sonia Gupta29-Aug-07 23:53 
GeneralRe: how to call function Pin
Michael Sync30-Aug-07 0:06
Michael Sync30-Aug-07 0:06 
GeneralRe: how to call function Pin
Imran Khan Pathan30-Aug-07 0:34
Imran Khan Pathan30-Aug-07 0:34 
You can add .vb class in C# project.
To access that classes u have to
Add all .vb classes in "VB" folder in App_code and code in web.config file

<compilation debug="true">
<codeSubDirectories>
<add directoryName="VB"/>

</codeSubDirectories>
...............
..............
U can access.vb classes from .cs class


Best Regard
Pathan



---------------------------------------------------
Questioncashing Pin
Sonia Gupta29-Aug-07 22:38
Sonia Gupta29-Aug-07 22:38 
AnswerRe: cashing Pin
Sathesh Sakthivel29-Aug-07 23:01
Sathesh Sakthivel29-Aug-07 23:01 
AnswerRe: cashing Pin
satyaki mishra29-Aug-07 23:01
satyaki mishra29-Aug-07 23:01 
Questionhow to display pictures in image tool Pin
n_gchaitra29-Aug-07 22:18
n_gchaitra29-Aug-07 22:18 
AnswerRe: how to display pictures in image tool Pin
Ather Ali Shaikh30-Aug-07 0:15
professionalAther Ali Shaikh30-Aug-07 0:15 
GeneralRe: how to display pictures in image tool Pin
n_gchaitra30-Aug-07 0:29
n_gchaitra30-Aug-07 0:29 
GeneralRe: how to display pictures in image tool Pin
Ather Ali Shaikh1-Sep-07 18:38
professionalAther Ali Shaikh1-Sep-07 18:38 
GeneralRe: how to display pictures in image tool Pin
n_gchaitra2-Sep-07 17:07
n_gchaitra2-Sep-07 17:07 
QuestionEmail System and Discussion board or Forums Pin
ammar_nike29-Aug-07 21:28
ammar_nike29-Aug-07 21:28 
AnswerRe: Email System and Discussion board or Forums Pin
Michael Sync29-Aug-07 23:18
Michael Sync29-Aug-07 23:18 
GeneralRe: Email System and Discussion board or Forums Pin
ammar_nike30-Aug-07 0:24
ammar_nike30-Aug-07 0:24 
GeneralRe: Email System and Discussion board or Forums Pin
Michael Sync30-Aug-07 5:03
Michael Sync30-Aug-07 5:03 
AnswerRe: Email System and Discussion board or Forums Pin
Sathesh Sakthivel29-Aug-07 23:36
Sathesh Sakthivel29-Aug-07 23:36 
QuestionUsing hyper link how to pass one parameter value from one page to another page Pin
Member 387988129-Aug-07 21:24
Member 387988129-Aug-07 21:24 
AnswerRe: Using hyper link how to pass one parameter value from one page to another page Pin
Deepak the Cool29-Aug-07 22:05
Deepak the Cool29-Aug-07 22:05 
GeneralRe: Using hyper link how to pass one parameter value from one page to another page Pin
Member 387988129-Aug-07 22:36
Member 387988129-Aug-07 22:36 
GeneralRe: Using hyper link how to pass one parameter value from one page to another page Pin
Member 387988129-Aug-07 23:17
Member 387988129-Aug-07 23:17 

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.