Click here to Skip to main content
15,903,203 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Images not appearing in delivered mail Pin
EliottA9-Jan-09 5:19
EliottA9-Jan-09 5:19 
GeneralRe: Images not appearing in delivered mail Pin
Vivek Bhatnagar11-Jan-09 18:50
Vivek Bhatnagar11-Jan-09 18:50 
QuestionHow to multiply date with double? Pin
Kukalool7-Jan-09 16:42
Kukalool7-Jan-09 16:42 
GeneralRe: How to multiply date with double? Pin
Luc Pattyn7-Jan-09 17:11
sitebuilderLuc Pattyn7-Jan-09 17:11 
GeneralRe: How to multiply date with double? Pin
Kukalool12-Jan-09 20:53
Kukalool12-Jan-09 20:53 
QuestionInstalling .NET Framework with my app using MSI Pin
petrveit6-Jan-09 22:13
petrveit6-Jan-09 22:13 
AnswerRe: Installing .NET Framework with my app using MSI Pin
Not Active7-Jan-09 2:43
mentorNot Active7-Jan-09 2:43 
QuestionHow can i instantiate C# class from javascript ?? Pin
Dattatraya K6-Jan-09 21:01
Dattatraya K6-Jan-09 21:01 
Good afternoon,

i have one c# class known as EXTdata implementing IEXTAccess
i want to create an instance of EXTdata inside javascript function doScript().

my html code is here.





<title>Untitled Page


<object id="myControl1" name="myControl1" classid="EXTViewer.dll#EXTViewerLib.EXTViewer" width="100%" height="90%">



File :






function doScript()
{
var filepath = document.getElementById("openFileDialog").value;
myControl1.SetIEXTAccess = <b>/* here should be instance of c# class new EXTdata(filePath); */</b>

return true;

}







i am not getting how to instantiate c# class implemeting some interface inside javascript

Any suggestion or sample code if any one have it.
Thanks in advance.

DaTtA. Sniff | :^)
way2datta@gmail.com
AnswerRe: How can i instantiate C# class from javascript ?? Pin
«_Superman_»6-Jan-09 21:11
professional«_Superman_»6-Jan-09 21:11 
GeneralRe: How can i instantiate C# class from javascript ?? Pin
Dattatraya K6-Jan-09 21:17
Dattatraya K6-Jan-09 21:17 
GeneralRe: How can i instantiate C# class from javascript ?? Pin
«_Superman_»6-Jan-09 21:20
professional«_Superman_»6-Jan-09 21:20 
QuestionOleDbDataAdapter Pin
rema r6-Jan-09 19:50
rema r6-Jan-09 19:50 
AnswerRe: OleDbDataAdapter Pin
Wendelius7-Jan-09 0:56
mentorWendelius7-Jan-09 0:56 
GeneralRe: OleDbDataAdapter Pin
rema r8-Jan-09 1:49
rema r8-Jan-09 1:49 
GeneralRe: OleDbDataAdapter Pin
Wendelius8-Jan-09 1:54
mentorWendelius8-Jan-09 1:54 
QuestionFolder and file view Pin
sb_rs5-Jan-09 22:07
sb_rs5-Jan-09 22:07 
AnswerRe: Folder and file view Pin
Simon P Stevens5-Jan-09 23:11
Simon P Stevens5-Jan-09 23:11 
AnswerRe: Folder and file view Pin
ShilpaGinodiya6-Jan-09 0:41
ShilpaGinodiya6-Jan-09 0:41 
GeneralRe: Folder and file view Pin
Lev Danielyan7-Jan-09 22:48
Lev Danielyan7-Jan-09 22:48 
QuestionConnection Pooling problem Pin
ruanr5-Jan-09 20:58
ruanr5-Jan-09 20:58 
AnswerRe: Connection Pooling problem Pin
Wendelius5-Jan-09 22:18
mentorWendelius5-Jan-09 22:18 
GeneralRe: Connection Pooling problem Pin
ruanr6-Jan-09 20:14
ruanr6-Jan-09 20:14 
GeneralRe: Connection Pooling problem Pin
Wendelius7-Jan-09 0:36
mentorWendelius7-Jan-09 0:36 
AnswerRe: Connection Pooling problem Pin
Roger Wright6-Jan-09 2:12
professionalRoger Wright6-Jan-09 2:12 
AnswerRe: Connection Pooling problem Pin
Pete O'Hanlon6-Jan-09 10:50
mvePete O'Hanlon6-Jan-09 10:50 

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.