1,828 Topics

Member Avatar for
Member Avatar for maxpaine69

Hi all, so the main problem i have is this, i hidded my menu from the non logged people, when a pesons logs in the menu must show, but it isnt happen, i know the code work becaus i tested it and the menu apears but when in the login …

Member Avatar for annaharris
0
133
Member Avatar for maxpaine69

Hi all, im trying to get data of the data set varyable, but im only receivinf 0 from its, can anybody tell me how can i get the data i want from the datatable.

Member Avatar for tinstaafl
0
120
Member Avatar for de Source

Hi, i am making an asp application and in code behind file i am trying to bound drop down list from tbl_teacher in which i concatenate the first and last name by this query `string sqlStatement = "SELECT teacher_id, fname + lname AS Name FROM tbl_teacher";' and it is working …

Member Avatar for de Source
0
267
Member Avatar for George_91

Hi, Im working on a project in asp.net with C#, I have done a report (using Crystal Reports) but I can't find a way to show it in my site. I create a new .aspx which has a Crystal Report Viewer (connected with the Report previously created) and I have …

Member Avatar for M.Waqas Aslam
0
220
Member Avatar for MasterHacker110

I am currently working on a big webpage project. I basicly need to create webpage that one can create your account with. I have the HTML part covered. I need to make a script in the client side of the webpage so that it will send the information e.g. First …

Member Avatar for MasterHacker110
0
209
Member Avatar for darkelflemurian

Good day everyone. i am having the following problem: i have an aspx page which has an iframe on it. the iframe resizes according to the content with no problem at all. but there comes 1 page that has an update panel inside and when i display the page in …

Member Avatar for JorgeM
0
87
Member Avatar for cyberdaemon

Good day, I am having trouble with the excel file that i was uploaded.. after i uploaded the excel file i want to validate each header and each datatype of it. just to make sure that my dbase has integrity.let say i have 10 columns. Is there a way on …

Member Avatar for Nalestard
0
270
Member Avatar for Pluribus

Hi everyone I was wondering if it was possible to update two tables in an access database with the same data input from a single form without doing anything to the actual database itself ie linking tables etc? I have asked this in other forums but have been shouted down …

Member Avatar for Pluribus
0
478
Member Avatar for shadi_shanak

**Hello All.** I have a Website built on .NET with the following specificatoin: - dot net framework 2.0. - windows server 2003. - IIS6 . - Used Role Provider and sitemap to generate my main menu for each user Role . - Used web.config files in each subfolder to secure …

Member Avatar for LastMitch
0
247
Member Avatar for Baradaran

I have created a page which is supposed to pull some information from a mysql database and display them. Another page is supposed to save the data to the database. The problem is, that I am not even able to get the data in Persian or Arabic displayed correctly, instead …

Member Avatar for LastMitch
0
285
Member Avatar for sharon.chapman7

Hi, I have an asp html page that allows the user to input data into a web page. When they click the submit button it calls a default.aspx.vb. The ISPostback is always false so it skips my sql add parameters. Here is the code: <%@ Page Language="VB" AutoEventWireup="false" CodeFile="default.aspx.vb" Inherits="_default" …

Member Avatar for nicz17
0
288
Member Avatar for jelly46

I am developing a page so i can parse information from one page to another. one page has three options and when the users clicks on the options they was want they then click on the send button. That choice will be seen on the next page which is past …

Member Avatar for nicz17
0
219
Member Avatar for dendenny01

<% @ language="VBScript" %> <% Option Explicit %> <html> <body> <% Dim I,j For I = 1 to 4 For j = 1 to i Response.write i Next Response.write "<br>" Next </body> </html> Output: 1 22 333 4444 Please explain me how this output is formed. One bellow the other …

Member Avatar for gian88r
0
163
Member Avatar for irfan.motiwala

my asp application want to read data from [URL="http://www.kse.net.pk"]www.kse.net.pk[/URL] how this is possible

Member Avatar for gian88r
0
240
Member Avatar for bezzel.zubber

I want to maintain the session into html pages but I have problem of finding a way to pass the session variables into html pages. So this is my login.asp code. <%@Language="JavaScript"%> <html> <body> <% var Conn=Server.CreateObject("ADODB.Connection"); var DSN="DSN=file"; Conn.Open(DSN); var Rst=Server.CreateObject("ADODB.Recordset"); var sql = "SELECT nme,userid,userpwd FROM student WHERE …

Member Avatar for hometownnerd
0
231
Member Avatar for aparnesh

Does anyone know a good method of generating bar/pie/line graphs in ASP ? I cannot use any commercial third party tool. Also I can't use any OCX or flash components. My data is in Oracle which I am connecting using ADO. The graphs have to be generated dynamically from the …

Member Avatar for AleMonteiro
0
236
Member Avatar for Pallavivt

Hello I am new in ASP what i want is to retrive the records from excel sheet and show them on an asp page in tabular format i tried to do it with ADODB.Connection conn.Provider = "MSDASQL" conn.ConnectionString = "Driver={Microsoft Excel Driver (*.xls)};DriverId=790;DBQ=" & Server.mappath("/"& excelfilename) &";ReadOnly= false ; UID=admin;" …

Member Avatar for cyberdaemon
0
2K
Member Avatar for OnlineD

I have just about reached the limits of my knowledge with a SQL statement that I am trying to write that pulls in data from multiple tables. Basically I have a situation where I have a Fund in one currency and a Share class in another currency. Investments are made …

Member Avatar for cyberdaemon
0
171
Member Avatar for Sterotech

Hey everyone. I've had trouble with IIS. When I try to run an ASP page, IIS gives me an error message that there is no handler attached to the file extension. The version is IIS 7.5. Does anyone perhaps know what the problem can be? Or can anyone please recommend …

Member Avatar for Sterotech
0
139
Member Avatar for happygeek

...and the Microsoft AJAX Library, err, and the ASP.NET AJAX Control Toolkit. Yep, Microsoft has not only finally come up with an official name for the AJAX technologies which until now have been known collectively as ‘Atlas’ but has also split it into three individual products. All are expected to …

Member Avatar for LastMitch
0
667
Member Avatar for pereubu123

The logo header contains one or two logo image file supplied by clients with variable size. There is a several lines of text, which varies from one product to another used by our clients. So the usual header is not of constant size. That is our big and important problem …

Member Avatar for LastMitch
0
239
Member Avatar for NFS1

I am creating a online car booking system, where a user is able to rent a car by per hour or all day. Below is the form i have created using formview: [IMG]http://i697.photobucket.com/albums/vv333/POLO_GTI_6N2/booking.jpg[/IMG] And here is the C# code i have created so far to transfer the data to the …

Member Avatar for NFS1
0
369
Member Avatar for josverhoeff

My vb6 to vb.net converted application performs about twice as slow as the classic ASP version. Here is the setup: I have an old ASP application that uses for most of its function calls a vb6 dll of 30000 + lines of code. I managed to convert the dll into …

Member Avatar for TnTinMN
0
520
Member Avatar for RCDAWebmaster

Hi everyone, I’m getting the following error uploading a file with asp. I’m using the code I downloaded from uploadasp.zip. I don’t know who wrote it so I can’t give credit. I've checked my local dev box here and I do infact have the correct directory permissions as far as …

Member Avatar for remunance
0
375
Member Avatar for mshauny

I having been working on java web-start applet for serial communication which I now need to integrate and make it invoke able from an ASP .NET webpage / application. I have tried numerous ways of doing this which all have not yielded anything progressive. including but not limited to the …

Member Avatar for JohnnyCash
0
445
Member Avatar for mrbarbarik

Hi all, I just want to know if there any asp code can make auto redirect from one page to another page when the session timeout end ? Any solution for this problem ? I need a solution ASAP, so help me please. Thank You.

Member Avatar for remunance
0
126
Member Avatar for jm1999

I have a Contact Form for my client's website and I will be using a contact_form.asp file for email scripting. That is my only choice for my client's hosting site. I have spent many hours googling for more .asp information and all I am seeing for .asp script of info …

Member Avatar for JorgeM
0
151
Member Avatar for razstec

Hi all, can someone help me get the content of a div in a web site in another domain? Im a little lost with this. thanks

Member Avatar for razstec
0
192
Member Avatar for grafic.web

Hi there i woul like to pass my variable "testiframe" from javascript to asp, hw can i do??? Thi is the code : <script type="text/javascript"> if (location.href != top.location.href) { testiframe="ok" } else { testiframe="ko" } </script>

Member Avatar for Seacanoeist
0
110
Member Avatar for priebd1

Hello, I have a CSV file that has a dynamic number of columns and rows. I would like for each value in a row to be in an array and then that row to be in an array therefore creating a multidimensional array. I need this done in ASP. I …

Member Avatar for JorgeM
0
947

The End.