5,277 Posted Topics

Member Avatar for ayat abukhadra
Member Avatar for gurupts

I suspect the best approach is if you are unable to have unique classes and ids, then if you need to ensure that a specific style is applied, use the "!important" rule to ensure that the styles you need to ensure are applied, do get applied. Styles are normally applied …

Member Avatar for rotten69
0
216
Member Avatar for GTTravis

Sorry, can you clarify this statement... > that is whenever the page loads how much ever entries in the database thats the amount of panels which must be created

Member Avatar for GTTravis
0
96
Member Avatar for Salman.developer

Hello Salman.developer... The purpose of a forum is generally to ask questions, get help, collaborate, share, etc.. You typically don't have to ask for permission to ask before you ask...

Member Avatar for JorgeM
0
83
Member Avatar for dyingatmidnight

Without knowing how you implemented the logic... I think there may be a few ways to go about this. Have you considered introducing the concept of a role? For example, when a user logs in, maintain a session variable that stores a role. If the user is an admin, then …

Member Avatar for diafol
0
264
Member Avatar for GTTravis

Sounds like you mean a GridView/DataView combination? Not sure based on your description. Take a look at Microsoft's official site for ASp.net, at http://asp.net. They have tutorials and videos as well.

Member Avatar for GTTravis
0
111
Member Avatar for Baradaran

In a windows infrastructure, users accounts are either stored locally on the computer (workstations or serers), or you would set up an Active Directory instance to centrally store user accounts so that you do not have to create local accounts on each computer. when user accounts are stored in a …

Member Avatar for Baradaran
0
290
Member Avatar for tifrea.mihaela.5

While an old version shouldn't cause a crash, you haven't provided enough detail to determine the cause of the failure. Try an uninstall and install the latest version. While you are at it, scan your computer for malware.

Member Avatar for kevin2s
0
132
Member Avatar for bazp
Member Avatar for dharam salvi
Member Avatar for greenjelly

If you still think its left over malware, try booting the booting the computer using a Linux bootable disk. Watch it for a while. If your pc shuts off, it's likely to be a hardware issue. If only happens with that Windos instance, unless you are not familiar with those …

Member Avatar for JorgeM
0
148
Member Avatar for nikko69
Member Avatar for PhilEaton

I took assembly xx (too many) years ago... I also found that very class interesting in school.

Member Avatar for rubberman
2
278
Member Avatar for PhilEaton

Maybe i am not comprehending your question, but usually when you have the site setup on a subfolder, you simply configure your web server's home directory to be that of the subfolder, rather than the root folder.

Member Avatar for JorgeM
0
490
Member Avatar for PhilEaton

Yeah Phil, the server-side code is executed at the web server...doesnt matter if you are talking about PHP, ASP, ASP.NET, or ColdFusion. All of these technologies interpret the code and return HTML which is what the broswer is programmed to interpret. Right click any web page you visit and view …

Member Avatar for PhilEaton
0
3K
Member Avatar for harinath_2007

I think the most effective approach is that if someone needs to refer to a video tutorial, upload to youtube or other site dedicated to video and just link to it. It solves the need (if it exists) to explain in more detail via video, while not requiring this forum …

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

Yeah, I would suggest that as well...you can use Firefox, Chrome with developer tools to help you fix these types of bugs.. pritaeas is referring to line #587 (from viewing the html source), `<script src="LNK/lnk_javascript.js" type="text/javascript"></script>` That link returns a 404 (page not found). Check your path, name of file, …

Member Avatar for ansaripk
0
1K
Member Avatar for PhilEaton
Member Avatar for katties
Member Avatar for Taywin
0
112
Member Avatar for FayEgo

If you want to analyze the dump, download mini-dump viewer. Microsoft has a tool, but there are third party apps as well. Have you recently installed any software/drivers that started causing this issue?

Member Avatar for JorgeM
0
184
Member Avatar for biomedpro

Without any reference to the site, or code itself, its going to be very challanging to help you.

Member Avatar for biomedpro
0
72
Member Avatar for vinnitro

Can you just format the F: drive from within Windows, or delete/recreate the F: partition? I would recommend that you use a Virtualization product installed on your host operating system such as VMWare or Virtual box to evaluate other operating systems. that way, when you are done with the evaluation, …

Member Avatar for JorgeM
0
194
Member Avatar for CarlChaffatt

> I want to use HTML to get this data from this device which is communicating online and has it own URL. HTML is only markup language. You can use the HTTP protocol with the GET method to retrieve HTML from a target resource. What information and in what format …

Member Avatar for JorgeM
0
156
Member Avatar for sarah.webb.7161

If you have determined that the problem is with your Windows systems, filing a formal complaint with ofcom is not going to make much sense. They cannot control your what happens on your computers. Their demarc is to the Internet router that they are providing you. After that, you are …

Member Avatar for tonnytee
0
233
Member Avatar for kumold

You can configure your router's interface with any IP subnet of your choosing. I haven't heard of any router that does not provide this functionality.

Member Avatar for kumold
1
185
Member Avatar for julfikerctg

If you want for you site to be indexed into the top search engines, the best approach is to submit your site with Google and Bing. They both have webmaster portals. Just do a search for Google Webmaster and Bing Webmaster. You do not have to submit with Yahoo as …

