Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:799587
More Search Options
RSS Available
Matching Posts
How a browser communicates with an Activex object?
Background: I have registered my Activex component (e.g. xxx.dll assembly) into the registry using regasm tool. I have placed an object element inside my test.aspx page: <OBJECT id="CtiConnector" name="CtiConnector" classid="clsid:67100952-F2F9-4fe8-921A-xxxxxxxxx"></OBJECT> My CtiConnector object has a method which returns a value e.g. int Add(int a, int b) {...} I can call this method using javascript as following: var result = CtiConnect.Add(1, 2); Question
Posted to
Client Side Web Development
(Forum)
by
Dynamic2008
on 12/22/2009
Filed under: aspx, c#, ActiveX, javascipt
How to use app.config in an Activex control?
I have created an Activex control using C# Class Library template and I have hosted it inside an aspx page. I have 2 problems: 1) I can't debug the activex component when the page runs 2) My Activex component has app.config file and at runtime it can not be found. Is it possible to add an app.config to a class library at all? if not, how could I achieve this? Thanks,
Posted to
Client Side Web Development
(Forum)
by
Dynamic2008
on 11/30/2009
Filed under: debug, class library, activeX, app.config
How to Pass Credentials from one Website to another Website on the Same Server?
I have Website1 and Website2 and both of which are hosted under a IIS and use Windows Integrated Authentication. How can I pass credentials from Website1 to Website2?
Posted to
Security
(Forum)
by
Dynamic2008
on 11/2/2009
Filed under: windows authentication, website, Windows integrated authentication, single sign on, credentialsals
Re: How to Pass Credentials from one Website to another Website on the Same Server?
I am using SSO (Windows Integrated). How can I pass the credentials?
Posted to
Security
(Forum)
by
Dynamic2008
on 11/2/2009
Re: How to remove the Scrolling property of Iframe using JavaScript?
I found this method that works: function modifyIframeScroll(iframeid, mode) { var oldIframe = document.getElementById(iframeid); var newIframe = oldIframe.cloneNode(true); newIframe.scrolling = mode; oldIframe.parentNode.insertBefore(newIframe, oldIframe); newIframe.parentNode.removeChild(oldIframe); } function modifyIframeScroll(iframeid, mode, showVerticalScroll, showHorizontalScroll) { var oldIframe = document.getElementById(iframeid); var newIframe = oldIframe.cloneNode(true); newIframe.scrolling
Posted to
Client Side Web Development
(Forum)
by
Dynamic2008
on 9/11/2009
How to remove the Scrolling property of Iframe using JavaScript?
<head runat="server"> <script language=javascript> function noscroll(iframeID) { document.getElementById(iframeID).setAttribute('scrolling', 'no'); } </script> </head> <body> <form id="form1" runat="server"> <div> <iframe id="if1" height="500px" scrolling="yes" width="300px" src="http://www.yahoo.com" ></iframe> <input type="BUTTON" onclick
Posted to
Client Side Web Development
(Forum)
by
Dynamic2008
on 9/11/2009
Filed under: iframe, javascript, scrolling
Re: How to Sort my objects in Dynamic Data?
I read from here that prerequisites for Dynamic Data Preview 4.0 are Visual Studio 2008 and .NET Framework 3.5 SP1, so apparently I don't have to have .NET 4.0 installed :) So how do you resolve this issue in preview 4.0?
Posted to
ASP.NET Dynamic Data
(Forum)
by
Dynamic2008
on 9/3/2009
Re: How to Sort my objects in Dynamic Data?
That is a solution I agree but an ugly one, isn't it?! I was thinking maybe we can create a new CustomDisplayColumn attribute which inherits from DisplayColumn, then to overwrite the functionality where it's doing it's sorting job to sort based on the EF class property rather than a table column. Or having both functionalities I mean for instance extending CustomDisplay Column to have 2 properties called "SortByProperty" and "SortByColumn". Have you thought about this
Posted to
ASP.NET Dynamic Data
(Forum)
by
Dynamic2008
on 9/2/2009
Re: How to Sort my objects in Dynamic Data?
How did you create the calculated column when DisplayColumn attribute only accepts database table columns (non-calculated)?
Posted to
ASP.NET Dynamic Data
(Forum)
by
Dynamic2008
on 9/1/2009
Re: Ordering Dynamic data Combo
Whay can't you delete a post?
Posted to
ASP.NET Dynamic Data
(Forum)
by
Dynamic2008
on 8/30/2009
Page 1 of 17 (164 items) 1
2
3
4
5
Next >
...
Last »
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 3: Configuration
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online