Click here to Skip to main content
15,921,660 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionschedule a .NET web service Pin
Dpriya29-Oct-07 14:03
Dpriya29-Oct-07 14:03 
AnswerRe: schedule a .NET web service Pin
Colin Angus Mackay29-Oct-07 14:10
Colin Angus Mackay29-Oct-07 14:10 
AnswerRe: schedule a .NET web service Pin
N a v a n e e t h29-Oct-07 18:35
N a v a n e e t h29-Oct-07 18:35 
AnswerRe: schedule a .NET web service Pin
Vasudevan Deepak Kumar29-Oct-07 19:41
Vasudevan Deepak Kumar29-Oct-07 19:41 
QuestionStill having the same problem - can anyone help? Two response.X events from one click event... Pin
_Damian S_29-Oct-07 13:53
professional_Damian S_29-Oct-07 13:53 
AnswerRe: Still having the same problem - can anyone help? Two response.X events from one click event... Pin
N a v a n e e t h29-Oct-07 18:49
N a v a n e e t h29-Oct-07 18:49 
GeneralRe: Still having the same problem - can anyone help? Two response.X events from one click event... Pin
_Damian S_29-Oct-07 18:58
professional_Damian S_29-Oct-07 18:58 
GeneralRe: Still having the same problem - can anyone help? Two response.X events from one click event... Pin
N a v a n e e t h29-Oct-07 19:28
N a v a n e e t h29-Oct-07 19:28 
GeneralRe: Still having the same problem - can anyone help? Two response.X events from one click event... Pin
_Damian S_30-Oct-07 19:54
professional_Damian S_30-Oct-07 19:54 
QuestionASP, Script.aculo.us, drag and drop, save and load new positios Pin
hanssgt29-Oct-07 13:22
hanssgt29-Oct-07 13:22 
QuestionASP, Script.aculo.us, drag and drop, save and load new positios Pin
hanssgt29-Oct-07 13:18
hanssgt29-Oct-07 13:18 
QuestionDatagrid with two datasources Pin
The Onslaught29-Oct-07 7:29
The Onslaught29-Oct-07 7:29 
Questionsql server connection from wml, asp.net Pin
gottimukkala29-Oct-07 7:02
gottimukkala29-Oct-07 7:02 
Questionwml content with asp.net Pin
gottimukkala29-Oct-07 6:53
gottimukkala29-Oct-07 6:53 
Questionbind the database value Pin
saravanan0529-Oct-07 6:02
saravanan0529-Oct-07 6:02 
AnswerRe: bind the database value Pin
N a v a n e e t h29-Oct-07 19:55
N a v a n e e t h29-Oct-07 19:55 
QuestionDownload Megaupload Pin
AnhTin29-Oct-07 5:49
AnhTin29-Oct-07 5:49 
QuestionNot displaying description for a function Pin
samerh29-Oct-07 4:42
samerh29-Oct-07 4:42 
AnswerRe: Not displaying description for a function Pin
Eduard Keilholz29-Oct-07 5:36
Eduard Keilholz29-Oct-07 5:36 
AnswerRe: Not displaying description for a function Pin
Abhijit Jana29-Oct-07 5:47
professionalAbhijit Jana29-Oct-07 5:47 
Questionusing activeX in web form Pin
samy10029-Oct-07 4:26
samy10029-Oct-07 4:26 
AnswerRe: using activeX in web form Pin
kuyak200029-Oct-07 18:48
kuyak200029-Oct-07 18:48 
samy100 wrote:
using C# i did a user control that i want to use from web page.

when i tried the control using windows application it works ok.

when i add it as object to the web page it is never loaded.

this control uses a special dll which is needed for its operation.

could it be the reason for the problem?

how can i add external dll's so they will be installed on the client side?


First, I like to clarify some background information about your first line. By default, any .NET Windows Forms controls are not exactly ActiveX controls. You can use ActiveX controls and embed it directly on any web page, but ActiveX control means it can only run on Internet Explorer.

Secondly, any Windows Forms control you've created needs to be wrapped as a COM object. COM object itself is an ActiveX control. After this, you can embed it in any web pages. Good luck.

Eriawan
GeneralRe: using activeX in web form Pin
samy10030-Oct-07 8:32
samy10030-Oct-07 8:32 
QuestionHashTable..., Pin
Member 387988129-Oct-07 3:38
Member 387988129-Oct-07 3:38 
AnswerRe: HashTable..., Pin
blue_arc29-Oct-07 5:17
blue_arc29-Oct-07 5: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.