It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i need to download the HTML source code of a particular website.website is created with language asp.net.is there is any software .i don't know how to do can any one please help me.Thank you
You can't. Asp.Net is a compiled language, what you get in your browser is the output of the compiled dll's that conform the application.
In most browsers, to get the HTML, you can right click -> 'save as...' or right click -> 'show source code' -> right click -> 'save as...'.
This won't get you the asp.net source code, however, just the resulting static page.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I dont know how to include SCSS file in my website but I have completely developed .scss file using notepad. Please let me know how to include it in my website?
You can't have a link to SCSS File in your HTML page.You have to compile it down to CSS First. No there are lots of video tutorials you might want to check out.
Lynda provides great video tutorials on SASS.
there are also free screencasts you can google...
For official documentation visit this site
http://sass-lang.com/documentation/file.SASS_REFERENCE.html
And why have you chosen notepad to write Sass??
you can easily download some free text editors for better code handling.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
on ckeditor download website:
ASP.NET Control to easily integrate CKEditor on ASP.NET pages CKEditor.NET 3.6.4.
That means Can I use CKEditor` completely in asp.net without using javascript or jQuery?
If it is not possible,
What is the different between CKEditor 3.6.4 vs CKEditor 3.6.5?
Any tool is available like that
ckeditor is a client side editor, that works with javascript, is written on javascript.
The code behind is only used for save the content of the editor back to the database.
So the editor is only work with javascript.
No you can not use it without javascript.
<CKEditor:CKEditorControl ID="CKEditor1" runat="server">
</CKEditor:CKEditorControl>
Check out this link:- http://ckeditor.com/blog/CKEditor.NET_released
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How to disable the browser back button in asp.net 4.0 on single or double click of browser?
please respond me quickly.
asp.net is a server side script and can't change anything in the browser, which is on the client side.
There is no way to do it. Becaus this functionality is build in browsers, not in you website. The only way to make a workaround is to open some window without button panels, though this won't help for all browsers.
You can send javascript back to get the behavior you want.
As the following article shows you have two options:
Open in a new window.
Use history forward to disable (to the user) the functionality.
http://viralpatel.net/blogs/disable-back-button-browser-javascript/
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have a custom button in the ribbon.
When i select any item (Component or Page) in tridion and click the custom button, i should be able to get the tcmid of the selected item.
var selectedID = selection.getItem(0);
in the _execute method, from my tutorial at http://www.curlette.com/?p=279
Extensions.WhoDidIt.prototype._execute = function WhoDidIt$_execute(selection, pipeline) {
Please spend some time (around 1 week) looking at existing examples and solutions, including my GUI Extension tutorials. Please do make a strong effort and try for yourself before quickly posting here - you will learn more and have a greater understanding.
GUI Extension Samples:
http://jaimesantosalcon.blogspot.com/
http://tridionfanboy.wordpress.com/
http://albertromkes.com/
http://yoavniran.wordpress.com/
http://sdltridionworld.com/articles/sdltridion2011/tutorials/GUIextensionIn8steps.aspx
http://sdltridionworld.com/community/2011_extensions/linkedin.aspx
http://www.curlette.com/
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i have downloaded the stylecop.chm file...but it is not displaying the content... it only displays index.. nothing is displayed in right pane
Windows can block CHM files after downloading because they could be potentially harmful.
Just right-click on the file, choose Properties, then press the Unblock button.
http://stylecop.codeplex.com/workitem/6726
I download it also and its not work, maybe a bug in the 4.5 preview version help files.
Download an older version, I get it and the older version is work
get it from here:
http://stylecop.codeplex.com/releases/view/48036