5,691 Topics

Member Avatar for
Member Avatar for async_141

Hi I have reinstalled .net 2003 framework. i work on asp.net 1.1. before i use to use F8 key for debugging but now it debugs by F10. Second thing while debugging the debugger use to debug sub-methods or sub-functions aswell as usual. but now it doesnt debug sub-methods or sub-functions. …

0
58
Member Avatar for Cadde

Would you please send me a code for importing records in an Excel worksheet into my Asp Application database. Your earliest response is higly appreciated. Thanking you in advance.

Member Avatar for cancer10
0
316
Member Avatar for Qcdms21

i m doing a simple timetable in timetable.asp with the following codes ,i created three links to view different levels of timetable. we got level 1 ,2 and 3. as this VIEW BY LEVEL timetable.asp?lowchar=1 timetable.asp?lowchar=2 timetable.asp?lowchar=3 :mrgreen: so i pass the string 1 ,2 and 3. <% if request.QueryString("lowchar")="1" …

Member Avatar for cancer10
0
128
Member Avatar for prophet224

[COLOR=navy]Hello, this is my first post, so thank you in advance for any help you may be able to give! [/COLOR] [COLOR=navy]I have an ASP page that I need to have pull some information from a SQL table and display. The query in question is very simple: [/COLOR] [COLOR=navy][code]rs.open "SELECT …

Member Avatar for cancer10
0
193
Member Avatar for uppuluri_pavan

Hi every one, This is Pavan.I dont know anything about ASP.NET and trying to learn on my own.I am trying to create a login page where the user should enter his username and password, then the page should search the information in SQL server database and direct him that he …

Member Avatar for cancer10
0
87
Member Avatar for cancer10

Hello All, Can someone help me with this problem? I have 3 colums in an excel sheet (Serial No, Name, Mobile no), I want to put all the data in the excel sheet into the database which also has 3 colums (Serial No, Name, Mobile no) with a single click …

0
46
Member Avatar for percent20

[B]Intro[/B] Here is how to set up Microsofts MSDE for personal development. [B]Getting started[/B] Download the MSDE from: [url]http://www.microsoft.com/sql/downloads/2000/sp3.asp[/url] Select 'SQL2kdesksp3.exe' and save it to your computer. Double-click on the SQL2kdesksp3.exe you downloaded. Once you have run the self extracting exe (SQL2kdesksp3.exe), go to a command prompt. Start > Run …

Member Avatar for loquin
0
462
Member Avatar for dev.cplusplus

Hi, we are trying to find the best IIS tunning for our server. 1. Server works with ISAPI extension (without ISAPI filter) 2. Server doens't receive asp pages in the request, we receive the request like: [url]www.myserver.com/mydll.dll?param1=1&param2=2[/url] 3. The ISAPI was written in VS2005 Is there some recomended settings for …

0
88
Member Avatar for nade93

