5,277 Posted Topics

Member Avatar for sihle sibanda

If you follow the link to the Microsoft site, you'll find several "Shop Now" buttons and links. Before you buy another copy, you should consider going back to the source that provided you with this PC since, I assume, you expected an activated & working copy of the OS. Microsoft …

Member Avatar for Scotthiggins
0
146
Member Avatar for adsegzy

Your question is too vague so it makes it very difficult to answer. What is it you are trying to do? refercing a website isnt really helpful for us. It looks like there are clients side events happending, but... the only response I can give based on that is look …

Member Avatar for JorgeM
0
285
Member Avatar for jaihoon.meerzakhel

The fact that its asp.net shouldn't be the focus because all of these controls will render as HTML elements. So you simply need to use CSS to style it appropriate so it behaves responsive.

Member Avatar for almostbob
0
73
Member Avatar for Ritesh_4

Can you clarify what you mean by client vs server is files? If you have a script element with a src attribute, the file is stored remotely but downloaded by the user agent then processed locally.

Member Avatar for Airshow
0
159
Member Avatar for blackmiau

Several sources on various sites have reported similar issues. The most common answer that many have agreed to have solved this problem is that the media that you are using to install Windows needs to be re-burned at a slower burning speed. Is this is genuine Windows DVD? If you …

Member Avatar for jp_keyboard
0
238
Member Avatar for ashok.aryan.92
Member Avatar for Ritesh_4

You need to create a different set of permissions. Right click the folder, properties, security tab. Use the advanced button to access additional options. Click Add, Assign permissions to "this folder" and a different set of permissions to "subfolder and files".

Member Avatar for JorgeM
0
158
Member Avatar for noor.fatima.77582359

If you want someone to do this for you, you may consider posting in the Business Exchange category. Other than that since you are a new member you may not be aware but it's not likely you are going to get free help with such a posting. We generally expect …

Member Avatar for Pablo149
0
89
Member Avatar for Violet_82

Don't confuse the text property in asp.net for the text or value property in HTML/javascript. I know it can be confusing. For example, a textbox in asp.net renders as an input element. The text property of a textbox is the input elements value property. You'd have to refer to MSDN …

Member Avatar for Violet_82
0
176
Member Avatar for Violet_82

For the first question related to the label control, it looks correct to me. The label control doesn't require and end tag. Many asp.net controls only require a single tag. Others that contain addition controls within them will require a starting and ending tag. With regard to your second example, …

Member Avatar for Violet_82
0
242
Member Avatar for Kevin_11

>Should I build the CMS myself from scratch? This can be answered pretty easily by applying a cost/benefit analysis to your dilema. Does it make sense for you to write your own? Aside from the time it would take, are you going to be able to take advantage of custom …

Member Avatar for pritaeas
0
158
Member Avatar for surum

>i want to start developing web page using jsp in netbeans ide So what help are you asking for? Do you have any jsp experience? You can download netbeans from netbeans.org https://netbeans.org/downloads/

Member Avatar for stultuske
0
123
Member Avatar for asardeen

You will need a bit more code.. Here is an idea, use a master page and place a label somewhere on the page. In the master page's code behind, page load, check to see if your user has been authenticated. You can do this by storing some information in a …

Member Avatar for ExpertMind
0
184
Member Avatar for Chem_1

Im not the best to provide advice concerning Oracle, but I had a small project where there was an Oracle DB rather than MS SQL and this was the connection string I used to connect to Oracle without any issue. <connectionStrings> <add name="ORACLE" connectionString="Provider=MSDAORA;Data Source=dbName;Persist Security Info=True;User ID=userid; Password=pwd"/> </connectionStrings> …

Member Avatar for ExpertMind
0
147
Member Avatar for sophiaya

According to their licensing page, there is a free edition, but its limited to the amount of data that can be recovered. never used it so i couldn't tell you how effective the product is.

Member Avatar for Ronal_1
0
120
Member Avatar for chrisde100
Member Avatar for SC7639
Member Avatar for Linda Schrier
Member Avatar for sam289312

The button controls have properties. One being Text. So you can modify the properties. For example... Control.Property = some_value;

Member Avatar for JorgeM
0
89
Member Avatar for K M

Could it be a duplicate IP on the network? How many hosts where affected during th event?

Member Avatar for JorgeM
0
44
Member Avatar for slavica.k

>window appeard in internet explorer asking me username and password for my rooter. That would suggest that the URL you typed in IE was related to your router. >What will happen if i place username and password for my rooter You will log into the router's admin console. >Will that …

Member Avatar for JorgeM
0
293
Member Avatar for pritaeas

I was having trouble just logging on to the site using the browser on my mobile device. After several attempts & over a period of an hour or so, i was able to log in.

Member Avatar for Dani
0
292
Member Avatar for sushmaja.arumalla.9

You can change the behavior of the cursor with CSS styles. `#elem { cursor: some_value }. ` it would be best if you provide an example here, or its fantastic if you setup an example on jsfiddle.net, or if you have php code, try phpfiddle. i havent used it but …

