5,691 Topics
![]() | |
Hello! I'd like to ask for some help. I'm using Visual Web Developer to create a web site, in which members can log in. It has the default aspnetdb.mdf database, in the app_data folder to store the member's data. This works quite good offline. My only problem is that I'd … | |
Hi, I have a problem accessing server time using javascript. I'm making a home page in asp and want to access server time using javascript. What i'm doing presently is accessing server time in vbscript, and now want to display this in a javascript calendar which i hav already made. … | |
I m using asp.net 3.5(visual studio 2008) and sql server 2005/2000. I want code for validation of Account number and password. i.e. when user enter the Accountno and password and click submit button it should check the data with that enter in database. If it is correct it should go … | |
How to create my own multiple languages translator in ASP.Net 2.0 ? | |
I'm still working om 2003 version since company's project is devloping on it. Persons who worked previously on 2003 version kindly highlight the difference or simply provide link for such article with Regrds Dev:idea: | |
Hi, I was new to c# and asp.net .I want to create a simple login page using ASP.net with c# code behind.I had 2 textboxs(username and id) and 1 button control.I stored all the username and id in MS ACCESS database.Database name "user.mdb" and table name "table1" (only 2 fields … | |
Hi all, I want to make web application with database using mySQL. I too having googling for this matters, and there are two solutions : 1. Connect via ODBC 2. Using third party Is there another solutions for this matters ? _-ThxZ-_ | |
[B]how to retriving gmail inbox in asp.net 2.0 using vb :?: plz somebody help me :icon_rolleyes: [/B] | |
I’m using Visual Studio 2005, ASP.Net 2.0 and SQLServer 2005. I can save .doc files into a binary column in the database. I can open .doc files from the database and view/edit them in Word. I want my customers to have free access to their Word documents. If they want … | |
How to Send message from ASP.net 2.0 application to Mobile ? | |
I am using JScript.net project and GlobalResources are getting compiled every time I compile the website using web deployment project with a new filehase. Can any one help me why this is happending. Thanks Bhanu | |
Hi (First time user) I am developing a team unit leader page. On my page I have a table with one column and multiple rows with each row having a department name. I would like to do two things but i'll focus on one for now. When i click on … | |
I am using ASP with MS Access Database to create a photo album there are two tables in the database tblGallery and tblPics each table has the following columns tblGallery = [galleryID] [galleryName] [galleryDate] tblPics = [picID] [picCat] [picName] tblGallery.galleryID = tblPics.picCat in order to create a relational Database and … | |
Hi all, i want to create one crystalreport from following storeprocedure [CODE=SQL] CREATE PROCEDURE dbo.usp_proc1 ( @ID as int ) as declare @Var1 as varchar(1000); set @Var1 = ' select ID,Name,Email from Demo where ID='+Convert(varchar,@ID) print @Var1; exec(@Var1); [/CODE] This is not the actual code but its a demo of … | |
I have a simple form that collects names in time slots. The form lists all the time slots with the names and blank spots available. The problem I'm running into is people are overwriting other names so they can get a time slot they want. I've done some research and … | |
Hi all, I am unable to write the code for EXIT button like displaying a message box for confirmation and if user clicks on OK then the application should be closed and if the user selects CANCEL then he should be in the same page.. I tried using Me.Close() but … | |
Hi I am using custom database to store data. I have two tables :Customer(CustID,Fname,Lname,Fullname) and User(UserId,Emailid,Pwd,CustID(FK)) I want to retrieve the Fullname from Customer table based on logged user's Emailid. How to collect the EmailId and pass to sql query. Any help appreciated. Thanks in advance ben | |
Hi, I have a database table which stores the information on the Node relationship. In the table tblNode, I have : [U][B]tlbNodeRelation[/B][/U] [B]NodeID[/B] - (The ID of the node) [B] ParentID[/B] - (The ID of the Parent Node) [B] Position[/B] - (The position this Node is in under the Parent … | |
I'm in my final year project building the project entitled "WEB CONTROLLED ROBOT". I that i need the live video captured by the robot should be displayed over my asp.net page. I could not find any related links If any one aware of this kindly inform me about this. Since … | |
i m using session in my website(ASP) but after logging in if i don't acccess the page for 5 minutes session expires n if i continously access some pages then after 15 minutes session expires.i have used global.asa file then same problem occurs and if i dont use global.asa then … | |
[B][COLOR="Red"]Hai...plz anybody help me in deploying the asp.net appln....[/COLOR][/B] | |
I want to generate a tree view using asp in which when I click the file (not the folder) the file should be deleted I found this on net but how can I modify to delete a file when clicked on it. [URL="http://classicasp.aspfaq.com/general/how-do-i-generate-a-treeview-from-asp.html"]http://classicasp.aspfaq.com/general/how-do-i-generate-a-treeview-from-asp.html[/URL] [URL="http://www.aspwebsolution.com/articles/coder4life/treeview/asp/index.htm"]http://www.aspwebsolution.com/articles/coder4life/treeview/asp/index.htm[/URL] | |
Hi, I am working with a website that using the AspNetSqlMembershipProvider to store the user profiles data. I have discover that the User Profiles data are stored in the database named ASPNETDB.MDF, in the table aspnet_profile. The profile data are in : column PropertyNames and PropertyValuesString. It has the Data … | |
Hi, I have a problem that I want to solve and I was told that I could use ASP.NET caching to solve it. Below is my scenario: [B][I]Users are required to fill up a certain type of questionnaire which has a deadline that is set by an administrator. Take for … | |
[COLOR=Blue]I require some help regarding image comaprison application!! I am devloping Image Comparison Application in ASP.net which compares images irrespective of it's format,size and gives result in Percentage Format!! [B]I want to know whether it's possible to comapre 2 images using asp.net irrespective of their format,size and result should be … | |
I am wrote a file del.asp where I am deleting a file but I am getting the following error Error Type: Microsoft VBScript runtime (0x800A0046) Permission denied /asptreeview/del.asp, line 9 The code which I wrote is as follows... [CODE]PhotoFile = "/asptreeview/asptree/" & Request.QueryString("file")(1) PhotoPath = Server.MapPath(PhotoFile) Response.Write(PhotoPath & "<br />") … | |
I want to call asp function in anchor link click. Is it possible to call server side function from client side action. I want to delete file from server when user clicks the hyperlink... Any help please... Regards venkat | |
Hi all, I am new to asp.net programming and i am using asp.net calender control the code tht i am using is [CODE]Protected Sub btn_dob_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btn_dob.Click Try If (txt_dob.Text.Trim() IsNot DBNull.Value) Then Calender2.SelectedDate = Convert.ToDateTime(txt_dob.Text) End If Catch ex As Exception End … | |
I got this script from [URL="http://www.w3schools.com/asp/asp_send_email.asp"]one ASP tutorial (click here to see it)[/URL]: [code=asp]<% Set myMail=CreateObject("CDO.Message") myMail.Subject="Sending email with CDO" myMail.From=mymail@mydomain.com myMail.To=someone@somedomain.com myMail.TextBody="This is a message." myMail.Sendset myMail=nothing %>[/code] replaced [email]mymail@mydomain.com[/email] and [email]someone@somedomain.com[/email] with 2 mail addresses of two mail-boxes that I have on [url]www.yahoo.com[/url] and uploaded this script (as … | |
hello. i am trying to create a simple e-greeting card sytem that can send send greeting card via e mail to many recepients at the same time on our existing database system.Any ideas or references would be highly appreciated. Our existing system is built using ASP,HTML and Javascript. Thank you. | |
Hi I have been working as an Sr S/w Engg on the platform VB6, SQL Server 2000, and Crystal report. I joined a new company recently and they have plans to migrate their VB6 product to Web based product. I am very enthusiat to get myself into Dot net platform … | |
Hi I have dropdown list in my asp.net page.I wrote a below coing coidng in the `SelectedIndexChanged`, protected void cmb_Se_SelectedIndexChanged(object sender, EventArgs e) { SqlConnection con=new SqlConnection("Data Source=20.1.2.58;Initial Catalog=Customer;User ID=test123"); string str = "select ExecutiveName from Executive where TeCode='"+cmb_Te.Text+"'"; con.Open(); SqlCommand command=new SqlCommand(str,con); SqlDataAdapter adpter=new SqlDataAdapter(command); DataSet data=new DataSet(); adpter.Fill(data); … | |
Hi, I'm developping a small website using VS2005 and SQLServer Express. This website will be deployed in a local intranet. I don't know how and what should I install on the pc that will contain this website. Can any one help me please? Thank you in advance, | |
Hi I am Raviteja new to web development. I need to upload a file to a server say "abc" and later i have to us the path of the file that is uploaded to a server.I am using VB.I know how to upload the files to a local client folder(say … | |
this is related to link exchange i have a form field where user can enter his website url or code with anchor tag to display hyperlink. i want to validate the input from user is done properly for hyperlink code(not allow any other html code). Can anyone suggest me how … | |
Hello everyone, I have an ASP chat inside an IFRAME. The ASP file is hosted on a different domain than the main website. When the user logs on by entering their name, the chat stores a cookie so the user can start posting messages. However since the cookie is stored … | |
hi I am working in asp.net,vb.net I have to copy all files from 1 folder to another folder through coding using system.io the files in the new folder should remain with the same name how to do this. | |
What are the differences between ASP.NET and ASP? | |
sir I want to know how to call any exel sheet in asp.net | |
Hi i want help for my following queries *whether caching a database drvien asp page can help improve its speed. *what is the method of caching *can caching cause a lot of memory consumption | |
Ive done an asp site - it all works perfectly on my local machine and also when i upload it to a test area in one of my other sites ive done (hosted by fasthosts) but when i upload it to the clients test area it doesnt work - it … | |
I have a website that I developed in Visual Studio Pro 2008. I have a series of .aspx pages. How do I make it so another person can see these pages on their browser? (like HTML pages). I've tried saving the extension to .html, but the VB design doesn't show … | |
Hi, I have developed one application which should be accessible only if valid certificate from particular CA is installed on client browser . I am using VBscript for writing the code. I am using Request.ClientCertificate collection to get the details of certificate for validation purpose. Now i want to make … | |
Hi, Before migration: Existing application (running on .Net 1.1) is using custom control developed by inheriting TreeView control of Microsoft.Web.UI.WebControls and displays data (country & its city’s) in heirarchical format. After migrating existing application: the same custom control is not displaying data in hierarchical format, only country node is being … | |
Is there any limitation for number of Asynchronous threads that we can create using ASP.net with configuration: IIS6.0, win 2003 server, net2.0, webservice, app pools. | |
we are developing a web site which must support multi languages. so we use .resx files. the user must be able to edit the content of the resource file after the deployment. we could not be able to put .resx files in to App_GlobalResources, the .resx files are compiled to … | |
Sir I am a developer so i want to know how to upload any file in server using asp.net .please do me a favour for this. | |
I've installed with my tomcat, connected to sql with jsp and did the same thing with asp.net I've checked the speed with for loops as seconds but I've posted to be sure, thanks. | |
How can I send a Crystal Report to Email through Active Server Pages (ASP)? if some one can post a sample code for it, i will really thankful to him. i am using seagate 8.5 and asp 3.0. thankyou in advance regards |
The End.