5,691 Topics
![]() | |
Hi there, I am developing a page (using a button) to upload a file from a server , and I need the file instead of being viewed on the page it self, to be showed as a link only and this link is saved in a data base , then … | |
HI expert, I have a ms access data base with few tables and 1-2 queries and 1 main form. the problem is this Data bAse is in multiuser enviroenemt and becomes very slow. I'am thinkinh to build a n ew web based application ( c#, asp) . Is it possible … | |
hai friends, I am developing a job portal applicaton using sqlserver ,asp .net, c# .net. i completed the uploading the resume file into database.i am getting a problem. while upload a file my client says the file download and while the application it can be opened in the browser.but how … | |
I found almost in all forums and discussion boards that ' Currently Active Visitors : 11 ( 2 Member & 9 Guests ) ' And Display the Member name . How to do it in Classic ASP ( with Dreamweaver or by coding ) . Please | |
Dear IT Gurus, I am having a number of browsers (IE, Mozailla etc) connecting to a server. What i would like to have is some sort of unique way of identifying the machines from which the users are connecting (not the browser identification but machine identification). The server has a … | |
hi ... i want send email in the my application server to other email address.. below the code i used but not working plz help me....... Code header file: [code=asp.net]using System.Web.Mail; //if i click the button send mail to other email address..i used below the code........ MailMessage mail = new … | |
Hello sir, I am using Visual studio 2005. i want to split the forms into 2 parts. The coding must be displayed on the left side And the output for that on the right side. Thankyou sir. | |
I have an aspx form. It works. It submits. Now, without going into ANY OTHER FILE, I would like to add a field or two. Is this possible? I've tried it but those fields never send their data I've tried copying a field and changing NAME to NAME2 but still … | |
Please provide me the code for REMINDER in ASP.NET with C# | |
hello..i got some question about downloding and save the image from other server to my server and also change the file name. i have no idea on it. i hope can get some help from here. let say i have a url that pass back from the Picnik API like … | |
I am using an existing .aspx form that will submit a few fields and a comment box. It actually works! Now, I open that form in Dreamweaver and copy...let's say...the NAME field and all its guts in the td section for it, and reinstance it to NAME2 in a few … | |
Hi Friends, Am new for Asp.net..... How can i use Radiobutton in Asp.net using vb regards, vishnukumar sr | |
was directed here by another member...great site! (am a newbie and I recently posted this on MSDN with 0 replies, am hoping someone can help here - you do not need to know VFP, just need help formatted a correct string that ASP will honor), Current Setup: Using: Visual Web … | |
I am studying VB.NET in a VB 2005 book, but using VB 2008. What is wrong with this code? I am using ASP.NET to write a web page. For each reference to: ResultFahrenheit.Text ResultCelsius.Text ResultKelvin.Text I get errors that say: Name 'ResultFahrenheit' is not declared. Name 'ResultCelsius' is not declared. … | |
How can I detect if ASP.NET is registered or not (programmatically)? I've read a lot of posts about checking register, for example: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\..., but I have not this key at all, and about existing the folder "C:\Inetpub\wwwroot\aspnet_client"(but it can be absent) Also I can't use the Metabase.xml because it has … | |
hi.. i want to tranfer username and password from one server to another with encrypted format. Pls help me Aaadi | |
I am facing problem in asp.net. Problem is : Session objects is not working properly.in the sense some times it will work some times not(getting empty). Plz Can anyone help me in this . Its very urgent !!!!!! Eg: In web.config - In <Sessionstate timeout=30>,but before 30 minutes only its … | |
I am having a problem when reading xls file. I dont want to upload the file on the server. I just want to read the file which the user is going to post. Note: This file in not on the server and i want the file format as .xls (not … | |
Hi, I need to reset all the values of elements in my form to empty string. But the problem is that the form can be reset but the variable still holding the value of y previous input. For exp, Input 5 value at first time. Input 2 value at second … | |
Hello, im a rookie i would like to connect to a MSSQL2000 server Retreive information post it on the website then detele it on a condition please help i have compiled this so far. [code=asp]<% '* database server parameters Dim serverIP '* ip adress Dim serverPORT '* ip port Dim … | |
I wish to preview ASPX files in Dreamweaver 8 but I wonder if I need to install extra software other than the Dreamweaver 8 software to setup a test server. Does Dreamweaver software know how to interpret ASP files? If so, why does one need to setup a test server. … | |
Hi I am doing a task of mail sending from different mail id's to different mail id's . I have a domain of rediif. when i am sending mail using my domain id then all mails are sent successfully but from other mail ids its not .. can anyone help … | |
I'm trying to sending Email through my web application from Gmail by using Sustem.Net.Mail.SmtpClient My code is [CODE] string To = "doctor_ofvet@yahoo.com"; string From = "doctorofvet@gmail.com"; string Subject = "The Famous"; string Body = "Hello World"; SmtpClient Client = new SmtpClient(); Client.Send(From, To, Subject, Body); [/CODE] I put this code … | |
I want to know requirement for sending mails in asp.net plz guide Me | |
Hi My Uni assignment is to develop a flight Reservation using ASP and Ms Access database. I have started it and got stack with how to code a select from displayed flights using Radio button. I would much appreciate and suggestions: [code=asp]<table border="1"> <thead><h2><%=(rsOutBound.Fields.Item("deptCity").Value)%> To <%=(rsOutBound.Fields.Item("arrCity").Value)%></h2></thead> <tr> <% While ((Repeat1__numRows … | |
Hi, I have an ASP.NET web app and Iam trying to show my clients a message to save data before saving when they click on the submit button which is working fine. But the problem is I only want to show the Message when there is an actuall change in … | |
hello how can i display an information messagebox in asp.net with message and title ? | |
hi friends can anyone tell me how to play videos using Windows Media Player in ASP.NET 2.0 using c#. please help, i am novice programmer in asp.net and c# | |
I am trying to display a crystal, from an object report in asp.net using c#. Can anyone help me out. The idea, as much as I understand is, object -> table adapter -> Data table -> crystal report viewer then population of the report file. I want to populate the … | |
Hi all i have just instaslled iis7 on vista... but when eva i wanna save my file under wwwroot ... it says u dont have enouhg permission to save file in this location. contact ur system administrator. can any one help me in this regard thanks | |
hi, i need help, i used vb component in asp pages but now i changed the vb component to vb.net dll in asp pages this dll is placed in asp application bin folder but the asp application can not connect to dll ie cannot create object. so pls help me … | |
Hi, i am trying to send email from a web site which was upgraded from 2003 to 2005. I am having problem to send email to other email add. smtp: mail.company.com i can send and receive email on [email]any@company.com[/email], but for email other than [email]anyemail@company.com[/email], such as gmail, yahoo etc....it … | |
If so maybe one of you guys can help me with my post on the asp.net forum? | |
Hi Everyone, I am new to ASP.NET, i am currently doing a project. I'd like to create a log in page using code. please assist. Some one give me a code sample of a log in page. Including connections to MSSQL database. I am totally lost. A step by step … | |
Hi I'm a moderate level PHP developer and I'm trying to move to asp.net for a project but finding this a very difficult and alien experience. The hole ASP.net world is so different from the traditional PHP/mysql way of doings things. My head hurts. What I want to do is … | |
i am working on a project on online railway reservation in asp.net using vb.net.in this,i want to use credit card for the payment of reservation of tickets .tell me how can i do this | |
When i am trying to compile the login form appear this error Could not load type 'NorthCSharp.WebForm1'. Source Error: Line 1: <%@ Page language="C#" Codebehind="Login.aspx.cs" AutoEventWireup="true" Inherits="NorthCSharp.WebForm1" %> Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > Line 3: <html> Source File: /NorthLogin2/Login.aspx Line: 1 I have de C# … | |
hi In my windows server with XP OS i hav installed IISv6.1. My problem is when i put .asp file in desktop or in wwwroot of inetpub its gives a message windows cant open this file. generally all thats required for asp file to run is IIS .and its already … | |
Hello there, I am using ASP.NET with C# and facing below problem. I am not able to get values of selected checkboxes which are generated dynamically. Pls have a look at the image attached with the message... Waiting for your reply.... Thanks, Paresh | |
hai to all how to display the message box in asp .net why means while i am creating database i want to dispay a message like.. "connection is created" like this how it is display please give me the answer | |
hi i need to know how to open video files in asp.net pages when i click to video name thanks | |
Hi there, please can someone help me with this. I have a VARchar field for NAMES and I need it order numbers correcly and I cant seem to work out the right SQL systax. My sql is this [CODE] SQL = SQL & " Select Distinct" & vbCrLf SQL = … | |
Hello to everyone from sunny California. My name is Bryan and I'm 28 years old. I'm a husband father of 3 and I'm trying to switch my career focus from SEO to either Web Dev in asp.net or software dev. I've been doing SEO for 3 years and decided that … | |
How to install fckeditor with ASP.Net. I have downloaded FCKeditor.Net_2.6.3 and source code FCKeditor_2.6.3 and i m using ASP.Net with 2.0 framework. I was helping from the link: [url]http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Integration/ASP.NET[/url] but unable to install and configure. What are the steps in detail to install and configure. | |
Hi forum, I want to implement X.509 Certificate for our asp.net webservice. Can some one tell me its proper way of implementation? How I can call and use it both on server side and client side where it is being used. Thanks in Advance. --MNA | |
Hi Guys I have 2 files 1st File a user creates a Text File using the FileSystemObject 2nd File I want to send an email confirming the Text File has been created I do not want to include the script to send an email with the script to create a … | |
a sample application (vs 2008) is needed to get started with Microsoft Enterprise Library (dlls used as data access ). If someone has used Ent Lib please give web.config settings and a sample code of any one page using libraries. I am facing problem in configuring for data access like … | |
Hi, I am making a small project in asp.net. I designed my menus are in flash bar and opening urlds in an iframe. It working fine. but unfortuantely once i opening url first time it going the load event [Postback] but if i am trying to open another page and … | |
Hello everyone, I had a simple question about the Microsoft Visual Studio software. I don't understand what ASP is or rather ASP .NET ? And also what exactly in crash course style is CLR ( Common Language Runtime ) ? And how is it all different to developers ? | |
Hi, I have to display a logo in crystal report in runtime. I have tried two solutions given in [url]http://www.devx.com/codemag/Article/33658/1954[/url] (Tip 6: Better Handling of Dynamic Images) Dim data As New DataSet() Dim row As DataRow Step1 (Passing Image URL into dataset): my code is as follows [code=asp.net]Private Sub LoadImgUrl() … |
The End.