5,691 Topics
![]() | |
[COLOR=#000000]I want to update the current user to UserName field in my database from a login control which identifies the current user as <% = CheckLoginStatus1.CurrentUser.UserName%>.[/COLOR] [COLOR=#000000]I have a datagrid with the update function. It is able to pick the current user, but the database UserName field does not get … | |
Hi, I'm trying to connect to the active directory using asp. I'm having problems with logging in, what happens is the username accepted is not the user logon name but the displayname is accpeted heres the code: [code] Dim oRootDSE, oCon, oCmd, oRecordSet,oRecordset1 Dim sDomainADsPath, sUser, sPassword, sGroup, sProperties Dim … | |
I developed a web service in VS2003. The prototype ran great. I fully developed the functionality and in the meantime upgraded to VS2005. Now I can't get my web service to run. I referred to [U][URL]http://msdn2.microsoft.com/en-us/library/ms228268.aspx[/URL][/U] At the MSDN site I am told that the compilation tags for VS2005 now … | |
Hi, I am having problem with my Editable GridView. I am selecting columns from SQL-Server 2005 DB using a store procedure [with multiple tables in it] and then I wrote UPDATE and DELTE statements in the GridView query builder. When I run the page, Select and delete works fine but … | |
please I have a project include crystal report am seraching about anny company support asp.net and crystal report this is urgent please help me | |
hi all, I need to create a zip file which can hold atleast 50 images.I have searched in net and found that there is a component which can help me with this. But i dont want to use a free component.I must be able to create a zip file in … | |
I have just started a website where i want a voting booth. i wanted to learn asp but cant run ito n xp home edition. ive started learning php but am totally confused about what else i need to download i.e my sql, apache... could someone explain to me what … | |
hi I am shiva and I am making a web application in asp.net. I want to use "file open dialog box" control in my web application. But I cant do it because I dont know how use of "file open dialog box" control in asp.net. So please help and provide … | |
Hi, I am facing a strange problem.... I have a datagrid in which has a few textboxes. 1 of these text boxes is un-editable (it is a computed value). The computations for that textbox have been done using javascript. In the asp page the value is taken using Find Controls. … | |
Hi, I need some help regarding to the tab strip using ASP .NET. I have created a customer's info page. Instead of displaying all the customer's details in one page, I break them up by using tab. So, how should I pass the result from one page to another? At … | |
Hi there, I am a newbie to asp.net and i am using asp 2005. Now i am trying to create a webservice site. My plan to to create a webservice function that will reaturn a oledatareader and beleow is my code: <%@ WebService Language="VB" Debug="true" Class="WebService" %> Imports System.Web Imports … | |
Hi, I have a web page which is developed using ASP.net code behind is VB.net. I want to print the page by clicking HTML button control but I dont want to print the print button control which is there in web page. I tried with window.print() but it is printing … | |
How to upload Images to SQL Server database using ASP.NET tools. Also how to retrieve those saved images from SQL Server and display them onto DataGrid. Visit: [URL="http://www.programmingknowledge.com/ImageUpload.aspx"]http://www.programmingknowledge.com/ImageUpload.aspx[/URL] | |
ola I need to copy a file from one directory on my server to another. The thing is, if the file already exists in the destination folder, I need to copy it with a different name (i'd just like to add a 2 or something to the end of the … | |
hi, i m novice to asp.i m using one stored procedure in sql server2000 which is using cursor.this is doing the following things 1) select the peticlur records from one table 2) insert the record in another table relavant to retireved ID 3) select the second table values i m … | |
Hi We are running an ASP Website and we want to prevent the client opening our site in more than one instance of the Web Browser.Any help will be taken with deep gratitude. pckumaran:confused: | |
[COLOR=#191970]sorry..i have to expalin again about my code. at my frist page, i populate a drop down menu list from a database. when the user drop down the menu and choose the category (daftarstok.asp), it will display all the record that related on the 2nd pages (daftarstok3.asp). and then..on the … | |
[COLOR=black]I cannot login in the system. it gives this error. i m using sql server 2000. do i need to make changes in sql? plz help me. :sad: [/COLOR] [COLOR=black][/COLOR] [COLOR=black] [/COLOR] [COLOR=black]Error Type: Microsoft OLE DB Provider for SQL Server (0x80004005) Login failed for user 'Administrator'. Reason: Not associated … | |
Hi, This is karthik. I got a problem in ASP. I want the user to upload an Image in which he will be selecting the image from his own local machine or any external device. After selecting the image by the user it ll be viewed by him. Now i … | |
Hello, I have to send an sms through asp.net web application, i am not getting any idea how to go through this. Any Suggestions Regarding this are Welcome.. Regards, Siya | |
Any body know how to make Active X work on Netscape Look at this site - i need it to work on Netscape... [URL="http://www.mypccenter.com/"]http://www.mypccenter.com[/URL] The ActiveX create an easy to understand one page report summarizes all information on one page. See a sample report here: [URL="http://www.mypccenter.com/onepagereport.asp?ID=F9678A891213BE7C450F89"]http://www.mypccenter.com/onepagereport.asp?ID=F9678A891213BE7C450F89[/URL] Thanks. | |
hi everybody i have developed a mobile web site using VS.Net 2005 and C#, and its working fine, but the problem is that i cant publish my page on the internet. I already have a domain and i tried "as many ppl told me" to just copy your files to … | |
... with all of the scripts and forms layout in the same html page? I need a "stand-alone" html page that is a simple email form (with email address, subject, message and submit button to have it email me). I don't have the time to go and learn scripting languages. … | |
Basically, i have created a list of components which i believe to be compatable, and should build a nice system. Please would you take a look, and feedback with any comments/recommendations you would like to make, even if it is jus to confirm the parts will fit together and run … | |
Hi All:) I have had major problem with my computer. It all started a few weeks ago. My windows explorer is not working it kust closes down then refreshes and my Internet explorer is not working. This is a major inconvenience and any help would be greatly appreciated!!!! Here is … | |
[B]Intro[/B] The Sun Microsystems’s Java Server Pages technology allows you to rapidly develop and easily maintain rich, dynamic web pages. As a part of the Java family, JSP enables development of web based applications that are platform independent. The web applications build using JSP technology works with a wide variety … | |
hi! can somebody help me? I use asp.net 1.1 (that's requirements) to create new website. I stuck with the following code. I created template such as: using System; using System.Web; using System.Web.UI; namespace Moft { public class BasePage2 : System.Web.UI.Page { private string pageTitle; ...} // Base Control Class to … | |
Hello Sir I need an idea that when some customer enter his/her information in our web site, we got that in our ID and now we want to send back a welcome message to tell him/her that u have succesfuuly contacted us like this , but on to his/her email … | |
Hi there, My plan is just to display the parent and chile page name/id on my wep pages. So what I am trying to do is to put a label control in each page to handle the display. Is there a control that handle this thing. Or how can i … | |
[COLOR=#000000]Hi, [/COLOR] [COLOR=#000000]I’m facing this problem when I create a project by using [I]“ASP.NET Web Application”[/I], the error message is prompt out like this [B][COLOR=darkred]“Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or … | |
Hi all, Currently, I'm looking for an upgrade for my graphic card. A card that is below $100 and have better perfermance than my *NVIDIA Geforce4 MX 420* and can handle the game graphics such as world of warcraft. My computer model is Dell Dimension 4550 with 1GM ram and … | |
Hi, I have created a asp.net application.when i try to execute the application, I am getting this error. Access to the path "c:\windows\microsoft.net\framework\v1.1.4322\Temporary ASP.NET Files\webApplication1\5163874c\83859bc7" is denied. While searching the net,i found this solution. To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and … | |
Primary responsibilities include providing technical and creative solutions for service delivery by visiting customer problems sites, while ensuring customer satisfaction with Microsoft SQL, Networking, BackOffice and Desktop software. The successful candidate will be capable of performing on-site support of on-going support activities including but not limited to Premier Support, supportability … | |
Hello, I cannot change the wallpaper on my winxp machine. I can change the screen saver, themes, etc., but the different options on the wallpaper drop-down don't respond. The only thing I can change is the background color. If I click on a picture on the web and try to … | |
anybody know any tricks for executing aspx pages from asp pages. basically I need to do something like this [code] <% strResult = Server.Execute("otherPage.aspx") %> [/code] I know that you can't actually execute a .Net page from a classic page but I'm hoping somebody knows a trick to get the … | |
Hello friends I m entirely new to ASP.Net language. I dont know anything about this except basics of object oriented programming. Can anyone suggest me good books to study ASP.Net and tell me the differences and similarities between ASP & ASP.Net. Thank in advance.... | |
here is my HJT i have read forums here and i have tried numerous things but still no luck so here we are with the [URL]http:///?%20google.com[/URL] problem. i have ran panda active scan, adaware, spybot, and ewido and still having this problem all help is needed thanks here is the … | |
I was advised from the Tech Talk Forum to post my "Hijack This" in this Forum. I've had quite a few viruses and trojans in my system. I've run Ad-Aware, NoAdware, Spybot, PCBug Doctor, Scan & Repair Utilities and I ran my AVG Virus scan several times. My system is … | |
hi, i m novice to asp.i m using one stored procedure in sql server2000 which is using cursor.this is doing the following things 1) select the peticlur records from one table 2) insert the record in another table relavant to retireved ID 3) select the second table values i m … | |
hey all. need some help here. using ASP, I am opening another .asp file (as a text file), and reading it line for line. At one point in my script, i have to say "if a variable contains the string: '../flash/<%= flashSource%>' , do something. however, when i try to … | |
Hi there I have to create a couple pages where I need to, in the end, send an email through ASP. I have done a couple of previous pages and they seem to be working pretty fine. However, I need to now send attachments in ASP Email. I went to … | |
Hello, i'm new to the forums, i stumbled across some of your threads fixing peoples computers with similar problems. i tried some of processes to no avail. So far programs i've tried include Ad-Aware. Spy Bot, Cleanup!, Ewido anti spy-ware, and the anti virus i tried were AVG and Drweb … | |
Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\Program Files\Windows Defender\MsMpEng.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\brsvc01a.exe C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\system32\brss01a.exe C:\PROGRA~1\COMMON~1\AOL\ACS\acsd.exe C:\Program Files\Symantec\LiveUpdate\ALUSchedulerSvc.exe C:\WINDOWS\system32\Brmfrmps.exe C:\Program Files\Common Files\Symantec Shared\ccSetMgr.exe C:\Program Files\Microsoft SQL Server\MSSQL$MICROSOFTSMLBIZ\Binn\sqlservr.exe C:\Program Files\Norton AntiVirus\SAVScan.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\wanmpsvc.exe C:\Program Files\Common Files\Symantec Shared\ccEvtMgr.exe C:\WINDOWS\Explorer.EXE C:\Program Files\Common Files\Symantec Shared\ccApp.exe C:\WINDOWS\system32\carpserv.exe C:\Program Files\Synaptics\SynTP\SynTPLpr.exe C:\Program Files\Synaptics\SynTP\SynTPEnh.exe C:\Program Files\ATI Technologies\ATI Control Panel\atiptaxx.exe … | |
Well, I used to have a Geforce Fx 5200 256mb Card. I just decided to update to a Geforce 6200 512mb DDR2 AGP card, but ever since I did that I have been having major video problems. I cant play my games at all now, it worked fine earlier but … | |
hi everyone i deleted a cookie in a page like... response.cookie("cookie_name").expires=#December 31,1990 00:00:00# but the cookie is still active in another page. wHY? or is there an anoyher way to delete cookie? | |
im a trainee in asp i want to connect my asp withsql , can anyone help me.. or send coding or site adrresses mail me | |
My doubt is Am using Microsoft SQLSERVER as the back end with Visual Web Developer Express Edition as the front end. In one of the Forms,I do have the DropDownList which contains the names of the Employees. When I click each name from the dropdownlist..the corresponding datas of that Employee … | |
I am wanting to know what ways to attempt to do this. I want to set up an ASP >NET database service. The database (MySQL) will be hosted by a web hosting company which mya not be secure. I am thinking the best way to store clients' data would be … | |
For my work, I am making a web application for our intranet that will query our accounts, and based on the input, will pull out the appropriate contact's email address to send a pre-scripted message. I can't seem to find a good answer on the net, but my question is: … | |
I am working on a personal project as part of learning ASP.Net and I can not figure out how to do this. I have code that is VB for ASP 3.0 and trying to translate it to ASP.NET. It reads data for a MySql Database and displays it on the … |
The End.