13,936 Topics
![]() | |
Hello Everyone, Below is the working code, that I just coded for you guys to understand in a easier way: [code=html]<html> <head> <script type="text/javascript"> function updateTotal() { var sundayTotal = Number(document.getElementById('sunday').value); var mondayTotal = Number(document.getElementById('monday').value); document.getElementById('total').value = sundayTotal + mondayTotal; } </script> </head> <body> Sunday Duration: <input type="text" id="sunday" onkeyup="updateTotal()"> … | |
I need to get selected index value from the dropdownlist and sort it on the GridView. The code above can only sort by column. Anybody has any idea how to add the column with the selectedValue into the Sort? [code] dv.RowFilter = "NOID = '" + ddl.SelectedValue.ToString() + "'"; dv.Sort … | |
Hi, I am working on a shopping cart .The code executes successfully and functions in my system, but after uploading the .dlls its giving an error like this: [B]Server Error in '/' Application. -------------------------------------------------------------------------------- Object reference not set to an instance of an object. Description: An unhandled exception occurred during … | |
I have spent a number of days looking into .NET shopping cart software. Currently I am using Actinic which falls far short of what I actually need it to do, and not being a PHP programmer I have hit the wall in terms of modifications. Actinic does have some very … | |
Good Morning All I have the Following code that sends an e-mail, let me first post the markup and the code behind. The following is the markup of my page [code] <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head … | |
Hi, I hava a problem with url rewrite. I tried many of free rewrite dll, but havent resolved it yet. Problem is related with none extension urls. Below there is an example about this: <rule> <url>/home</url> <rewrite>/default.aspx<rewrite> </rule> This works fine. But there is a problem with other urls. For … | |
Hi all I am trying to retrieve a data from Oracle database and display it in the textboxes to be editable but with no luck, am getting a ORA error, [COLOR="Green"]missing right parenthesis[/COLOR], that sounds easy and I also thought, I put in the right parenthisis but still it is … | |
HELP plzzzz ill donate if you guys help, ill do anything, chrome wont even load flash now, and i had to do a system restore, no clue if it worked or not, i sometimes have a IE window open randomly to a webpage i have no clue why... here is … | |
Hi, there, i am trying to come up with this behind code using vb. i am getting error saying 'the username and password is not declared. i am not sure how to declare. please assisst me in this. this is a button which should work in a login page. [code=asp.net]Protected … | |
Hi, I have hosted a website that has MSSQL Server 2005 database on different machine. I am using the following connection string [code]<add name="ConnectionString" connectionString="Server=mssql2005.ableos.com.au;Database=visualinventory_ableos_com_au;Uid=myuserid;Pwd=mypassword;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient" />[/code] I am getting the following error. [B]A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server … | |
I am developing a website to automate the virtual server creation. At the time of creating and starting the VPS, I am receiving this error message. I think it is regarding something permission related and my host can solve this. I am just looking for a suggestion if there is … | |
does anyone know anything about oAuth? I can't find a dot net example that works. and the very little documentation on it is way over my head. I'm just trying to add a secure way to update twitter in the client I'm messing around with. But I can't seem to … | |
each time i hit run button to deploy my mobile application, it keeps asking whether to deploy .net framework which already is installed. i want to disable that compact framework deployment. do you guys know how? | |
I have deployed my application at the client side using .net 2.0. I am getting a datetime parsing error. The error log shows some wierd date format - "17/mm/31/mm/2009 1:24:39" for "06/18/2009 1:24:39". The code parse the system.date. The same application in .net 1.0 is working fine. there seems to … | |
Hi every one, Can i set multiple font for a textbox in aspx page. (as per user selection) If possible does the font can be inserted in sqlserver datbase. Thanks, Raja | |
Get Webspace of hosting your website in very cheap prices. we are having highly configured servers with 99.99% uptime. we are having two plans currently for you. 1) RS. 600/yr , 1GB webspace, Linux, apche , PHP support, Unlimited MYSQL Databases, Unlimited bandwidth, 99.99% uptime. 2) Rs. 800/yr , 1GB … | |
From the point of view of a command line programmer (whose been at it for 25 years) what is the difference between MFC and .net? | |
I have been presented with a somewhat odd challenge and I was wondering if anyone had any experience or tips they would like to pass along. One of my clients has a website they build in Umbraco, a CMS system created in Denmark and that has very little in terms … | |
What is the purpose of view state,application and session and what is the difference among them?? i googled it but couldn't get exact idea .. i'm just a beginner.. help me plz | |
HI FOLKS NEED A ANSWER... If a web application is spread over 3 web servers, than what is be the best approach to manage state of login form? | |
i am using a formview control in my project.. i am trying to update fields of 2 tables using formview.. table1:Personal_details: columns:P_id --->primary key Emp_id-->foreign key First_name table2:Educational_qualification columns:Eq_id ->primary key Emp_id ->foreign key Institute.. these 2 tables are connected by column Emp_id My update command of formview control is: … | |
hi, there , i am coming up with a login page and i am getting error on the codes... please help. [code]<script runat="server"> Sub OnLoginError(ByVal sender As Object, ByVal e As EventArgs) Login1.PasswordRecoveryText = "Forgot your password?" End Sub Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Dim … | |
I am working an an app that allows users that create crystal reports (.rpt files) to upload and view their reports via my web application using the CrystalReportViewer server control. I would like to dynamically create my own form for them (to take the place of the ugly ones Crystal … | |
I'm new to AJAX. I'm trying to use the HoverMenuExtender control in a VS 2005 project. I'm getting the following error: Error 5 The type or namespace name 'HoverMenuExtender' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\OGIDW\CheckDetail.aspx.cs 174 13 [url]http://localhost/OGIDW/[/url] I have a … | |
Does anybody know to import Gmail contacts. I have downloaded a useful tutorial at : [EMAIL="http://johnvey.com/features/gmailapi/"]http://johnvey.com/features/gmailapi/[/EMAIL] which is the only one available in search engines. But it is not working !! | |
I guess its only stupid if I don't ask it... Hi VB Daniweb folks. I've developed some VB.Net applications and now I'm trying to dabble with some asp.net server pages. I've created a simple page and when I display it (entered in the browser:[url]http://localhost/hello/welcome.aspx[/url]) I get the following error... Server … | |
hi i want to read data from com port of client system, using asp.net page how to do it, any one please help me. | |
Good day All I have a Challenge. I have the Following StoredProcedure that is doing the Following [code] IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[temp]')) drop table [temp] --Creation of Temp1 SELECT MTN.ID,S.DESCR,ISNULL(MTN.CYCLETEMPLATE,C.CYCLES) AS CYCLETEMPLATE into temp FROM TBL_STAFF S INNER JOIN MTM_ACTV_STAFF MTN ON S.ID = … | |
Hey can any one tell me the difference between Visual Web developer express and Visual studio express edition ? is Visual Web developer express inbuilt in Visual studio express edition ?? | |
Hello, I would like to develop to social networking website using asp.net. And so where i need to start now? Is there any tutorials? | |
Maybe I've just missed this one and its easy .. but I like to write my local css styles using a single line .. But everytime I drag a control onto the web page VS creates the .Style1, .Style2 etc etc. Trash to clean up. If I DO clean it … | |
Hi, I was wondering if there is a nice way to have the System.Web.Cache in sync with a file. I'm looking to keep a mapping object (an array of objects with a couple of properties) in cache and also in a file. I want to get 2 things out of … | |
Hi Guys, I'm working on converting an existing site from classic ASP over to .NET. The existing user passwords are MD5-encrypted. I'm trying to figure out if there's a way to import those passwords into the Membership Provider. The salting is what's throwing me off. The only thing I can … | |
Hi All, This is my first post here... I'm developing an asp.net app and one of the requirements is to send an email to customers with quotation details. In the past (VB6 app) I've done this by creating a Word doc from a template and emailing it as an attachment. … | |
hello smartheads! I am currently investigating the extent of adoption of mono by the different flavours of linux OS. I am aware that opensuse and ubuntu are favourably disposed to mono but what I cannot ascertain is wheher RedHat linux has adopted/implemented mono. I keep getting conflicting reports:confused: . I … | |
Hi, Is there a simple control I can use with ASP.NET to display an unbound list with multiple columns (like the ListView control in VB6.) It seems that you can use the GridView. but it seems really complicated to populate (with unbound data.) Can you use the ListBox to do … | |
Good Afternoon All , i have a page that does some updates, and i have my own progress bar and there is a strange Ajax(i think so) progress bar that is showing and its making my page to be slow. [IMG]http://www.vbforums.com/attachment.php?attachmentid=71442&stc=1&d=1244725295[/IMG] As you can see there is a Small black … | |
I have a multiline textbox on my form. It is filled on load with content from a database. The user then manipulates this data, and it needs to be updated on the database. I have everything working except for getting the changed value of the textbox. In the on_click event … | |
Hi I created a main project (called the Portal) that has the sitemap and master page in it. I created a virtual path provider so that other projects/site can use the master page. I created a project called WebTest that uses the virtual path provider to get the master page … | |
Good Day all i have a Ultrawebgrid i n my page and i display Data in this Way [CODE] STAFF CYCLES ========================= Galloway A Ms 20,22,23,24,25,26 Gama, E 20,22,24,25 Grieve S Ms 20,25,26 Jones D Dr 24,26[/CODE] and a user can select the Staff in the Grid by Holding a … | |
Hi, guys I am here again. How are you? As always, I have a dificult problem.Now I have two radionlistbuttons and when I click in the first i need to put a value in a textbox and when i click in the order i need to put another value in … | |
i just want to compare two dates both are in two text boxes in formate of dd/mm/yyyy how can i do this | |
I have a SQLDataSource that has an XML string as its data value. I want to blast out the raw XML to the webpage. How do I do that? Thanks in advance for any help or assistance. | |
how to u find out store procedure error in asp.net pages? | |
hi i have data for march in dropdown . i dnt have datas for april and may, june in dropdown. if i click the june month in a dropdown. the page should automatically redirect to the page for month of march. there are lots f files there when we select … | |
Insert div into paragraph How can I develop something like the attached image (attachment 1)? [ATTACH]10423[/ATTACH] I’m using asp.net(c#), JavaScript (jQuery). And here is the story: When user is reading an article, I want to insert top rated articles into the article content as an offer for reader. I tried … | |
I have reduced the problem to the smallest code required to reproduce it. It consists of a menu using an unsorted list <ul> in my MasterPage.master file with some css in the stylesheet.css (there are images referenced in the code, but not required to see the problem). Here is what … | |
I have a site with SSL and am getting some very strange behavior when trying to go from https to http. In its most basic form, the problem is if I redirect from an https page to a different fully-qualified url such as [url]http://domain.com/sample.aspx[/url], the redirect actually goes to [url]https://domain.com/sample.aspx[/url]. … | |
I would like some help with a small issue... I have an html menu that I use on all my web pages, hence it is in my masterpage.master web page. The problem is that when a user clicks a menu choice I need to inject id="current" into the <LI> element... … | |
Hi All, I have displayed three values(numbers) in some of the days of the month using the calendar control. I would like to make each link clickable and when it is clicked, it would display more details on the value that the user has clicked on the same page. So … |
The End.