5,277 Posted Topics
Re: Here is an msdn article on how to reference controls on the master page: [How to: Reference ASP.NET Master Page Content](http://msdn.microsoft.com/en-us/library/xxwa0ff0(v=vs.100).aspx) | |
Re: Those header, item and footer templates should be within the repeater control as ggamble mentioned. If you are using VS on the design page, as you work with the controls, they will be created correctly. Are you manually typing this out on the source view? | |
Re: > Now, using the Name parameter from the FirstPage.aspx, How to retrieve the address for the corresponsing name in FirstPage.aspx? I think that hookedtocsharp is trying to retrieve the "Name" parameter on RetrieveAddress.asp. If that is the case, you can use Request.QueryString["Name"] to capture it during the page load and … | |
Re: The framework version that you choose will need to be supported on the web server that you plan o hosting the web site on. | |
Re: > I have a php warning that was not shown on the live server but is shown on the dev server. Any information that you can provide with regard to the known issue and how you actually solved it would be helpful for others that come across this thread with … | |
Re: Are you saying that you are getting a different hash value for the same number each time you run it? | |
Re: Also, just to note that on RAID 0, if you have two 1 TB drives, the raid array will be 2 TB. If you set up RAID 1 between two 1 TB drives, the raid array will be 1 TB. So it really depends on exactly what you are trying … | |
Re: Unlike PHP, ASP.NET is not a language but rather a set of technologies in the Microsoft .NET Framework for building Web applications. The framework supports more than two dozen languages, but the 2 that are most-commonly used are VB.NET and C#. Most of the time, you will see a web … | |
Re: > my questions is it doesnt fit to the place where i put thm , i used datalist and a label to just retrieve and display the code and it plays, any advices to complete it, Can you clarify what you mean by this statement? Also to validate what geniusvishal … | |
Re: What is the error you are getting? I've also always used the + character when concatenation is needed. | |
Re: Another thing to consider is that you aren't validating user input somewhere and this was so e attempt at a SQL injection? Where the attempt was to get HTML and some javascript Into your records so that when they are retrieved and displayed to your visitor, some unwanted script would … | |
Re: It appears that the align="right" attribute on these specific two images is causing the problem. When I remove this attribute it works in IE. Here is the section of code I am referencing... <a href="_feedbackform/feedback.html" target="_blank"> <img src="_images/feedback2.gif" alt="Feeback" width="125" height="80" border="0" align="right"> </a> </p> <p> </p> <p> </p> <p> <a onclick="return … | |
Re: With the selector you choose, it includes both because you are indicating that anchor:link found within the element with an ID = "languages" should be selected. If you only want to choose one of the links, then, you should add a unique ID to the target anchor element and select … | |
Re: So there are various ways to handle this, you can do it server side or client side. > I have a row called "UserOnline" and I want it so when you are signed in it is change to a 1. so a simple way to do this is to have … | |
Re: Yes, please... having the relevant code easily availble makes it easier to help you. In any event, I had an idea about the issue based on your description. I took a look at your files and I didnt see the problem right away because the content of both of your … | |
Re: What do you mean by "so the top is visible"? The top of the thickbox or some other header on the top of the page? | |
Re: Here is another way to accomplish it. I've modified your "wrapper" ID styles as follows: #wrapper { width:800px; height:400px; position:absolute; left:50%; top:50%; margin:-200px 0 0 -400px; color: #333; padding:10px; background-color:#C7C7C7; /*hex fallback for wrapper*/ background-color: rgba(500,500,500,0.8); } | |
Re: It seems to me that you simply want to display correct? Not sure why you are using response.write. Don't you have any controls on your .aspx page that you can access? For example, if you have a label control, from your code behind, you can access its text property to … | |
Re: So, I am not an expert on Small Business Server/ 2012 Essentials type products, but I assume that the process is identical as it would be from Windows Server Standard-->DataCenter. If you have the Print Server role installed on the server, you should be able to access the Print Management … | |
Re: If the browser doesnt support HTML5 elements, then it doesnt support it. However, that doesnt mean that an older version of IE cannot load a web page with an HTML5 doctype. `<!DOCTYPE html>` that just means that if you expect to support earlier versions of IE, you shouldnt expect certain … | |
Re: To add, i think there is some confusion about ASP and ASP.NEt since both were mentioned in this thread. They are not the same. ASP.net is a framework. You could develop in asp.net using c#, vb.net, and other languages. Where classic ASP would more similar to PHP. | |
Re: When you select to sort data in Excel, you have to click OK for Excel to expand the selection so that it includes the other columns in the sort process. In addition, I always like to use the "Custom" sort because it allows you more control over the sort to … | |
Re: You may want to consider setting up a sandbox account in paypal. that will allow you to test without havin to worry about the financial apsects of the transactions. here is more explanation about integrating asp.net and paypal. http://www.codeproject.com/Articles/42894/Introduction-to-PayPal-for-C-ASP-NET-developers | |
Re: If you want to host videos on your web page, you can use HTML objects such as <video> (html5), object, and embeded. You can use all three so that the first element supported by the visiting browser will use it. what format of video where you considering? .mp4, .webm, .ogg? … | |
Re: I think the links was signature spam. Wall decors, lamps, and pots doesnt seem to be related to his question. | |
Re: Can you elaborate a bit more on your idea? Almost sounds like you are about to describe Microsoft SharePoint. | |
Re: Try downloading malwarebytes. It's free and does a pretty good job of finding malware missed by traditional AV clients. | |
Re: You've got a lot of references to different style sheets so its going to take someone else a long time to go through them. Here is some info with regard to setting up a sticky footer. The basics are... ##CSS: * {margin:0;} html, body {height: 100%;} #wrapper {min-height:100%;margin-bottom:-75px;} #push, #footer … | |
Re: So if you compare programming from 20 years ago, aside from programming language, one advantage these days is the ability to develop using IDEs. These IDEs are necessarily for getting more "non-programmers" to program, but to help them develop quicker. This helps reduce costs. So if you continue on that … | |
Re: Do you have this online or on jsfiddle.net so that we can see what you mean..at least I do not clearly understand the issue. You've already assigned a left margin to the body element and it has a width...so what is the right margin for? What are you trying to … | |
Re: If the images folder is a sub of the root, try "/images/logo.png" | |
Re: Do you mean you are trying to retrieve the serial number from your current installation? If you do not have a licensed copy, give Microsoft a call, as they will be more than happy to provide you a new serial number. | |
Re: If you visit their site, and download the picture, you'll see why...its only a 32K picture, at least the one that I downloaded. They show different pictures and I bet they are all relatively small. I also suspect that they may have some type of acceleration/reverse proxy/caching/etc... on their end … | |
Re: I beleive that Smeagel13 is asking about server-side not what's being used on the client. Yes, I'm sure you will find that for many enterprise implementations (typical work environment), MS Exchange is very prevalent. | |
Re: Can you explain if there is some requirement with using absolute and relative positioning in this case? I don't recommend it for div elements unless there is some specific need. | |
Re: Troubleshooting with Chrome is not the best method. You need to determine the scope of the problem. Are all of your clients on your network impacted? Using PING, can you ping past the proxy? Have you verified that name resolution is working? For non HTTP traffic, are you able to … | |
Re: You want to go ahead and verify the IDs for your controls. asp.net will rename them so if you take a look at the source code via your browser, you'll see that its no longer called "DropDownList1", etc.. If you do not want the IDs to change, make them static... … | |
Re: When redirecting, you need to redirect to other .asp pages. You cannot access the session variable(s) in .htm pages. You should be building .asp pages within your web application so that you can include server side scripting in those pages to access the session variable(s). | |
Re: It must be nice to be a student, enjoy it. For me Weekend camping with my son, weekday-back to work :( | |
Re: > the 'virtual' servers data and OS are all stored on a drive on the host machine The way to address this is by ensuring that you have the proper rights and permissions configured on this server so that you only allow those individuals responsible for this system to log … | |
Re: Are you trying to validate this client side or server side? If client side, you would have to store the min/max values maybe in various hidden input elements? Then use JavaScript/jQuery to validate the input. Server side would seem to be easier...when the user selects the time and submits it … | |
Re: As I was reading, I was going to recommend that you create a virtual directory on the web server, but then I read --- > Further, these servers while on the same network cannot physically see each other. If the web server cannot see the target file server, I dont … | |
Re: Don't go crazy with advertising... i would suggest that you start with one or two advert sizes per page and see how it goes. Too much advertising will simply annoy your visitors. | |
Re: I am not sure i understand. Generating revenue is going to depend on how much traffic the site will receive and how many of those visitors click on the ads. Just displaying ads with no clicks isn't going to generate much revenue. For $15 dollars per day, you will probably … | |
Re: We'll need to see the relevant code or provide the URL and information about the actual issue. | |
Re: The moderators can see that info...it's logged. Standard forum feature. |
The End.