5,691 Topics

Member Avatar for
Member Avatar for cVz

Can anyone please provide me with some help to over ride the web.config file in VS 2005 , i am new to the ASP scene, and it is all rather confusing! i want to create a login page with three user roles 1 - Admin 2 - Manager 3 - …

Member Avatar for Baradaran
0
111
Member Avatar for red_evolve

Greetings. I encountered a problem in accessing the controls I placed inside the TemplatedWizardStep tag. Here's the code snippet:- [code] <asp:Wizard ID="wizCreateBulk" runat="server" DisplaySideBar="false"> <WizardSteps> <asp:templatedWizardStep ID="Step1" runat="server" Title="Select Recipient Method" StepType="start"> <ContentTemplate> <div> <span>Enter Name: </span> <span><asp:TextBox ID="txtName" runat="server" /> </div> </ContentTemplate> </asp:TemplatedWizardStep> </WizardSteps> </asp:Wizard> [/code] Then, in the …

Member Avatar for binusworld
0
395
Member Avatar for kristenharding

So I am completely new to ASP .NET and my first page needs to be a log in page. I have a database in SQL 2000 that has a table called tblEmployee. This table holds usernames, passwords, and group security details. I need to grab quite a few fields from …

Member Avatar for cVz
0
65
Member Avatar for sancti

can anybody tel me how can i generate a chart using ASP.NET.What are possible references i should add. thanks in advance

0
55
Member Avatar for JackieW

I'm fairly new to ASP, and need some help figuring out this error. The 'ThingsNeeded.asp' page holds 4 buttons and passes the required 'ID' value, keeping the user to just update their record. I have two pages done, but keep getting [icode]Incorrect syntax near the keyword 'WHERE'. /PPmanual/AFLocations.asp, line 23 …

Member Avatar for JackieW
0
273
Member Avatar for RahulV

--URGENT-- Ive written a code in VBScript in ASP where back end is SQL. Here I want to display all the records with the data of the selected field of the table "Users" but it displays only the first record repetitively for the total number of records in the table …

0
59
Member Avatar for RahulV

[INDENT][INDENT]--URGENT--[/INDENT][/INDENT] Ive written a code in VBScript in ASP where back end is SQL. Here I want to display all the records with the data of the selected field of the table "Users" but it displays only the first record repetitively for the total number of records in the table …

0
51
Member Avatar for sarah_cute

Hello, i'm a asp beginner and in industrial training.. i got problem in my project to update the checkbox. i had tried many example but doesn't work. Here are some code . please assist me guys.. Thanks lot for your kindness... [code=asp]<%intChecboxValue = Request.Form("normal_req") If intChecboxValue = "" Then intChecboxValue …

Member Avatar for Baradaran
0
75
Member Avatar for JackieW

I am pulling dates from my database using this code: [code] <% Set rs = Server.CreateObject("adodb.recordset") cmdTemp.CommandText = "SELECT First, Last, Anniversary, Ext FROM Directory " _ & " WHERE Month(Anniversary) = " & showMonth _ & " ORDER BY Anniversary" rs.Open cmdTemp, , AdOpenStatic Do Until RS.EOF AnnName = …

Member Avatar for JackieW
0
77
Member Avatar for LiBOC

Dear friends, thanks in advance for reading this: I wanted to set up membership roles for my application. I am using Visual Studio 2005 Web Development. However, I could not enter into the security tab under ASP.NET Web Site Administration Tool(In a web interface look)... they threw me this: There …

Member Avatar for Missouri_Mule
0
246
Member Avatar for savi3

HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Plz tell me how to solve this.. Am a new to this..

Member Avatar for Missouri_Mule
0
75
Member Avatar for hkarthik

hi all, how do we display a messagebox in ASP.net. i tried in this way MsgBox("<script language='javascript'>successfully saved</script>") but it displays a error message saying " [B][I]It is invalid to show a modal dialog or form when the application is not running in UserInteractive mode. Specify the ServiceNotification or DefaultDesktopOnly …

Member Avatar for reach_yousuf
0
192
Member Avatar for iahamed

http://www.bynd.net/view-addeddw/clickview.asp In detaild I have added this, please Help me. In the clickview.asp the link values are not adding having the ID as the Primary Key. When clik on the Link caled by the URL, ir redirects to the `redirect.asp ( <a href="redirect.asp?ID=<%=(rsClicks.Fields.Item("URL").Value)%>" target="_blank"> )` and goes to the link …

Member Avatar for iahamed
0
149
Member Avatar for dhingra

i wants to know about the diffrence between asp.net and java and which applications are performed by asp over java please reply ..........

Member Avatar for reach_yousuf
0
119
Member Avatar for chute20

HI Guys, Dont wanna brag about it but ive got this idea of designing a lets say movie rental website which will have a database.. idealy languages would be php and mysql.. but what i want to do is a similar website that is compatible for mobile phone.. like it …

