13,936 Topics

Member Avatar for
Member Avatar for vigneshsr

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()"> …

Member Avatar for serkan sendur
0
185
Member Avatar for MashMeli

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 …

Member Avatar for kvprajapati
0
81
Member Avatar for ranialexander

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 …

Member Avatar for kvprajapati
0
74
Member Avatar for greyhound

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 …

0
23
Member Avatar for vuyiswamb

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 …

Member Avatar for vuyiswamb
0
892
Member Avatar for rockdays

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 …

0
50
Member Avatar for Traicey

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 …

Member Avatar for kvprajapati
0
130
Member Avatar for kanderson88

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 …

Member Avatar for kanderson88
0
144
Member Avatar for chriscross86

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 …

Member Avatar for chriscross86
-1
184
Member Avatar for virang_21

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 …

Member Avatar for smithroy9
0
153
Member Avatar for gondaliya

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 …

Member Avatar for smithroy9
0
120
Member Avatar for Diamonddrake

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 …

0
51
Member Avatar for serkan sendur

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?

Member Avatar for serkan sendur
0
126
Member Avatar for kishoregund

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 …

Member Avatar for mail2saion
0
285
Member Avatar for raja1234

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

Member Avatar for kvprajapati
0
75
Member Avatar for andy_aphale

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 …

0
43
Member Avatar for walter clark

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?

Member Avatar for Stinomus
0
835
Member Avatar for MktgRob

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 …

Member Avatar for canadafred
0
324
Member Avatar for versatile36

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

Member Avatar for versatile36
0
208
Member Avatar for jacobfernandas

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?

0
53
Member Avatar for yorock

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: …

0
40
Member Avatar for chriscross86

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 …

Member Avatar for kvprajapati
-1
96
Member Avatar for a496761

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 …

Member Avatar for a496761
0
121
Member Avatar for lagyossarian

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 …

Member Avatar for IceDog711
0
98
Member Avatar for sebastian3

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 !!

Member Avatar for sebastian3
0
284
Member Avatar for rainhardman

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 …

0
38
Member Avatar for mohan7690

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.

Member Avatar for Tekmaven
0
228
Member Avatar for vuyiswamb

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 = …

Member Avatar for vuyiswamb
0
160
Member Avatar for versatile36

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 ??

Member Avatar for versatile36
0
233
Member Avatar for bharanidharanit

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?

Member Avatar for thewebhostingdi
0
117
Member Avatar for kkemerait

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 …

Member Avatar for sknake
0
273
Member Avatar for obscured47

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 …

0
50
Member Avatar for david.1982

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 …

Member Avatar for david.1982
0
96
Member Avatar for David Mac

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. …

Member Avatar for sknake
0
93
Member Avatar for jamello

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 …

Member Avatar for jamello
0
351
Member Avatar for danielgee

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 …

Member Avatar for danielgee
0
156
Member Avatar for vuyiswamb

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 …

0
64
Member Avatar for thacravedawg

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 …

Member Avatar for thewebhostingdi
0
203
Member Avatar for andrea.roux

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 …

0
27
Member Avatar for vuyiswamb

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 …

0
52
Member Avatar for SID.SIL

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 …

Member Avatar for thewebhostingdi
0
150
Member Avatar for pupilstuff

i just want to compare two dates both are in two text boxes in formate of dd/mm/yyyy how can i do this

Member Avatar for thewebhostingdi
0
119
Member Avatar for lagyossarian

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.

Member Avatar for thewebhostingdi
0
53
Member Avatar for sivak
Member Avatar for sknake
0
41
Member Avatar for ravindranraj

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 …

0
45
Member Avatar for desmati

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 …

Member Avatar for MidiMagic
0
27
Member Avatar for kkemerait

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 …

Member Avatar for sknake
0
87
Member Avatar for a496761

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]. …

Member Avatar for sknake
0
153
Member Avatar for kkemerait

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... …

Member Avatar for sknake
0
253
Member Avatar for harrison.chow

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 …

0
50

The End.