Member Avatar for almostbob
0
271
Member Avatar for shashidhargm
Re: RSS

Online publishers syndicate their content using a specific format so people can subscribe to these feeds and receive the content without having to regularly visit your site to find out if you have any new content. People will use a feed reader or news aggregator software to grab the RSS …

Member Avatar for Daemon_CC
0
2K
Member Avatar for kazkuzzer007

I am sure there are several ways to make this. One approach which shouldnt be too difficult is for you to create two sidebars. Show the thin one (#2) by default and hide the wider one (#1). Then, using javascript or jQuery (whatever makes you life easiser), on a certain …

Member Avatar for kazkuzzer007
0
5K
Member Avatar for vuyiswamb

Its a simple path issue for the browser. the "../" is telling the browser to find this file by moving up to the parent directory, then accross to the Shared directory and continue the path listed. This is only going to work at the first level set of folders off …

Member Avatar for JorgeM
0
963
Member Avatar for Alexsmash
Member Avatar for almostbob

Glad you arent banned... i think there is a possible issue somewhere Dani is probably looking into it... https://www.daniweb.com/community-center/daniweb-community-feedback/threads/483588/dw-api

Member Avatar for mattster
1
349
Member Avatar for SimonIoa

try... $.ajax({ type: "POST", url: "delete_ajax.php", data: dataString, cache: false, success: function(html){ window.location.replace("http://www.domain.com"); }

Member Avatar for OsaMasw
0
204
Member Avatar for iqra aslam
Member Avatar for fassysam

One approach is that when you set up your Exchange server, have your users export their mail to PSTs using MIcrosoft Outlook. Then, when they connect to your new Exchange system, they can re-import to their mailbox. this method is quick and easy if you dont have too many users.

Member Avatar for JorgeM
0
135
Member Avatar for thobo35

You'll need to determine the cause if the problem. For example, could it be a bad network cable, patch panel port, switch port? Maybe a duplicate IP on the network? Or, a bad NIC card, corrupted drivers?

Member Avatar for Nathanaelneal
0
231
Member Avatar for <M/>

if i can add an additional comment, back to using full URLs in your HTML markup.. the real reason why this is a bad idea, at least in my opinion is that it generates a problem say for example, if you were to change the domain name. This may not …

Member Avatar for shashikumar s g
1
712
Member Avatar for gbwust
Member Avatar for Siberian

The effect you are looking for is not working because what is actually happening is that the page is being reloaded.

Member Avatar for Siberian
0
181
Member Avatar for PsychicTide

If you are trying to access the DB from your computer at home, its unlikely your provider is going to allow that traffic in from the Internet. Usually providers only allow the DB traffic to come from their hosting servers. Check with your provider directly regarding options around your DB …

Member Avatar for PsychicTide
0
664
Member Avatar for gcardonav

>Thirdy, find a new professor. I agree with that. i consider myself a **novice** at javascript and its fairly easy to find the issues with your sample code. I've taught for many years in the classroom and I cant imagine a professor/instructor not being able to help you with this …

Member Avatar for Taywin
0
541
Member Avatar for Sizwe_1

Are the CheckIn and CheckOut properties defined as strings or datetime? If they are datetime, did you try... `book.CheckIn.ToString();`

Member Avatar for JorgeM
0
221
Member Avatar for Aish_14
Member Avatar for safian123

You have to be patient. this isnt live help, at least not usually. Your code isnt complete, but most likely what you are seeing is that when you try to add the data store in the arrays, the information is being treated as a string, instead a number. The simple …

Member Avatar for JorgeM
0
104
Member Avatar for sangalangwataaa

We can surely help with just about any language except the once called "CanUDoIt4Me". That's not a popular language on this site.

Member Avatar for JorgeM
0
45
Member Avatar for gcardonav

So what i would recommend is that you try using the developer tools that are shipped with your browser. For example, i like to use Google Chrome, so hit F12 and you will get a console window at the bottom of the screen. As you can see, i ran your …

Member Avatar for gcardonav
0
234
Member Avatar for h4ng4r18
Member Avatar for Ravi_15

You can apply any subnet mask you wish to any IP address regardless of the "class". Routing by "class" is a thing of the past. http://en.m.wikipedia.org/wiki/Classless_Inter-Domain_Routing

Member Avatar for billythehamster
0
162
Member Avatar for james.c.rae
Member Avatar for heidi.dum
Member Avatar for kyleagus
Member Avatar for Mad swift
Member Avatar for AleMonteiro
0
104
Member Avatar for iConqueror

I've been on the hiring side for many years. I can tell you that there is no guarantee for anyone. The degree is just one tool that I'd like to see in your toolbox but it's not the only one. I've hired many with and without degrees. At the very …

Member Avatar for heidi.dum
1
482
Member Avatar for Nadeem Jee

I would say the best place to start with videos/tutorials/examples is on the official asp.net web site.. http://asp.net

Member Avatar for Nadeem Jee
0
96

The End.