Member Avatar for canadafred
1
415
Member Avatar for `d3x

Is your OS at the latest service pack (SP1)? If not, I would service pack it, then apply any remaining updates.

Member Avatar for `d3x
0
215
Member Avatar for jateshs1007

@Phil, definately take a look at HTML5 and CSS3 with jQuery as well. You can come up with many cool effects without having to use Flash.

Member Avatar for <M/>
0
187
Member Avatar for wasim kazi

@wasim kazi, can you share how you resolved your issue for the benifit of others that may have a similar problem?

Member Avatar for wasim kazi
0
289
Member Avatar for BradleyD

Sounds like you'll need to implement some client-side validation to ensure that the fields are changed with something other than the default text.

Member Avatar for BradleyD
0
222
Member Avatar for HunainHafeez

Your response still doesn't make sense with regard to asp.net. In any case, if you have access to the HTML and code, any restriction would be spelled out in the terms that you agreed to.

Member Avatar for HunainHafeez
0
153
Member Avatar for mgn2683

Can you clarify, "up against the main header", just looked at your site, current layout looks nice.

Member Avatar for JorgeM
0
116
Member Avatar for yamawwad

As long as you set up the Ad-hoc Wifi network, the application that you want to use does not have to be aware of the network media. As long as the application does not require Internet access to log into a system, or perform a lookup, then having the Ad-hoc …

Member Avatar for yamawwad
0
136
Member Avatar for Delnith

I would highly recommend that virtualization approach. You can use VMWare or VirtualBox (free) to build your guest VMs. As you evaluate them and are finished, you simply delete without any additional configuration change on your host computer. This allows you to run multiple VMs at the same time and …

Member Avatar for PhilEaton
0
158
Member Avatar for Octet

Aside from basic HTML, server-side scripting languages provide a way to address this type of concern. For example, in ASP, you can use the #include directive so that you can build say a common header and footer, then just add the #include directive to each other page. If you need …

Member Avatar for Octet
0
139
Member Avatar for FALL3N

To add borders around the rows, and cells for a table that has the postTBL class assigned... `.posTBL tr {border:1px solid #FFFFFF}` `.posTBL td {border:1px solid #FFFFFF}`

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

This thread appears to be related to another for anyone following this.. http://www.daniweb.com/web-development/web-design-html-and-css/threads/431342/multiple-sliders-in-page-wont-slide

Member Avatar for <M/>
0
257
Member Avatar for rojen.rule

From the hardware perspective, you really shouldnt run into any issues. From an OS perspective, this type of power cut-off could potentially cause an issue. think about a scenario where you are in the middle of a write operation and you cut the power. Another option is to purchase an …

Member Avatar for JorgeM
0
96
Member Avatar for PhilEaton
Member Avatar for PhilEaton
-2
152
Member Avatar for Siberian

Have you looked at Microsoft's Search Server? http://www.microsoft.com/enterprisesearch/searchserverexpress/en/us/default.aspx

Member Avatar for Siberian
0
86
Member Avatar for rony001

If you are sw to SQL, focus on getting the correct syntax for one Insert Into statement first. Then I would also suggest you break this up I to manageable seperated statements. You also may want to consider developing stored procedures so you can simply pass parameters from your app.

Member Avatar for BitBlt
0
137
Member Avatar for joan.david1973

If you want to go from Windows 7 down to XP, the only option is to perform a fresh clean install. Put the XP CD in the CD-ROM, restart the computer. You have to make sure that your Computer BIOS has the CD-ROM as first priority in the boot order. …

Member Avatar for hotmatrixx
0
93
Member Avatar for blade_costic

What do you mean stuck? You get errors when you try to write? If you dont have any issues with reformating the drive, then that is a good idea. If you need to modify the partitions, then do that first using the Disk Management console.

Member Avatar for hotmatrixx
0
230
Member Avatar for armand.mamani

When you boot into safe mode, try running a system restore to a point in time before this started happening.

Member Avatar for hotmatrixx
0
79
Member Avatar for jasonbond007

So, in device manager, does it mark the drive as "foreign" in the bottom window? Have you tried connecting this drive to another computer, via a USB/SATA interface to see if you can read it properly?

Member Avatar for hotmatrixx
0
142
Member Avatar for Jojo Network
Member Avatar for PhilEaton

You mean for example if you want to show a spinning gif while submitting data? Here is an example I have used many times. ajaxStart(). $("#img1").click(function () { $("#div1").load("ajaxLoad.aspx"); }); $("#div1").ajaxStart(function () { $("#progress").css("display", "block"); });

Member Avatar for JorgeM
0
218
Member Avatar for PhilEaton

So are you asking about which version of Windows OS, or actual server hardware? For local development, any typical desktop computer you have, from an architecture perspective, is the same as a server class hardware. The main differences between the two are, of course, better quality components, redundancy such as …

Member Avatar for PhilEaton
0
176
Member Avatar for <M/>

Or at least provide the URL so we can see te issue and get to te source code

Member Avatar for <M/>
0
104
Member Avatar for st88

you do realize that UDP, unlike TCP is connectionless and only provides a "best effort" delivery on the network. If your application does not take this into account, you may need to use TCP for a connection-oriented session to take place, where TCP will guarantee the tracking and delivery of …

Member Avatar for JorgeM
0
92

The End.