Hi All New to this so forgive the stupid questions. I have an apple macintosh and wanting to get the microsoft programs (i.e. asp.net, sql server and c# etc) downloaded onto there. although when i got to the micro website it doesnt appear to be available for the tiget OS …

0
52
Member Avatar for mike7510uk

Hi I have a user form that sends info to a database this all works well but when i click the browsers BACK button the info they wrote into the text boxes is still there. Is there anyway of clearing these boxes on the click of the submit button? (sorry …

Member Avatar for mike7510uk
0
93
Member Avatar for kathy78

Hello, I'm very new to .net so please be patient w/me. I'm using C# in VS2005. I have the following in my login.aspx page for the button [B][U]login.aspx[/U][/B] [COLOR=#0000ff]<[/COLOR][COLOR=#800000]tr[/COLOR][COLOR=#0000ff]>[/COLOR] [COLOR=#0000ff]<[/COLOR][COLOR=#800000]td[/COLOR] [COLOR=#ff0000]align[/COLOR][COLOR=#0000ff]="center"[/COLOR] [COLOR=#ff0000]colspan[/COLOR][COLOR=#0000ff]="2">[/COLOR] [COLOR=#0000ff]<[/COLOR][COLOR=#800000]asp[/COLOR][COLOR=#0000ff]:[/COLOR][COLOR=#800000]Button[/COLOR] [COLOR=#ff0000]ID[/COLOR][COLOR=#0000ff]="Submitbtn"[/COLOR] [COLOR=#ff0000]runat[/COLOR][COLOR=#0000ff]="server"[/COLOR] [COLOR=#ff0000]Text[/COLOR][COLOR=#0000ff]="Log In"[/COLOR] [COLOR=#ff0000]ValidationGroup[/COLOR][COLOR=#0000ff]="Login1"[/COLOR] [COLOR=#ff0000]BackColor[/COLOR][COLOR=#0000ff]="DarkGray"[/COLOR] [COLOR=#ff0000]Font-Bold[/COLOR][COLOR=#0000ff]="False"[/COLOR] [COLOR=#ff0000]ForeColor[/COLOR][COLOR=#0000ff]="Black"/>[/COLOR] [COLOR=#0000ff]</[/COLOR][COLOR=#800000]td[/COLOR][COLOR=#0000ff]>[/COLOR] [COLOR=#0000ff]</[/COLOR][COLOR=#800000]tr[/COLOR][COLOR=#0000ff]>[/COLOR] This is the code behind. Somehow when …

Member Avatar for kathy78
0
116
Member Avatar for spidey

hello, pls help.:-| i have 3 dropdown lists: country, city and area. when i select a country, the values in the city and area dropdown lists should change automatically without reloading the page. the cities and areas to appear must be in that country. same thing goes with areas in …

Member Avatar for spidey
0
100
Member Avatar for shukri_24

I have developed a crystal report and call this program through asp to generate the output and send it to a lineprinter in HP Unix 11i os environment. The printer is a networked lineprinter. Howver, the output generated has font and alignment problem compared to sending the output through the …

0
72
Member Avatar for #tbone

I have used the Suckerfish drop down menu and have run into a problem. I found the sample code [URL="http://www.htmldog.com/articles/suckerfish/dropdowns/"]here.[/URL] Here is a simplified version of what my code looks like: [code]<style type="text/css"> body { font-family: arial, helvetica, serif; } #nav, #nav ul { /* all lists */ padding: 0; …

Member Avatar for FC Jamison
0
196
Member Avatar for aparnesh

I have a project which has 2 parts - an exe and an ActiveX DLL. Earlier I could have the 2 parts running in separate instances of VB 6 simultaneously. Now when I am trying to run the exe portion from VB environment, with the DLL running in a separate …

0
55
Member Avatar for bodikon

I have a problem with a drop down menu box, the box is generated from asp, so the amount of [INLINECODE]<option>[/INLINECODE] available will vary. When there are too many options in the list, the list gets too high and goes off the page, and the last options can't be seen. …

Member Avatar for tgreer
0
176
Member Avatar for salim

am trying to delete a record but I have this message: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'ProductID = , 1567'. /salem/pages/fresh_food/TMP3rfr35u5pa.ASP, line 74 I looked at the meaning but so far I can't see that …

Member Avatar for masijade
0
76
Member Avatar for alirezaaali

Dear All how can i connect my ASP page to SQL server database in a local machin i get this error Running connectivity tests... Attempting connection [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. TESTS FAILED!

Member Avatar for seibor
0
142
Member Avatar for Ziene

I have this iexplorer.exe process in my list that i cant seem to get rid of. Every time i try to end process, it just adds itself back on my process list. Im not sure if its a normal windows process, i know its usually internet explorer, however i dont …

0
46
Member Avatar for lconvoy

I have a few simple php and asp sites hosted on cheap shared hosts but I am working on a new project which I hope to be much larger in scope. I have not yet decided between PHP and ASP.NET as a programming, but leaning towards PHP. My question looking …

0
68
Member Avatar for lconvoy

Hey all. I have tried my hand at some simple programming in both ASP.NET and PHP. Now I am pitching a complex website to some investors where I will be outsourcing to professional developers. I must decide between PHP and ASP.NET platforms. In my experience, ASP.NET seems to offer a …

Member Avatar for ManicCW
0
169
Member Avatar for weezie

First of all i'm a newbie so bear with me... I have created a form in which people submit a phonebumebr to a database, curently if they put a space in there it throws up an error. I have been told that : Never insert unsanitized data into your database. …

Member Avatar for weezie
0
145
Member Avatar for lconvoy

Hey all. I have tried my hand at some simple programming in both ASP.NET and PHP. Now I am pitching a complex website to some investors where I will be outsourcing to professional developers. I must decide between PHP and ASP.NET platforms. In my experience, ASP.NET seems to offer a …

Member Avatar for sn4rf3r
0
135
Member Avatar for zizi

hello everybody; [COLOR="Red"]this is my code [/COLOR] [CODE]<% Dim sqlstring dim objConn set objConn = server.CreateObject("ADODB.Connection") 'objConn.ConnectionString ="DSN=ostad.dsn" objConn.open("ostad") sqlstring = "SELECT * FROM ostad" If Request.Form("TypeSearch") = "lname" Then sqlstring = sqlstring & " WHERE lname LIKE '%"& Request.Form("DaInBox") & "%'" End If If Request.Form("TypeSearch") = "skill" Then sqlstring …

Member Avatar for zizi
0
175
Member Avatar for MDGM

Hi all. At the moment i am in the middle of a move between awful frontpage and magnificent dreamweaver mx. However, one good thing about frontpage is their easy peasy form maker. I dont know how to make a form on dreamweaver which emails to my website's email address without …

0
60
Member Avatar for msniner

Hello, I am very new to ASP and have been taught by one of my colleagues that I could leverage Dreamweaver (i have version 8) to create ASPx pages that collaborate with Microsoft Access -- to implement a webpage that displays, as I would like to call it, news snippets …

Member Avatar for madmital
0
134
Member Avatar for danae

Hi, everyone. Hope someone can offer some help on this. I need to generate a chart, preferably, by using Microsoft Excel. I need to retrieve some data from an aspx form and use the data to generate the chart in Excel. Okay, there are some input fields in the aspx …

Member Avatar for tgreer
0
83
Member Avatar for nithin_cr

hi i am nithin pursuing my final year btech it , i need your help in doing my final year project so kindly help me in doing the project in asp.net, i request u to guide me completly in completing the project.

Member Avatar for Blah Blah
0
166
Member Avatar for bagi

Hi all, Im not familiar with asp.net and both learning this and doing my final project of the year. So there are so many problems i faced....... Here are one...........I want to display user detail information after he/she logod on. How can i codig this??????????????????? Any idea would be much …

Member Avatar for Blah Blah
0
156
Member Avatar for Sarah Lee

hi all i am trying to develop an ecommerce site. can anyone advice me, what all concepts i have to be thorough with, what all things i have to use?(webforms or frameset? etc) i am using asp.net1.1 it will be really greatful, if you provide me some links, where i …

Member Avatar for Blah Blah
0
99
Member Avatar for KikinO

Hi everyone, I'm doing my final year project now and I'm needed to use ASP.NET 2.0 and Visual Studio 2005 to do the project. I've never learnt anything about it and I've a big problem with the project. At this moment, I'm trying to do an edit page where user …

Member Avatar for Blah Blah
0
126
Member Avatar for m3lVn!3

hi.. i need to create an input page wherein a user needs to select from a dropdown box,either single or multiple.. if the user selects single, a java function, wherein values are coming from the database, showing the values in a multiple dropdown box enabling the user to select one …

Member Avatar for msaqib
0
95
Member Avatar for freedmanrp

I have a web application that works fine on the web but not on my local server copy. the connection string on the web is cn.open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("database/TaskMan_MSAccess.mdb") When i run a copy locally, it reads the access database but does not allow to update the data. …

Member Avatar for madmital
0
70
Member Avatar for salim

I am trying to delete a specific colum, say ProductID = 30 from table Product_tbl now when I use server behaviour to delete, by filtering the recordset it doesn't really delete that particular ID but it goes only the next one in the row, for example: I enter 30 the …

Member Avatar for madmital
0
74
Member Avatar for Qcdms21

i have attached the file checkbox in this thread. My problem is when i have four checkbox with one input name check coz u know the recordset has loops. I would like to know how to insert into TASK. plz help.

Member Avatar for madmital
0
70
Member Avatar for noman78

Dear All i m having very differnt problem i think i hve one page in which i am using ifram and rich text box for html WYSIWYIG but if i change the page extention to .asp instead of .html, every thing which was wrking before start giving errors and a …

0
56
Member Avatar for dimkasmir
Member Avatar for tgreer
0
134
Member Avatar for sameera

Hello Friends, I m having one problem regarding payment gateways. I have two php files having the payment gateway coding. I need to develop asp page intergration to it. These files contianing mysql database connectivity while my asp page is using sql server2000. I cant get the idea how to …

0
60
Member Avatar for lovesexy

Hi all I recently downloaded tvants and I've subsequently been told that the build I was using housed certain viruses. Every 10 mins IE opens up by itself with the following page : [URL]http://www.k662.com/home.htm?k1[/URL] I've tried norton anti virus, spybot search and destroy, Webroot spy sweeper, spyware guard and spyware …

Member Avatar for lovesexy
0
150
Member Avatar for Exelio

hi, I need to select a directory using asp.net.Using the file control will select the files from the directory.But i need the user to select the directory itself in which he wants to save the file.. Is it possible? Thanks in advance Regards Exelio:)

Member Avatar for ManicCW
0
82
Member Avatar for aparnesh

Is there a way to create Data Reports (as in VB 6) in ASP (Not ASP.Net) ? I need to create an ASP site for an intranet which will be used to view and print formatted MIS reports from the client browsers. Is there a way to do it without …

Member Avatar for madmital
0
91
Member Avatar for salim

am trying to delete a record but I have this message: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'ProductID = , 1567'. /salem/pages/fresh_food/TMP3rfr35u5pa.ASP, line 74 I looked at the meaning but so far I can't see that …

Member Avatar for madmital
0
84
Member Avatar for kaurr

Hello Expertzzz. I need ur help urgently.I am trying to print datagrid in DIV tag.I am using following javascript funtion to print Datagrid in asp.net function CallPrint(strid1) { var WinPrint; var prtContent = document.getElementById(strid1); var strOldOne=prtContent.innerHTML; var WinPrint = window.open(); //var WinPrint = window.open('','','left=0,top=0,width=500px,height=500px,toolbar=0,scrollbars=no,status=0'); WinPrint.document.write(prtContent.innerHTML); WinPrint.document.close(); WinPrint.focus(); WinPrint.print(); WinPrint.close(); prtContent.innerHTML=strOldOne; …

0
65
Member Avatar for salim

am trying to delete a record but I have this message: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'ProductID = , 1567'. /salem/pages/fresh_food/TMP3rfr35u5pa.ASP, line 74 I looked at the meaning but so far I can't see that …

0
77
Member Avatar for spacepoet

Hi: I just join this forum and am new to asp so I'm hoping someone can help me with this issue. The email form works great, it's just one issue I can't figure out. What I'm trying to figure out is, when the user fills his/her email in the Email …

Member Avatar for madmital
0
848
Member Avatar for phughes200

I have a recurring problem with losing the sound in my applications after receiving the following error: Event Type: Error Event Source: Application Error Event Category: (100) Event ID: 1000 Date: 9/25/2006 Time: 10:49:10 AM User: N/A Computer: SCHOOL Description: Faulting application svchost.exe, version 5.1.2600.2180, faulting module unknown, version 0.0.0.0, …

0
53
Member Avatar for gilroda

I have an Access DB with 2 tables: tbldirectory and tblPracticeAreas. I have a search page (practice-search.html) where the user can pick an attorney practice area from a drop down list. Upon choosing the practice area the user is taken to an ASP page (practice-search-results.asp)that displays a list of attorney …

Member Avatar for madmital
0
107
Member Avatar for 2bejiw

i have 1 page for submit this code -----------------------PAGE1.ASP----------------------------------------- SEND DATA pro_id by using from to PAGE2.ASP ----------------------- PAGE2.ASP----------------------------------------- <input name="pro_id" type="text" id="pro_id" value="<%=pro_id%>" disabled="1"> ----------------------------------------------------------------------------- PAGE2 SUBMIT TO PAGE3.ASP BUT page3 doesn't get a data from PAGE2.ASP i don't know why how can i do .............................................................................. ................................................................................................. PS. variable …

Member Avatar for madmital
0
106
Member Avatar for Gowtham_p4u

Hi All, Iam New to ASP and i have a problem. we had an ASP and SQL Server Project in which the login page is the default page. This application has been installed in several computers. Now the problem is I need to develop an application which checks whether the …

Member Avatar for madmital
0
82
Member Avatar for hoosier23

i'm very much a newbie, so pardon me if i am breaking programmer ettiquette, but could someone debug this, please? i could use a lift after 8+ hours workin on this... this is player.h [CODE]#ifndef PLAYER_H #define PLAYER_H using namespace std; class player { private: char* name; int bankroll = …

Member Avatar for iamthwee
1
171

The End.