Member Avatar for chute20
0
125
Member Avatar for munror

Hi everyone, I have this select statement which works intermittently. I'm using it to change reset the user password if they have forgotten it, however sometimes it shows that the password was reset and other times it says that the email address wasn't found in the database. This happens for …

Member Avatar for Baradaran
0
93
Member Avatar for RandV80

I posted a problem here a while ago on this topic, but had to put my project off to the side and never really got it resolved. But I have a better understanding of the problem and a clearer idea of what I need to do (I think :) ). …

0
57
Member Avatar for htmlforums

Hi, I have 2 pages in the web application, one is login.aspx and another is user.aspx. When user type the address login.aspx then it will let user keyin user and password. If the password correct, then goto user.aspx page. But, my problem now is, if let say the user don't …

Member Avatar for rapture
0
80
Member Avatar for farhana

hi , i have some problem in asp...can any one help me.. i have registration database at other website(eg.[url]www.abc.com[/url]) and i want to display its data in my other website....just display the data and perform the searching in other websitewebsite(eg. [url]www.xyz.com)[/url]....

Member Avatar for Baradaran
0
87
Member Avatar for sarah_cute

Hello everybody... could somebody help me to solve this problem?? It's only 1 checkbox that looping into many checkbox.. Then,I juz want to update the checkbox. How to get the value of the checkbox that had being ticked for save? The code as below: [code=language] <%Do Until Data.EOF%> <tr> <td …

Member Avatar for Baradaran
0
85
Member Avatar for DesignsOnline

I am having a real problem trying to get a URL complete with the full query string to appear in a mailto: I am able to display the URL sucessfully above the email link, and also in the alt text for the image that is being used in the <a …

Member Avatar for webnesto
0
255
Member Avatar for priyam_maheshwa

Hi All, I have a huge MS Access database in which requests are added at regular basis as in almost every minute.I have to modify the data type of one of the coloumns in this database,but i cant copy the database to my system and make this change and then …

0
47
Member Avatar for Ugene

Any 1 whom have done excel with asp help me pls.. i currently have these codes i need to plot a zig zag graph out,i have the graph setting out then now i have to read the data from a excel file ..i don't know how to set the range …

Member Avatar for Ugene
0
144
Member Avatar for EddySR

Hi, I've got a major headache with a SQL Union statement. Basically I'm running a SQL Union statement in ASP that is not returning the first few unions. But if I run the SQL in enterprise manager it runs fine. I can't find anything on the web that even remotely …

Member Avatar for EddySR
0
273
Member Avatar for umesh.daiya

hi, i would like to know how can i upload my website which is made in asp.net using c# while our server is lynux server? some one told me about mono project but what is mono project? my application will open on that or there will be change or what's …

Member Avatar for dickersonka
0
53
Member Avatar for simpleton

I've been learning about ASP.NET 2.0 and I have some pages that I'd like to test out. Problem is.. I can't get my WinXP Pro SP3 to serve the ASP pages. Even a basic .aspx "hello world" test page fails. IIS keeps bombing and saying "IIS has encountered a problem …

Member Avatar for simpleton
0
219
Member Avatar for puja_suri

hiii i am making a website and i want that on the click of a delete button a msg box will be displayed with two buttons and different actions to be taken on the click of these button. I dont know how to implemnet d same. Pls guide me. Thanks

Member Avatar for puja_suri
0
161
Member Avatar for timhysniu

Hello group, Im a new member in this site. Seems very resourceful. My first question is what is really .NET framework? Although quite programming background, I'm not very experienced with Vstudio and now this .NET (which I just purchased with aim to learn something) is a little unclear to me. …

Member Avatar for gever
0
206
Member Avatar for Rach68

Hi, I'm putting together a social networking site. One web developer is recommending going with them and using ASP.NET 3.0 and another is wanting to use PHP. I'm trying to find out which is better and what the difference is. For example, will one affect the ease of use by …

Member Avatar for Fungus1487
0
202
Member Avatar for spaniland

Hi All. Is there a easy way to post several records in one page without using repeat record script. The demo page is [URL="http://www.holedesign.com/asp/produkter-undergruppe.asp?HovedGruppe=24&UnderGruppe=45"]http://www.holedesign.com/asp/produkter-undergruppe.asp?HovedGruppe=24&UnderGruppe=45[/URL] The purpose is to display a range of 1 to 40 (depends of no of products in sub-category) products in a set pattern. Is it possible, …

0
49
Member Avatar for wurn

Hey all, ive tried to find the tuts with google on my problem but nothing sufficient yet. Basically i need some help on how to setup a webpage that has, text fields, yes/no and user info fields that needs to go into the MS Access database i have created. Its …

0
68
Member Avatar for punithapary

