5,691 Topics
![]() | |
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 … | |
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 … | |
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 . | |
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 … | |
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 … | |
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 … | |
i want to connect asp.net 2005 with access . now i need for the code do do this connection | |
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......... | |
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 | |
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? | |
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... | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
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 … | |
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 ? | |
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> … | |
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 | |
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 … | |
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 … | |
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 … | |
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. | |
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, … | |
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 … | |
[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 … | |
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 … | |
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(); … | |
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 … | |
[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 … | |
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, | |
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 | |
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 … | |
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... | |
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 | |
![]() | [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"> … |
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 … | |
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" … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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. | |
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 … | |
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 … | |
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 … | |
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 … |
The End.