Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Form in web page

Author  Topic 

messi
Starting Member

47 Posts

Posted - 2008-09-17 : 18:12:12
Can i add or call
application form(C#)
in my web page?


afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2008-09-17 : 18:20:23
yes.

what are u trying 2do ?
Go to Top of Page

messi
Starting Member

47 Posts

Posted - 2008-09-17 : 19:25:43
thanks for replaying

i just want to know the way to try it later
how we can do it
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2008-09-17 : 19:40:14
What application or class are you trying to call ?
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2008-09-17 : 19:41:53
EXAMPLE

If you are trying to call a class e.g. the name of your class is myclass, try

myclass messi = new myclass(variable1, variable2 )
Go to Top of Page

messi
Starting Member

47 Posts

Posted - 2008-09-17 : 20:10:12
thank you afrika
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2008-09-18 : 02:50:18
Glad2help
Go to Top of Page
   

- Advertisement -