Create Some Contents In Silveright?
Mar 11, 2010I am Creating a small webapplication. I want to create some contents in silveright. I want to embed xap in aspx page. I have created table. I want those contents in table.
View 1 RepliesI am Creating a small webapplication. I want to create some contents in silveright. I want to embed xap in aspx page. I have created table. I want those contents in table.
View 1 RepliesI am using rdlc in asp.net 2.0 .Is there any way to Create table of content in rdlc ?
View 1 RepliesI was wondering, if I create a page e.g. index.aspx and I create it's contents based on a variable, would an AdSense block always show the same ad? Meaning is there a way to give it a dynamic content and having the ad addept to the content without creating a page for each content.For example I have a site with 3 links: pears, apples and lemons. I have a database which has the content of each page. I have a dynamic page index.aspx which modifies it's content based on the clicked link (the link always returns to index.aspx). If I want an ad to match my content, should I then do it differently? Like creating pages for each link and adding the content to each page dynamicly based on the link or something?
View 1 RepliesI am trying to get the pixel color of a mouse click event. (meaning when the user clicks on the page I need to identify what color he just clicked on.) I believe the best way to go about this is to create a screen cap of the browser contents then use image.GetPixel sending the x,y locations. The only part of this that I am having issues with is creating the screen cap at "click-time." It would be easiest for calculations if i could get a screen cap of the entire contents of the browser, but I could also work with being able to screen cap a specific div element by ID.
I have experimented with this using an actual image on the page and i can get the correct values however, the page will not be an image so i need to create the screen cap...
If you have any information about how to do this or have a better way to get the color of the pixel clicked on by a user.
how to create Show more option on a page that has long content...
View 1 RepliesI have a pdf file, how can I extract the contents of the pdf file and show the contents in one of my web page
View 4 Repliesi want to get the contents of a textbox and set them to a asp label for output, we can cause a postback to if that makes it easier, so far i did this and it comes up trumps
View 11 RepliesI want to create link thumbnails and get link contents like facebook in asp.net, but i couldn't find any resource.
View 1 RepliesI have a page "work" with 2 div:
<div id="intro"></div>
<div id="images"></div>
Now I have lot of introductions and images and I would like to store these in different pages and when on the menu I click on specific link it load in the same page the contents of the relative page, Introduction into id#intro and images into id#images. I don't know how to do that.
I've got a Master Page with multiple ContentPlaceHolders. One of them will sometimes be empty. If they both have content, I'd like to make visible a buffer so there is some space between them, but this should remain hidden otherwise.My question is, how can I determine from the C# code-behind of my Master Page whether the ContentPlaceHolder of a child page has any content assigned to it?
View 3 RepliesWhen programming web pages with VB, what is the easiest way to view the contents in a list (to confirm some code is working)?
A textbox on the page?
I have a masterpage. And i got 2 pages. Anyhow one is displaying all the contents. Other doesn't. Even though I can do everything in source It really drives me crazy not to see what i'm doing. Website is working as a charm. Everything is cool except development environment of single page.
View 1 RepliesI want to add a site map to my website however I am a little unsure as to its contents.
Basically I have a simple site with only 5 pages, the site uses a navigation bar which is generated from a master page and is therefore visible on every page.
This means every page is navigatable from very page. In addition some pages also link to the other pages through key words in the text.
So back to the site map.
[code]....
I have the following:
Code:
[code]....
Secondly, i would like the print to take place on page load and not on button click how i would do this?
Page with a gridview, how do I add the contents of the gridview to an email?
[Code]....
I am adapting a script I used for copying a CD on a local machine to work on a website. It works only if the CD to copy is physically in the server. This is not ideal as I would like the CD for copying to be in the client CD. So what would be an effective way to have the app point to the client CD drive instead of the server CD drive?
View 2 RepliesI want to use FCK editor in my C# asp.net 2.0 website. I had downloaded FCK editor FCKeditor.Net_2.6.3 and added the FredCK.FCKeditorV2.dll to my application and had dowloaded FCKeditor_2.6.6 and added the folder (fckeditor) and contents to my application, now I could add the editor control in my Default.aspx page and is working.My question is that on entering some text and images in the editor how can I save the contents so that on the next time when I open the saved contents could be shown in the editor, there is a save button but it seems to be no effect.
View 3 RepliesI am having issue with Https when i host my site on https i got warning "Contains unauthenitcated contents".
And site is not looks like that it has been host on https secure server. whole site look normal while on same domain few pages don't have such problem they working fine.
When i cheched it i found that the page where i have asp.net validation control causing problem once i remove it page start working fine.
im developing a website for my university.There are certain pages in the website that needs to be edited dynamically by the admin once he logs in. how to do this? i know this might be a very silly question but im just a beginner.
View 11 Replies1.) Reading all the contents of a page against a url.
2.) Convert all these contents into a pdf file.
Is there a way to remove items from a SelectList?
View 1 RepliesI want to email the contents of an Asp:Table.
What would be the best way to go about this? I've done selecting individual fields but it seems as though it can be done a whole lot easier.
I have been told 'they' want to be able to see the documents on Drive:H
Is this doable from within a web application project?
I've made a localised website uses resource file and I need to get the client to translate them. Can I export the resource file contents somehow?
View 1 RepliesAlthough I'm a total novice at building web pages, I figured the best way to learn is to do it. I've used a master page and, so far, all the basic information pages work OK.
My problem starts when I have several options for the same Content Holder. Is it possible to use clickable cells to show various *.html files in a different row in the same table.
I can show an image using a script but not a file.
<script type ="text/javascript" >
function Change() {
document.getElementById ('tdContentItem').innerHTML ='<img src="Images/Thumbs/Councillors.png"/>'
}
</script>
What I need to show is a clickable imagemap that loads the resulting pages into the same row.