5,277 Posted Topics
Re: Can you elaborate on what worked? | |
Re: 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 … | |
Re: 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 | |
Re: 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... | |
Re: 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 … ![]() | |
Re: 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. | |
Re: 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 … | |
Re: 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. | |
Re: Is this a new drive or an existing one that worked before? | |
Re: 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 … | |
Re: I took assembly xx (too many) years ago... I also found that very class interesting in school. | |
Re: 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. | |
Re: 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 … | |
Re: 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 … | |
Re: 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, … | |
Re: What was the solution to your problem? | |
Re: So then have a generic function that can accept parameters. | |
Re: 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? | |
Re: Without any reference to the site, or code itself, its going to be very challanging to help you. | |
Re: 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, … | |
Re: > 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 … | |
Re: 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 … | |
Re: 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. | |
Re: 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 … | |
Re: Is your OS at the latest service pack (SP1)? If not, I would service pack it, then apply any remaining updates. | |
Re: @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. | |
Re: @wasim kazi, can you share how you resolved your issue for the benifit of others that may have a similar problem? | |
Re: 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. | |
Re: 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. | |
Re: Can you clarify, "up against the main header", just looked at your site, current layout looks nice. | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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}` | |
Re: 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 | |
Re: 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 … | |
Re: Thanks for the tip Phil...I haven't used them before, but will check them out. | |
Re: Have you looked at Microsoft's Search Server? http://www.microsoft.com/enterprisesearch/searchserverexpress/en/us/default.aspx | |
Re: 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. | |
Re: 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. … | |
Re: 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. | |
Re: When you boot into safe mode, try running a system restore to a point in time before this started happening. | |
Re: 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? | |
Re: 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"); }); | |
Re: 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 … | |
Re: Or at least provide the URL so we can see te issue and get to te source code | |
Re: 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 … |
The End.