Hi, I am trying to design some webpages in that webpages i used following codes but in internet explorer i got corret wedsiging what i degisned i got the same only but if i run the same page in mozila firbox i cannot get the same page in mozila font …

0
53
Member Avatar for zappan

Hi everyone, any simple sample code that show how to implement hierargrid inside datagrid...i found there is 1 framework from denis bauer solved this problem...i just wants to know if any others sample code that can also solve this problem.

0
62
Member Avatar for OmriN

Hello Everyone, i have a problem with the application i'm building, what i need is to import Excel Data into sqlServer which is on a remote Server. the tricky part is that i can't upload any file to the server so the import has to be made on client side. …

Member Avatar for OmriN
0
168
Member Avatar for agz86

hi all.i have 2 dates in string format.i need to add these 2 dates to get the next date. is there any sql query for this?? Plz sum1 help me. urgent!! Thanx in advance...

Member Avatar for aparnesh
0
98
Member Avatar for vigneshwar
0
48
Member Avatar for ! !

[url="http://www.zoominfo.com/PeopleSearch/how.asp"]http://www.zoominfo.com/PeopleSearch/how.asp[/url] [QUOTE][b] Where did all this information come from?[/b] The short answer is that ZoomInfo found it on the Web. The longer answer is that the information that makes up this Web Summary was built from dozens or even hundreds of public sources found across the Internet, and intelligently assembled …

Member Avatar for The Dude
0
198
Member Avatar for matua105

Hello: I am using a hardcoded user name and password to let users access a specific web page. It is coded in asp. However, I now need to have users input their email addresses, but still use the hardcoded password to access the specific page. I need to either have …

Member Avatar for matua105
0
179
Member Avatar for ndodi

Hi everyone this is Eric here, can someine pls show me how to load data from SQL Database to the cristal Report i m using , I have this storedprocedure that retriever data from database [code] USE [Isando] GO /****** Object: StoredProcedure [dbo].[getMod] Script Date: 09/15/2008 23:11:05 ******/ SET ANSI_NULLS …

0
64
Member Avatar for priyam_maheshwa

Hi All I am creating a database archiving tool,in which a user can delete all the data before a date he would specify.But the problem is i am not able to create a delete query which can delete a range of data. I had created the following query [CODE] <% …

Member Avatar for aparnesh
0
81
Member Avatar for bdicasa

Hi guys, I'm new to ASP.NET and MySQL. I've worked with Microsoft Access for a while (6 months or so) so I have an understanding on how databases work. However, now I am trying to create a website with ASP.NET 3.5 and MySQL. So far I've been able to get …

Member Avatar for rainny
-1
188
Member Avatar for venkatramasamy

Hi to All, Just override some inconvenience with the session "inporoc: mode, i decided use some other and successfully implemented the SQLServer mode, But My Webserver(Webspace Provider) doesnot support for the SQlServerMode, so again i tried for some other option, this time Stateserver, it works fine in a New Empty …

Member Avatar for venkatramasamy
0
154
Member Avatar for soundhouse

I am working on a maintenance issue with some classic ASP code, and have run into a problem. When running the page, I get the error: "A name was started with an invalid character" as well as "Cannot view XML input using XSL style sheet. Please correct the error and …

Member Avatar for katarey
0
83
Member Avatar for rathor0407

Hi everyone, I am developing one tool for inventory management. In which whenever I issue any thing i have to send the mail to that user. I am using asp and vb script to develop this tool. help me please. thanx in advance

0
46
Member Avatar for punithapary

Hi, I am trying to learn asp.Can anyone tell me how to run asp and wr we type code is this possible to type the code using Macromedia Dreamweaver. Thanks and Regards Punitha Pary

Member Avatar for stephen84s
0
74
Member Avatar for whisper_101

I have always wondered? When you submit a form in ASP the page refreshes so in order to edit a value you have to press back on the browser or at least that is what I have been doing. Is there any way you can hold that value so that …

Member Avatar for aparnesh
0
107
Member Avatar for sparf

i have a webpage running where it goes to an SQL Server and displays the data that's returned from it. however, the users can select to see some data or a lot of data. in the ' a lot of data ' version they are going to get 10,000 records. …

Member Avatar for sparf
0
106
Member Avatar for cmoc

i am new to asp and would much appreciate your help with my problem. i am trying to retain the selected "state" input from my form's drop down menu after it is posted and then gets returned to the form page for incorrect or additional input on the form. Presently, …

Member Avatar for aparnesh
0
287
Member Avatar for ardeezstyle

Hi everyone! this is Rupam, I've been building a web application where I need to include a web page where I'll display images from two different tables in a database. I want to show only two images one from each table at a time, i.e. in one page. What I …

Member Avatar for cj9000
0
97
Member Avatar for Raj.Acharya

Thanks in advance. I want to develop iPhone web application using asp.net can any one guide me how to develop iPhone application in asp.net

Member Avatar for Raj.Acharya
0
83

The End.