5,277 Posted Topics

Member Avatar for gara_mirza
Member Avatar for 良红
Member Avatar for Nation
Member Avatar for juliocesar.schincariolfilho
Member Avatar for CompUS Jim Todd
Member Avatar for Christel_1
Member Avatar for webmastersachin
Member Avatar for ashrraine_25
Re: Code

We don't do homework assignments. If you want help, provide info about what you have actually done and exactly what you are stuck on.

Member Avatar for ashrraine_25
0
94
Member Avatar for raykevinnn

Also, in general, you can clear the password by either removing the CMOS battery or by shorting the jumpers assigned to this function.

Member Avatar for Rik_
0
149
Member Avatar for MD. FEEZZS
Member Avatar for Stefce

Have you considered handling the auto suggest client side using js/jQuery? You would use the keyup event. (JQuery) then pass the value using Ajax back to your PHP script. Then your script returns the results to your client. Otherwise, without client side help you would have to post back ( …

Member Avatar for Stefce
0
214
Member Avatar for joy agnes
Member Avatar for HiHe
0
189
Member Avatar for Tcll

I havent tried or researched this particular browser but am familiar with Comodo with regards to other services they provide. >there's also a virtual mode which basically turns the browser into it's own VM. Interesting... this may be an approach security companies are adoting. Just about two weeks ago, i …

Member Avatar for Tcll
0
1K
Member Avatar for wplanders
Member Avatar for alaad

You can clear it manually if you know for sure that the browser was closed. How would you know server side that the browser closed? The session will clear on its own according to the session timeout period. if a user closes their browser and opens it again and accesses …

Member Avatar for faheemsial
0
154
Member Avatar for Siberian
Member Avatar for Zahid_6

I'd agree with hericles' suggestion and based on your description, it sounds like something like QuickBooks would solve your problem. Even if you use Access, you are going to have to build forms and you dont have reporting built-in. you'd have to create the necessary SQL queries and if you …

Member Avatar for zahidmehmood
0
211
Member Avatar for Zorrro

Assuming you are logged in with an account that has access to do this... from a remote system you can open a command prompt and shut down the target Windows 7 computer using the shutdown command. `shutdown /m \\target-computer-name /r /f /t 0` >reconnect it to network automatically and get …

Member Avatar for CimmerianX
0
352
Member Avatar for jay.barnes

I generally use Server.MapPath... maybe something like this to check if a file exists... Dim serverPath As String = Server.MapPath("~/FolderName/") + Path.GetFileName("~/FolderName/File.ext") If File.Exists(serverPath) Then ..... ..... End If

Member Avatar for jay.barnes
0
191
Member Avatar for knives67
Member Avatar for jonsan32

The way I would go about this is assigning each of these cells (<td/>) an additional class. For example, you can have something like this... <td class="two hsg"><span class="time">8pm</span><br><br>HSG</td> Then, just use jQuery so that when you click the button, change the CSS properties of the cell. For example... $('#btnHSG').click(function(){ …

Member Avatar for jonsan32
0
216
Member Avatar for UK-1991

i'm not a php developer, but regardless of the server side scripting...if you are processing this server side, you have to figure out what the user selected, correct? well... if the input/radio buttons are within a form, when the user submits the form, you have to collect that data server …

Member Avatar for JorgeM
0
211
Member Avatar for Marz_1
Member Avatar for widy.guilias
Member Avatar for Alicera Nz
0
162
Member Avatar for batoolhussain

You'll get a lot of help here... But if you are going to look elsewhere, go directly to the source... http://asp.net

Member Avatar for JorgeM
0
87
Member Avatar for Stefce

A 500 is a fairly generic error. If you are trying to access your site and you get this error, you have some code that is crashing the site. it could be in index.php, or another php related file.

Member Avatar for Stefce
0
207
Member Avatar for mohamed jeseem
Member Avatar for davy_yg

Hmm. On my phone so I can't test but what stands out is that you are applying a relative position to the second div. the relative position takes the element out if its normal position. I can look at this more tomorrow.

Member Avatar for Alicera Nz
0
196
Member Avatar for coder91

>at the same time I have to retrieve data from this stored proc and display it You need to be more specific regarding how you want to display the results. yssirhc's example shows display the results possibly to a gridview. Maybe you want to build the HTML and display in …

Member Avatar for coder91
0
100
Member Avatar for LONGWAY

You still need to provide sample code, access to the page etc... very challenging to advise you without seeing it in action.

Member Avatar for LONGWAY
0
123
Member Avatar for saudalam2009

>i have configured class b ip in our lan which starts from 129.129.1.1 and subnet mask 255.255.0.0 First... if you are on a private LAN, you should not use a random IP range. 129 is within the public range. If you assign these addresses within your network, no one on …

Member Avatar for JorgeM
0
150
Member Avatar for sarahtylor
Member Avatar for JERRY_5

Your question is too vague. you need to be a bit more specific as to what type of programming you are interested in.

Member Avatar for gerbil
0
208
Member Avatar for samyakonline

You mentioned ASP and VB so I'm assuming you are referring to Classic ASP. I'd say that if you were interested in developing on a Microsoft framework, you'd be looking at ASP.NET, not Classic ASP. ASP.NET is a very powerful framework. you would be developing in one or more languages...most …

Member Avatar for JorgeM
0
133
Member Avatar for Ahmad Imran
Member Avatar for Violet_82

Does this dell have a hidden recovery partition that you can use to reinstall Windows? You should consider wiping the drive clean, re-installing windows and then using a VM application such as virtualBox or vmware to handle guest operating systems so you arent restricted to the dual/multi boot configuration and …

Member Avatar for Violet_82
0
698
Member Avatar for coder91

For you to get that information using User.Identity.Name, the website needs to be configured (in IIS) by enabling Windows Authentication and disabling anonymous authentication. With that action, you will get the logged on userid.

Member Avatar for JorgeM
0
166
Member Avatar for jonadi
Member Avatar for Nova6112

SQL requirements http://msdn.microsoft.com/en-us/library/ms143506%28v=sql.100%29.aspx You'll likely see better performance with more RAM

Member Avatar for rubberman
0
329
Member Avatar for coder91

Ok, when you create a masterpage, you add contentPlaceHolder controls in the master as a placeholder for the "child page". In your example, your master page includes 5 of these controls. so when you create a "child" page, you see ONLY see content controls. So in your example, if you …

Member Avatar for coder91
0
319
Member Avatar for coder91

There are different ways to approach this... some good recommendations above. it would help to know if you are developing asp.net web forms, mvc, or web pages (razor). You can refresh the various areas of your screen by posting back and taking care of everything server side, or you can …

Member Avatar for JorgeM
0
153
Member Avatar for coder91

I would imagine that it would be difficult to develop asp.net code in notepad++. In any case, i dont see an issue. Different people can work on the html/.net code using different IDEs. However, when various people are developing on a team, it could become very challenging if you are …

Member Avatar for coder91
0
183
Member Avatar for yoyo30
Member Avatar for JamesLV
Member Avatar for djblois

Actually, this looks like classic ASP to me...(i hope you are not coding like this in asp.net). here is an example of how to store a value in a session variable. <% Session("userid")="djblois" Session("name")="Daniel Blois" %> To retreive the value... Hello <%Response.Write(Session("name"))%>

Member Avatar for djblois
0
145
Member Avatar for ggeoff

Yes, you can extend the lan on the second by plugging in a switch, then connecting your devices to this switch on the second floor. You can connect two switches together. Think about a building with computers everywhere. You may have closets on each floor where all of the segments …

Member Avatar for ggeoff
0
211
Member Avatar for aeinstein

w3schools is probably a good starting point to get acquainted, but there's not enough there to really fill the gap you are describing. However, you can pick up the basics on HTML5, CSS3 and js/jQuery in a day or so because of the fact that their tutorials are very short. …

Member Avatar for iMadhusanka
0
435
Member Avatar for Deepak_27
Member Avatar for khong.coai.526
0
84
Member Avatar for Bensirpent07

Do some research on "CSS resets". These CSS settings are good to apply on your site so you can override default user agent (browser) settings since various browsers have different defaults for certain elements. In addition, if you try to use/apply more "modern" HTML5/CSS 3 styles, you will find that …

Member Avatar for <M/>
0
509
Member Avatar for Santanu.Das

The picture you are showing is the donation page. The amount listed is the amount of donations collected for the month for DaniWeb. If you want to see your rewards, click on the rewards link above.

Member Avatar for imti321
0
359

The End.