20,737 Topics
![]() | |
Im receiving the above msg even after using MultipleActiveResultSets=True to connection string public partial class registration : System.Web.UI.UserControl { string gender; SqlCommand cmd = null; SqlConnection con = null; protected void Page_Load(object sender, EventArgs e) { con = new SqlConnection("Server=.; database=nkm; user id=sa; pwd=karthavya"); con.Open(); cmd = new SqlCommand(); cmd.Connection … | |
Hi, I have a form to email working just fine, but I would like to send the form to two different emails. Any help please. Thanks | |
I need help. I have a SQL Server database that will store information for events that will be taking place. The sql database looks like (see attached). I am fairly new to programming so I need a lot of help, please. I need a web page that will allow a … | |
I have an ASP.NET app that uses code-behind modules that I need to publish on an internal company web server. I have access to the server, but my problem is that I can only access it through Windows Explorer, so I can't create a virtual directory on it or change … | |
Really Im getting very much confustion. I searched in net to get solution for the following msg. There is already an open DataReader associated with this Command which must be closed first. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace … | |
I am a trainee in a company as IT Analyst ,i would like to know more about IT field. Which is the main sector on which i should more concentrate as Servers, Web Designing OR Programming . I am much familiar with ASP, html ,Windows Server 2008 and Learning SQL … | |
Microsoft got some good news this week when new data showed they had gained market share on rivals Firefox and Chrome last month. It might very well be a temporary data glitch, especially when news came out today that [URL="http://www.networkworld.com/news/2010/070110-ibm-employees-use-firefox.html?source=NWWNLE_nlt_daily_pm_2010-07-01"]IBM was recommending that its 40,000 employees use Firefox[/URL] instead of … | |
Hello, I want to create a sitemap for my website. Somehow i've generated sitemap with the help of free tool. But the problem is file in XML & i don't know how to implement it. Will it work just after uploading it on server or something else i've to do … | |
[CODE]using System; using System.Configuration; using System.Data; using System.Data.OleDb; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; public partial class Add : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void Button1_Click(object sender, EventArgs e) { String path = Server.MapPath("App_Data\\dnis2010.mdb"); … | |
I want to display some stand alone web pages from my server in a single web page when requested by the user. The pages are listed by topic. I thought it would be simple to use the include_once function and then use ($url) for the path to the file, but … ![]() | |
[CODE] </asp:TemplateField> <asp:TemplateField HeaderText="System Manager" SortExpression="sysaccount"> <EditItemTemplate> <asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("sysaccount") %>'></asp:TextBox> </EditItemTemplate> <ItemTemplate> <asp:Label ID="Label2" runat="server" Text='<%# Bind("sysaccount") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Password" SortExpression="syspw"> <EditItemTemplate> <asp:TextBox ID="TextBox2" runat="server" Text='<%# Bind("syspw") %>'></asp:TextBox> </EditItemTemplate> <ItemTemplate> <asp:Label ID="Label3" runat="server" Text='<%# Bind("syspw") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Log" SortExpression="log"> <EditItemTemplate> <asp:Label ID="Label2" runat="server" … | |
This tutorial will teach you how to create a transparent navigation bar for your website, similar to the navigation at the Microsoft Vista [URL="http://www.windowsvista.com/"]website[/URL]. 1) Start by creating a new image in Photoshop with a height and width of 700*70px. 2) Filling the first layer with a dark background makes … | |
Daniweb, Just new in your forum, Kindly assist me we the [B]dhtml with css codes [/B]for uploading pictures, videos, mp3 and mp4, I want to include that in the site that I am designing. Dongold. ![]() | |
i went to college to be an engineer, came out 6 years later with a degree in discrete mathematics, & have since worked as a software developer in a corporate IT shop. i'm considering retooling once again, this time towards something like what i suppose people mean by industrial engineering. … | |
Hi, Right now i am working on alternative ways to open links in websites. Just check this plugin for firefox - https://addons.mozilla.org/en-US/firefox/addon/879/ .. Try that plugin. You can see numbers attached to each link on a site. What i need is a similiar functionality, but without the plugin. Instead i … | |
I want to focus back on the main page from an iFrame that is loaded as an element on the page. I am trying to make a toggle focus using CTRL to go between the two. I am using javascript to navigate the iFrame to different pages. Once the iFrame … | |
I am new to HTML and CSS and am currently having 2 problems with an icon that is displayed when the mouse hovers over a menu item. Problem 1 I want the icon to appear to the left of the menu item, but can only get it to display on … | |
According to recent [URL="http://blog.quantcast.com/quantcast/2010/06/may-mobile-os-share-north-america.html"]reports[/URL] the Android operating system has an impressive 19.9% share of the US mobile web market. That's still some way behind Apple iOS on 58.8% but the iPhone has been around for a lot longer. It should come as no surprise, then, that Yahoo! wants to get … | |
I thought I could organize my movie files by writing a quick and dirty HTML script for them. I read a few tutorials on HTML (not CSS) and it seemed simple enough. So I made this: [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" id="DocumentRoot"> <head> <title>Media</title> <meta … | |
I have to create web site and use CSS for the design/layout and I created the pages for my site using jsut the basic html but thats isnt right, i dont know how to do the font and back ground stuff in CSS and I asked several people to help … | |
Hello. My mother-in-law is having an issue with her computer where anytime you go into a program, the keyboard and mouse will lock up and I can only do a hard reset (holding down the power button to turn off the computer and then turn it back on) to get … | |
There is an invoice preview webpage. I want to set header and footer information off while printing it. I know we can edit the page setup settings. But I wanted to know if we can do something without changing the default page setup settings. With default setting inside page setup, … | |
i have this code for doing a remoting i m giving you all the necessary file codes this application working fine when im using the client as a windows form but when im triyng to use it with a web form it gives an exception at [code] bool st=login.CheckUn(txtun.Text); [/code] … | |
I didn't post this on that tutorial thread because people have had some questions that were unanswered over there and I'm afraid this question might get lost somewhere unless I do this... So basically I've successfully made an XML menu on flash using the mentioned tutorial on this site: [url]http://www.daniweb.com/tutorials/showthread.php?t=72820&highlight=xmlLoadMenu[/url] … ![]() | |
Which software is best to convert image to swf ? ![]() | |
i have this web form that im accessing a remote server object but every time i try to run it. it gives me a null reference exception and when i use the same remote server object with a windows form it's running fine please help me. thanks in advance | |
[B][COLOR="Green"]Prerequisites[/COLOR][/B] No special development tools are required in order to take advantage of Google's mapping API; all that is necessary is a text editor, Web browser, and a public Web server from which the scripts can be served. Note the server must be public, you can't develop on an internal … | |
Hi everyone, For the first time, I've somewhat successfully migrated an html file over to WordPress (not completely finished yet). However, I'm having a problem that I can't seem to fix. On the homepage ([url]www.johnernaut.com[/url]) you can see a 'More...' button at the bottom to preview more posts. This seems … | |
For some reason when i view [url]http://roots.sodesigns.co.uk[/url] in FF the text on the first page is a completely different color than any other browser. This is my code : [CODE] body { font: 75%/150% "Trebuchet MS", Tahoma, Arial; color: #333333; /*background: #FFFFFF url(images/main-bg.gif);*/ background: #c0c0c0; margin: 0px; padding: 0px 0px … | |
My web host recently updated their version of PHP and some of my code is no longer working. I created a band website that stores news items in a MySQL database. I created an update page (news.php) where the band can log in and add, update, or delete news. I … | |
Hi , I want to incorporate a feature on my website. An example of what I want to do is here: [URL="http://www.maxxcount.de"]http://www.maxxcount.de[/URL] - specifically the flash box in the middle of the page. I was wondering if a similar effect can be achieved using CSS? I have searched around and … | |
Most of the times we have requirements of adding different client side validations on the web pages and the easiest way to achieve this in ASP.Net is to use the existing set of validator controls. In SharePoint when we design custom webparts which takes some data as input, we might … | |
Hello guys, long time no see. Im designing a new website for a metal band and i want suggestions. do you like it? have anything more to suggest? Do you think i have add too much glow? Im also thinking of making the border to glow a little, do you … | |
I have been studying PHP/MySQL on and off again for the past few years and I decided the only way I was going to learn it was to create my own web application. We're going on a road trip in a few days and I got the idea to create … | |
Hai Friends, Is it possible to use strong/crisp for fonts in CSS? Thanks in advance. Remya.R ![]() | |
The JS starts with: <script> var tblId = 'TBGenericRecs0'; var nTable = ""; then later: function mapTable(){ nTable = document.getElementById(tblId); nRows = nTable.rows.length; Firefox says nTable is not a function and the code does not work. IE sees it as a variable and it works. What's up? Is there a … | |
Hi again Daniweb! Im just fishing for ideas here, Im not a great coder - I'm currently working with c#.net in visual studio. a new jpeg is being posted to the ftp server every 3 seconds...I want a client side app that can dowload this new jpg every 3 seconds...the … | |
Hello All, I am currently in the process of adapting an application that previously worked only with Microsoft Access to work with SQL server or Access. Previously, all database interaction was designed based upon using the XSD file to create queries (etc). I wasn't sure how to handle the new … | |
I have been fighting with this code for 3 days. I got everything to work....except its a bit glitchy as of right now and I can't figure out why. I am sure it is simple. They basic concept is something like this: OFFICE [txtbox] [txtbox] [txtbox] [label] +add row BUSINESS … | |
Hi, I'm a new member here and wish that I can learn a thing or two from here.. soo.. I wanna ask any veteran or expert web devs out there.. About transporting Fireworks HTML into Dreamweaver?? | |
Hi This is really to do with HTML coding, I think. I have an Affliliates account with Amazon. What is happening on my website is that the Amazon code is picking up individal names and finding something to sell related to that name. A link is generated when the browser … | |
hi there, my project is a desktop application, i am trying to transfer(upload) a file(can be excel,doc,txt pdf) to another sql server in another computer in the same network how can i do this in C#.net desktop application, i am not using web service or asp.net how can i do … | |
hi- currently i have a small (LAN only) web server running on my computer, and i would like to be able to make a web page in which i can run a program on the server computer from another compuer. say, for instance, i click a button on the web … | |
from where i start as I take experties over the wedb designing | |
Hi friends, I have some question about asp publish web site I was create web site using asp.net 2.0 with backend as c#.net then i publish that web site & give published files to the web server who host my web site on internet...then i access my file via browser,there … | |
OK, I'm completely stumped by this one!!! Here's the code, it's included in the <head> tag as it should be... the files exist, the site works just fine. [CODE] <link rel="stylesheet" type="text/css" href="rateasite.css" /> <link rel="stylesheet" type="text/css" href="star-rating.css" title="Do dating sites work?" /> [/CODE] If I add a title="" to … | |
Hey guys this is my code [code] <a href="Links.php"><img src="images/downloads.png"></a> [/code] How do i get rid of the blue border that goes around it?!!?? Thanks ![]() | |
Does anyone know an easier way to space down that will work for both IE and Firefox and display the same. I am using: [CODE]<br></br>[/CODE] It spaces so much more in IE rather than Firefox. Have any ideas? Thank you : ) - Drew ![]() | |
I deploy our web in IIS but when i try to use the reporting services the message pops up: The request failed with HTTP status 401: Unauthorized. but when i try to build and debug from visual studio i can use the reporting services I think the error doesn't come … | |
I am keep having the "No overload for method 'GenerateSignature' takes 9 arguments" problem. Can you please tell me what is wrong with this class. This code is the sample from the Oauth.net . I think it too old for my asp.net 3.5 or 4.0. My page. [CODE]<%@ Page Language="C#" … |
The End.