5,691 Topics

Member Avatar for
Member Avatar for mohamed1

Good mourning or Good night ;) i am working on asp site (VBscript) of course with javascript as client side i wanna 2 count n of visitors at same page just like when u open for ex asp forum in daniweb.com displays [COLOR="Green"]Currently Active Users browsing ASP : 7 (1 …

Member Avatar for Baradaran
0
86
Member Avatar for chriscross86

hi, there...im trying to figure out where to use these authentication codes as im trying to come up with a login page. these codes are used over the <head> tag, but is it used within the <html> tag? [code=xml]<?xml version="1.0" encoding="utf-8" ?> <configuration> <!-- enable forms authentication --> <system.web> <authentication …

Member Avatar for johnny.g
0
75
Member Avatar for hardikpatel

hi i have made one website in VS 2008 (Asp.net 3.5) using back end SqlServer 2008 and when i configure my website on my local pc so it will generate the error "Login failed for user" when i will going to run the website .

Member Avatar for serkan sendur
0
82
Member Avatar for ricksvoid

I cant seem to find anything wrong with this code. However, I get an error message from my catch block everytime. [code=vb.net] Imports System Imports System.net.mail Imports system.web Imports System.Web.UI Imports System.Web.UI.WebControls Imports System.Web.UI.HtmlControls Imports System.IO Partial Class contact2 Inherits System.Web.UI.Page Protected Sub submit_Click(ByVal sender As Object, ByVal e As …

Member Avatar for Jamie Shedley
0
138
Member Avatar for Kian99

Hi all, im new in this forum ;) I have a problem here with crystal report. I have building report in web (asp.net 2.0) using crystalreportviewer control. I used crystal report 10 for the report. I have succeed to view the report. But, if i press the print button, it …

Member Avatar for perumalla1215
0
165
Member Avatar for veasnamuch

My server configuration are . SQL Server in Marchine1 - is setting in Mix Mode(SQL Server and Windows Authentication) . IIS Server in Marchine2 - is setting as following Directory Security - > Authentication and access control .Unchecked "Enable anonymous access" .Checked "Intergrated Windows authentication" .Checked "Disest authentication for Windos …

Member Avatar for Doron_
0
317
Member Avatar for nada fouad
Member Avatar for sknake
0
238
Member Avatar for manii

I want to know dat is it possible to create and run .asp file in microsoft visual web developer 2008 ? The problem is dat there is no inbuilt .asp extension file given in vwd 2008....if anyone knows how to create and run....den plz help me out.... thanks.........

Member Avatar for serkan sendur
0
42
Member Avatar for chriscross86

hi, im doing a project on 'courier management systems' . i am using asp.net as the application and mysql as the database. im not clear on how to integrate mysql with asp.net... i would appreaciate if some description plus some examples are posted on...thank you

Member Avatar for freshfitz
0
137
Member Avatar for chriscross86

i am doing a prioject on 'courier management system. im planning to use asp.net and mysql...is it appropriate? if i do choose these languages...will i sustain?

Member Avatar for ithelp
0
64
Member Avatar for ishan joshi

Well I need ur help as i want to give shortcut link to the button in my asp .net proj like for save button [U]S[/U]AVE (Ctrl + S) . how can i do in my code to get this type of functionality. Thanks...

Member Avatar for nelis
0
80
Member Avatar for neoseeker191

I have an ASP script that gets information from an Order Form. I have it so it displays the data. I would like to take the data displayed and send it in an email. How do I go about doing that. I've looked at tutorials on google but I dont …

0
92
Member Avatar for neoseeker191

I took over a website for a family friend. The business that created the site prior used ASP to run the Orderform on the site. I am not very familiar with ASP. I was wondering if I posted the html orderform and the ASP handler, if someone could explain to …

Member Avatar for chriscross86
0
187
Member Avatar for Doops

I am currently working on a project where I want to allow a customer to update their details through a web interface. I am using C# codebehind. On page load I am setting the values of the textbox using the existing customers details. The idea being, the user sees the …

Member Avatar for Doops
0
95
Member Avatar for daniwebseenu

I am new to asp.net and crystal report. I have installed visual studio professional edition 2008 in my machine. i created crystal report and i brought it in asp.net page. it works fine in my machine. i have only the business objects dlls.i have not installed crystal report i have …

Member Avatar for daniwebseenu
0
138
Member Avatar for Clawsy

i'm building a site with asp.net and flash header (logo + menu). I use a masterpage. is there a way to improve the .swf load speed on the page? it takes some time to appear. It's normal. I dont want to use ajax. is there a way to use cache …

0
49
Member Avatar for sam1

hi, as a new comer to asp.net i want to know what are the advantages of using asp.net over say php and other technologies and what are the disadvantages. thanks

Member Avatar for sam1
0
111
Member Avatar for vuyiswamb

Good Morning Guys I have a Problem on my ASP.NET Application. I have a Web setup Project created and it used to work fine before, but now , when i try to Compile it it gives a Warning [QUOTE]"Object reference not set to an instance of an object"[/QUOTE] And when …

Member Avatar for vuyiswamb
0
380
Member Avatar for emilio

hi i'm trying to edit gridview rows. the grid columns are template columns. i added the commandfield buttons for update. i wrote a rowupdating event: [CODE=asp]MonthTable.Rows[e.RowIndex]["FirstEnter"] = ((TextBox)(MonthGridView.Rows[e.RowIndex].Cells[6].Controls[0])).Text;[/CODE] on runtime i get this error: Unable to cast object of type 'System.Web.UI.LiteralControl' to type 'System.Web.UI.WebControls.TextBox'. what have i done wrong ?

0
64
Member Avatar for geletaabate

i tried to use multiple updated panel control on a single page by setting there update mode to 'conditional' <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:Button runat="server" ID="Panel1Button" Text="Panel 1 button" /> </ContentTemplate> </asp:UpdatePanel> <asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:Button runat="server" ID="Panel2Button" Text="panel 2 button" /> </ContentTemplate> …

Member Avatar for ram_tps
0
206
Member Avatar for aashishnakra86

i have a project for which i have to retreive values to a excel sheet and make a chart for it, automatically... can you suggest a way to do that ? maybe i could use macros, but then how do i use macros in asp ? thank's

Member Avatar for Techie08
0
42
Member Avatar for veledrom

Hi, I am wondering if code below is right. Is there any unnecessary line? Thanks [code] <% on error resume next ad=request.form("name") Set RcSet = Server.CreateObject("ADODB.RecordSet") sql = "Insert Into veriler (name) Values ('"&name&"')" 'ADD sql = "Update veriler Set name='"&name&"' Where id=1" 'UPDATE sql = "Delete From veriler Where …

Member Avatar for veledrom
0
230
Member Avatar for mustafabrew

Hi, I have built a website that uses ASP and am running IIS on windows XP professional. On my local machine I can access the website either by going to [url]http://ipaddress/sitename[/url] or [url]http://computername/sitename[/url]. THe problem comes is that I need other computers on the network to access the site, but …

Member Avatar for rezax123
0
370
Member Avatar for som_05

I am using The Microsoft Visual InterDev6.0 for ASP but it is not showing any kind of intellisense in the editor. Please help me how I can get the editor userfriendly with all the colors and notations? Do I need to reinstall it or just a problem of any functionality …

0
51
Member Avatar for bharanidharanit

Hello sir, I need to create a ASP.NET Website. What are the basic steps in involving in that? I know to create forms, asp page? But i dont know the initial things.

Member Avatar for agrothe
0
310
Member Avatar for harrysuke

table items barcode quantity price id table serial_number barcode serial_number id table items_out barcode serial_number quantity price id i have three table just like i describe above. if i choose a barcode and quantity=2 from table items and i want to move 2 serial_number from table serial_number to table items_out, …

Member Avatar for harrysuke
0
102
Member Avatar for dips255

hi i have query about database connection object i have made a function to send sms and used it on several pages. Now i want to keep track of no. of sms used. however i have not opened database connection on all the pages where i'm calling this function. so …

0
77
Member Avatar for tania khan

[QUOTE=ardav;788833]This sounds like a clear cut research job that YOU should be conducting for your coursework (or whatever). BTW This is a pHp forum[/QUOTE] [code] Hi I need your help in my project of "online examination”. I am developing this for my lab. backend: sql server 2000 front end: ASP …

Member Avatar for peter_budo
0
132
Member Avatar for ruchi18

Hello, I have an application in actionscript & flash my application design contain 7 tumbnails picturs & 2 button for scrolling this tumbnails actually i hav 28 photographs which i want to be scroll 4 times on clicking on button each time so can any one give me the solution …

0
53
Member Avatar for Indianblues

Hi I am trying to add FolderBrowserDialog to my ASP.NET page. So i added a reference to using System.Windows.Forms. Now i have placed a button and in button click event i have written code like this . [code=c#]protected void Button1_Click(object sender, EventArgs e) { FolderBrowserDialog fbd = new FolderBrowserDialog(); fbd.ShowDialog(); …

Member Avatar for Kusno
0
552
Member Avatar for jkdil33

Hi, I want to create a web page in my local website for user to send e-mail to my ID.It should be in the following way There should be a text box for entering the mail ids of recipients,text box for entering the details(suggesstions) and a submit button when the …

0
68
Member Avatar for Sarah Lee

[COLOR=#008000]Hi In my application, i would like to use the popup window concept. When the user clciks a button, a popup window should appear, with a textbox to enter a value. on closing the popup window, the user entered value should get saved into a table[/COLOR] [COLOR=#008000][/COLOR] [COLOR=#008000]I am using …

Member Avatar for anthonyqkiernan
0
5K
Member Avatar for Tables

Hi I am interested in learning VB.NET and ASP.NET Please suggest me any good website where I can learn these technologies at my own pace. Kindly help me. Regards,

Member Avatar for jbennet
0
338
Member Avatar for IT_Techno

hi, i have create asp.net web site that do alot of requests (write, read, go to some links ) this web site using sql DB during accessing requests it redirect to the default page after short time how can i solve this problem in redirection ?? Best Regards IT_Techno

0
89
Member Avatar for ff4930

Hello, Im new in ASP.NET and have been reading about state management and have a couple of questions, it be great if someone could help me understand. Im having trouble understanding the use of ViewState. It is only limited to the current page, what kind of typical/common use would it …

Member Avatar for greeny_1984
0
372
Member Avatar for madhu_bheemiset

Hi, I want a asp.net control to format text box like Bold,Italic,Under Line, Bullet/number style. Eg: In Gmail ->Compose mail we can bold or do some formatting activites in the body of text. like that. Please help / guide me in this. Thanks for reading...

0
48
Member Avatar for sonakrish

hi all.... I'm trying mailing concept. After entering FROM address, TO address ,subject and body of the message and while clicking the send button am getting [COLOR="Green"] Mailbox unavailable. The server response was: 5.7.1 Unable to relay for "as@a.com" [/COLOR] what wrong i would have made? Plz guide me

Member Avatar for sonakrish
0
120
Member Avatar for kohkohkoh

[COLOR=black]Hi, i am trying to use new method in asp.net for the database connectivity. --> using gridview[/COLOR] [COLOR=black]yet i am facing problem here in the "adding new" area.[/COLOR] [COLOR=black][/COLOR] [COLOR=black]here goes my code:[/COLOR] [COLOR=black][/COLOR] [CODE] <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> …

Member Avatar for Clawsy
0
366
Member Avatar for dips255

Hi I often get this error on some of my asp pages Microsoft OLE DB Provider for SQL Server error '80040e31' Timeout expired what should be done to resolve it? is there any way to trace the error and show a custom message to the users instead of the above …

Member Avatar for msaqib
0
128
Member Avatar for enoch365

Hi I am just a student doing survey about Employers helping empolyees with their housing during this recession and I need helps to make this ASP form.... anyone willing & able to help me out? =========================================== My -survey.html- File for getting the info =========================================== [code=html]<html><head><title>Survey</title></head> <body><form method=post action="sProcess.asp"> <pre><input type="radio" …

0
51
Member Avatar for themailsian

I have make a form in ASP page wich contain a dropdown menue containing record from the database. These records are related with an other table. I want when I select any record from the drop down menue its concerned record should display in next text box with in the …

Member Avatar for enoch365
0
151
Member Avatar for closetosane

Hello, I am sending a string created in vbScript via CDO. My scripting is working but the whole string is not showing up in the receiving email. My code was on the bulky side with bordercolor and bgcolor in the tables cells, removing what was not needed for html in …

Member Avatar for closetosane
0
924
Member Avatar for muhammad ismail

hi every body, i have worked on windows application in vb.net , but i have no concept of web development using asp.net, can any one tell me the simple code of Asp.net to create a simple webpage containing text "Wel Come to ASP.net". Requirments for this task, also how to …

Member Avatar for jbennet
0
76
Member Avatar for OnlineD

I am trying to count how many entires appear in one table which is linked to 2 others, then show the result on a web page. Table 1 - Companies CompanyID CompanyStatusID FundID Table 2 - Company_Status CompanyStatusID CompanyStatus Table 3 - Subscriptions CompanyID FundID What I need to do …

0
44
Member Avatar for sma245

Help! Somehow I've ended up with the task of maintaining a system built around SQL Server, IIS, and ASP. For development I have Visual Interdev 6.0. The trouble is, this is way outside my usual domain, and the system is, as tradition demands, pretty much totally undocumented. Apologies if this …

Member Avatar for jbennet
0
57
Member Avatar for atif.muhammad

Hi. I'm new in programming. I have idea backend (database in SQL Server 2000) but no idea for frontend programming. I decide to use SQL Server 2000 and ASP.Net 2.0 Else one share/tell my how to became i familar with ASP.net.

Member Avatar for greeny_1984
0
84
Member Avatar for hardik261086

Hi My self hardik i am developing CMS system in asp.net with c# in visual studio 2005(framework 2.0), in which i have to provide one facility at user level i.e user can insert clip or movie in his/her content..! so anyone tell me that how can it possible? or is …

Member Avatar for hardik261086
0
48
Member Avatar for gilmarP

Good day! Im trying to unit test my current project(the code behind) but I can't manipulate the controls inside the content page. Say I want to put some text inside the textbox, where textbox is inside the content page. I tried the accessor but failed, example: MyClass_Accessor acc = new …

Member Avatar for gilmarP
0
91
Member Avatar for julseypart

hi, im trying to test out my application so far by uploading all the project files to my "web" folder on the university server, but when i naviage to the server/myfoldername where the index.aspx is located i get an application error - what im i doing wrong? im using filezilla …

Member Avatar for julseypart
0
130
Member Avatar for rooparaj

Hi everybody, I got one problem in ASP.NET. i want to change button backcolor from code. btn_save.bachgroundcolor=system.drawing.color.red the above code is working fine. But instead of "system.drawing.color.red" , i want to give #123234 or rgb() format. i cant give btn_save.bachgroundcolor=#23534 btn_save.bachgroundcolor=rgb(0,0,0) I will give error as invalid return type is …

Member Avatar for sreenivas.varma
0
448

The End.