The embedded-code tag has no wiki summary.
4
votes
2answers
4k views
dynamically set hyperlink control's navigateurl property inline
Is there a way to do something like this:
<asp:HyperLink id="MyLink"
NavigateUrl="../mypage.aspx?id=<%= pageid %>"
runat="server">My Page</asp:HyperLink>
... except in a way ...
3
votes
1answer
86 views
Using a c# variable of type dynamic in embedded code
It appears that creating a public property (that returns an anonymous object) in your code-behind of type 'dynamic' and exposing it to your aspx page converts the variable to type 'object'. Is this ...
3
votes
4answers
3k views
Assigning Visible Property of the Button to a Static Method Result
I am trying to hide the button based on the user's role using the following code:
<asp:Button ID="btndisplayrole" Text="Admin Button" Visible='<%= ...
2
votes
2answers
51 views
Looking for embedded project with source code [closed]
I have embedded developement board (LPCXXXX) with me. I would like to do various experiments with that. I am not getting experiment ideas.
Please suggest me some good websites where I will get some ...
1
vote
1answer
57 views
Translate embedded C function to PHP function
I'm trying to "translate" the following function written in C in PHP. The problem is, the results returned by the function written in PHP are different from those returned by the one in C.
I think ...
1
vote
1answer
73 views
Embedded code in repeater
Sorry Guys,
I realize this might be question 1.000.000 concerning embedded code in HTML markup, but I really can't figure it out.
I am using a databound repeater component with some click-sensitive ...
1
vote
2answers
80 views
Is it a good practice to include all files in one .h file and include that file everywhere for AVR?
Can I do like this
/*includeAll.h*/
#ifndef INCLUDEALL_H_
#define INCLUDEALL_H_ 1
#include <avr/io.h>
#include <avr/pgmspace.h>
#include <avr/interrupt.h>
#include ...
1
vote
1answer
241 views
How do I add “&Source” to DataNavigateUrlFormatString?
Solution:
<asp:TemplateField SortExpression="Exp" HeaderText="text">
<ItemTemplate>
<asp:HyperLink runat="server" Text='<%# Eval("Name") %>' NavigateUrl='<%# ...
1
vote
2answers
4k views
How to embed c# code in javascript on cshtml MVC3 Razor page
how would I do the equivalent of this embedded in javascript on an MVC2 aspx page:
if (('<%= Model.SomeFunctionEnabled %>' == 'True') and also a whole function code block on a Razor view page ...
1
vote
1answer
135 views
jQuery.load() with AJAX Kontactr form
After seeing many questions about how jQuery.load() handles tags in the content to be loaded, I see that jQuery strips out inline tags. But, I'd like to use Kontactr for the contact page in my site, ...
1
vote
3answers
869 views
Embedding ASP.Net code in external javascript files
I have a code like
var mySession = "<%= Session["MyID"] %>";
alert ( mySession );
and when I place this code in my aspx page inside a script tag, it works fine. But it doesn't work in an ...
0
votes
0answers
10 views
How to get code coverage report for Embedded C using gcc ,gcov?
I'm into QA department , so i need get the code coverage for Embedded C code written by our developers .I have installed the CYGWIN tool( GCC,GCOV ) and ECLIPSE IDE , where i can get code coverage ...
0
votes
3answers
48 views
Could someone point me to the definition of <%:?
I had this, and got "Howdy, "
<p> Howdy, <% Model.ToString(); %> </p>
I changed it to
<p> Howdy, <%: Model.ToString() %> </p>
and got "Howdy, Chris". (Which ...
0
votes
0answers
121 views
SPI is reading data as zero in STM32F103ZE
I am using STM32F103ZE
I am not getting SPI data correctly.
Master is transmitting correctly.
But always read as zero where a non zero value has been sent.
Master config: (MSP430)
The master ...
0
votes
3answers
93 views
LCD screen Corrupting
I am using msp430f5418 with st7565r LCD controller with easyGUI. I am using SPI to communicate with LCD.
Suppose I have a screen like this
But sometimes(rarely) when I press a key (anything which ...
0
votes
1answer
1k views
How to play a embedded code in lightbox type popup
How to play a embedded code in lightbox type pop up?
Here is the whole code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
...
0
votes
2answers
119 views
Embed code for my web page
I've created a web application in asp.net. I've to generate embed code for one of my page so that other websites can embed that code in their websites. Tell me what is the best way to do this?
0
votes
1answer
459 views
Embedded code in NavigateUrl of an asp:Hyperlink. What am I doing wrong?
In code-behind of an ASP.NET page I have this method:
public string TestFunc()
{
return "http://www.blabla.net";
}
And in markup this:
<%= TestFunc() %>
If I run the page I see ...
-1
votes
1answer
2k views
how to create a thumbnail image with embedded video code
How to create a thumbnail image with embedded video code. For example i am having the following embedded code:
> <object width="480"
> height="385"><param name="movie"
> ...