5,277 Posted Topics

Member Avatar for thirumalareddy

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)

Member Avatar for BMXDad
0
407
Member Avatar for davy_yg
Re: Eval

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?

Member Avatar for BMXDad
0
163
Member Avatar for hookedtocsharp

> 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 …

Member Avatar for JorgeM
0
189
Member Avatar for davy_yg

The framework version that you choose will need to be supported on the web server that you plan o hosting the web site on.

Member Avatar for JorgeM
0
204
Member Avatar for nisbusiness
Member Avatar for cgull

> 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 …

Member Avatar for cgull
0
270
Member Avatar for HunainHafeez

Are you saying that you are getting a different hash value for the same number each time you run it?

Member Avatar for JorgeM
0
84
Member Avatar for nishad_forums

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 …

Member Avatar for javanoob101
0
188
Member Avatar for asifalizaman

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 …

Member Avatar for jkon
2
250
Member Avatar for kamilacbe

> 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 …

Member Avatar for JorgeM
0
211
Member Avatar for Mtspatzer
Member Avatar for Andrew de Beer

What is the error you are getting? I've also always used the + character when concatenation is needed.

Member Avatar for JorgeM
0
170
Member Avatar for pateachongthu

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 …

Member Avatar for JorgeM
0
384
Member Avatar for saucy6969

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>&nbsp;</p> <p>&nbsp;</p> <p> <a onclick="return …

Member Avatar for TonyG_cyprus
0
227
Member Avatar for davy_yg

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 …

Member Avatar for davy_yg
0
124
Member Avatar for Kratoswoo

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 …

Member Avatar for GliderPilot
0
190
Member Avatar for allifields

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 …

Member Avatar for allifields
0
233
Member Avatar for riahc3

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?

Member Avatar for JorgeM
0
171
Member Avatar for fheppell

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); }

Member Avatar for fheppell
0
208
Member Avatar for anisha.silva

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 …

Member Avatar for BMXDad
0
2K
Member Avatar for Dani

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 …

Member Avatar for JorgeM
1
1K
Member Avatar for DanielAus
Member Avatar for Rajthilak24

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 …

Member Avatar for apnavarun
0
267
Member Avatar for oyebimbola

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.

Member Avatar for JorgeM
0
115
Member Avatar for cssweb

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 …

Member Avatar for JorgeM
0
163
Member Avatar for vinnitro

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

Member Avatar for JorgeM
0
241
Member Avatar for ahmed.hayman

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? …

Member Avatar for JorgeM
0
144
Member Avatar for ranjit jadega

I think the links was signature spam. Wall decors, lamps, and pots doesnt seem to be related to his question.

Member Avatar for JorgeM
0
71
Member Avatar for asif49

Can you elaborate a bit more on your idea? Almost sounds like you are about to describe Microsoft SharePoint.

Member Avatar for mattster
0
218
Member Avatar for clouds_n_things
Member Avatar for somjit{}
0
106
Member Avatar for Kirsty123

Try downloading malwarebytes. It's free and does a pretty good job of finding malware missed by traditional AV clients.

Member Avatar for JorgeM
0
262
Member Avatar for zobadof

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 …

Member Avatar for zobadof
0
3K
Member Avatar for terrier_unknown

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 …

Member Avatar for <M/>
0
157
Member Avatar for yaragalla_mural

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 …

Member Avatar for yaragalla_mural
0
271
Member Avatar for dalilice
Member Avatar for meeraslam

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.

Member Avatar for Violet_82
0
463
Member Avatar for NardCake

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 …

Member Avatar for EvolutionFallen
0
274
Member Avatar for Smeagel13

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.

Member Avatar for JorgeM
0
183
Member Avatar for yaragalla_mural

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.

Member Avatar for JorgeM
0
128
Member Avatar for singhneeraj421

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 …

Member Avatar for singhneeraj421
0
250
Member Avatar for abhinav.singh.7712

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... …

Member Avatar for hometownnerd
0
224
Member Avatar for bezzel.zubber

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).

Member Avatar for hometownnerd
0
235
Member Avatar for ScarWars9

It must be nice to be a student, enjoy it. For me Weekend camping with my son, weekday-back to work :(

Member Avatar for cproger
0
296
Member Avatar for troverman

> 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 …

Member Avatar for JorgeM
0
610
Member Avatar for coder91

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 …

Member Avatar for JorgeM
0
233
Member Avatar for GTTravis

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 …

Member Avatar for GTTravis
0
809
Member Avatar for stevieup

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.

Member Avatar for jwenting
0
172
Member Avatar for vizz

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 …

Member Avatar for James_Smith
0
129
Member Avatar for riahc3

We'll need to see the relevant code or provide the URL and information about the actual issue.

Member Avatar for JorgeM
0
58
Member Avatar for <M/>

The moderators can see that info...it's logged. Standard forum feature.

Member Avatar for <M/>
0
597

The End.