Click here to Skip to main content
15,886,873 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Need Help In PHP Coding Pin
Mohammad Dayyan5-Dec-08 2:02
Mohammad Dayyan5-Dec-08 2:02 
QuestionSql server in godady.com Pin
ahawari093-Dec-08 8:11
ahawari093-Dec-08 8:11 
QuestionWhen to use em and px Pin
Brendan Vogt3-Dec-08 7:32
Brendan Vogt3-Dec-08 7:32 
AnswerRe: When to use em and px Pin
Mohammad Dayyan5-Dec-08 2:08
Mohammad Dayyan5-Dec-08 2:08 
AnswerRe: When to use em and px Pin
Colin Angus Mackay5-Dec-08 4:26
Colin Angus Mackay5-Dec-08 4:26 
QuestionDisplay changes with screen resolution Pin
Anand Desai3-Dec-08 1:04
Anand Desai3-Dec-08 1:04 
AnswerRe: Display changes with screen resolution Pin
Mohammad Dayyan5-Dec-08 2:11
Mohammad Dayyan5-Dec-08 2:11 
QuestionASP.NET - Debugging User Control in Visual Studio 2008 Pin
AssemblySoft2-Dec-08 23:34
AssemblySoft2-Dec-08 23:34 
I have an ASP.NET (2.0) site. I am on my dev box using V Studio 2008 and IIS. I have a separate User Control project that gets called from a javascript function in the default.aspx page. The User Control project is in another solution.

The application is running as expected. The user control is being called and all is well. Well not quite.

I am unable to step into the User Control project, i.e debug it. I can set breakpoints but they never get trapped. I can debug all other areas of the site both in script and code behind without any problems. The User control gets built in DEBUG to the same location as the default.aspx page.

Things i have already tried:
Enabled script debugging in IE.
Added the User Control project to the same web site solution
Attached debugger to running instance of IE from Visual Studio
Enabled debugging on the site.

Below is some sample code which should help:

default.aspx: (Cut down for brevity)

<body onload="LoadMethod()"style="background-color:#f4eedf; font-size: 12px; font-family: Verdana;margin:0 0 0 0;">


 <object id="LoadControl" style="width: 1px; height: 1px" classid="Nice.Inform.Client.WebLoad.dll#Nice.Inform.Client.WebLoad.LoadControl">
            <param name="ApplicationPath" value="ClientApps/NiceInform.exe" />
            <asp:Literal ID="NewCodecVersion" runat="server"></asp:Literal>
            <asp:Literal ID="CodecProductCode" runat="server"></asp:Literal>
        </object>


<script type="text/javascript">
		function LoadMethod()
		{
			try
			{
			    LoadControl.Ping();  
			    
			}
			catch (e) //if the DLL didn't run assume there is a trust problem.
			{	 
			}
		}


Please only give feedback if you have actually done this in practice.
QuestionWeb Application working in IE but not in FireFox Pin
smilysanjai2-Dec-08 19:30
smilysanjai2-Dec-08 19:30 
GeneralRe: Web Application working in IE but not in FireFox Pin
Nanda_MR2-Dec-08 21:44
Nanda_MR2-Dec-08 21:44 
AnswerRe: Web Application working in IE but not in FireFox Pin
cking2600_15-Dec-08 8:58
cking2600_15-Dec-08 8:58 
QuestionWebsite Pin
Nanda_MR2-Dec-08 18:40
Nanda_MR2-Dec-08 18:40 
AnswerRe: Website Pin
AssemblySoft2-Dec-08 23:37
AssemblySoft2-Dec-08 23:37 
AnswerRe: Website Pin
Paul Conrad3-Dec-08 5:01
professionalPaul Conrad3-Dec-08 5:01 
AnswerRe: Website Pin
Saul Johnson9-Dec-08 6:13
Saul Johnson9-Dec-08 6:13 
Questionhi Pin
vishwaguna2-Dec-08 7:02
vishwaguna2-Dec-08 7:02 
AnswerRe: hi Pin
songjacki2-Dec-08 14:02
songjacki2-Dec-08 14:02 
AnswerRe: hi Pin
Colin Angus Mackay5-Dec-08 4:28
Colin Angus Mackay5-Dec-08 4:28 
Questionwant to use "search" of a website programatically Pin
IrfanHaleem2-Dec-08 5:47
IrfanHaleem2-Dec-08 5:47 
AnswerRe: want to use "search" of a website programatically Pin
Ashfield5-Dec-08 1:28
Ashfield5-Dec-08 1:28 
QuestionGernerating XML file with XML Schema ?. Pin
songjacki2-Dec-08 3:35
songjacki2-Dec-08 3:35 
AnswerRe: Gernerating XML file with XML Schema ?. Pin
SeMartens2-Dec-08 4:54
SeMartens2-Dec-08 4:54 
GeneralRe: Gernerating XML file with XML Schema ?. Pin
Samer Aburabie2-Dec-08 11:55
Samer Aburabie2-Dec-08 11:55 
GeneralRe: Gernerating XML file with XML Schema ?. Pin
songjacki2-Dec-08 13:59
songjacki2-Dec-08 13:59 
Questionneed Help urgent Pin
raza_ahmedt42-Dec-08 3:35
raza_ahmedt42-Dec-08 3:35 

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.