5,691 Topics

Member Avatar for
Member Avatar for knowledgelover

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 …

Member Avatar for binoj_daniel
0
88
Member Avatar for korssane

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 …

Member Avatar for jbennet
0
57
Member Avatar for chirutha12345

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 …

0
48
Member Avatar for vijaysoft1

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

0
62
Member Avatar for vish707

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 …

Member Avatar for a496761
0
69
Member Avatar for psathish2

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 …

Member Avatar for greeny_1984
0
136
Member Avatar for bharanidharanit

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.

0
52
Member Avatar for squarkman

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 …

Member Avatar for Kusno
0
71
Member Avatar for shobhatai
Member Avatar for yenyen

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 …

Member Avatar for Drew
0
2K
Member Avatar for squarkman

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 …

Member Avatar for 4advanced
0
151
Member Avatar for srvishnukumar

Hi Friends, Am new for Asp.net..... How can i use Radiobutton in Asp.net using vb regards, vishnukumar sr

Member Avatar for serkan sendur
0
52
Member Avatar for jeffclarke

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 …

Member Avatar for arturorivas
0
140
Member Avatar for Sheryl99

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. …

Member Avatar for 4advanced
0
152
Member Avatar for Ekaterina

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 …

Member Avatar for Ekaterina
0
198
Member Avatar for aadimasam

hi.. i want to tranfer username and password from one server to another with encrypted format. Pls help me Aaadi

0
46
Member Avatar for rooparaj

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 …

Member Avatar for johnly
0
334
Member Avatar for kamrag

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 …

Member Avatar for arunguptadch
0
291
Member Avatar for raul15791

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 …

Member Avatar for raul15791
0
121
Member Avatar for Farismkhalid

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 …

Member Avatar for Drew
0
122
Member Avatar for squarkman

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. …

Member Avatar for Drew
0
101
Member Avatar for sbv

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 …

Member Avatar for sbv
0
89
Member Avatar for compovet

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 …

Member Avatar for LizR
0
116
Member Avatar for sbv
Member Avatar for sbv
0
146
Member Avatar for kofidak

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 …

Member Avatar for kofidak
0
78
Member Avatar for binoj_daniel

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 …

Member Avatar for gaurish.salunke
0
157
Member Avatar for emilio

hello how can i display an information messagebox in asp.net with message and title ?

Member Avatar for emilio
0
90
Member Avatar for rajkishore

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#

Member Avatar for sierrainfo
0
105
Member Avatar for dotyell

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 …

Member Avatar for sierrainfo
0
100
Member Avatar for bilalahmedmalik

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

Member Avatar for Drew
0
69
Member Avatar for raja_muthu

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 …

Member Avatar for Drew
0
46
Member Avatar for *nur

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 …

Member Avatar for dickersonka
0
150
Member Avatar for andy91
Member Avatar for ithelp
0
68
Member Avatar for miyo2ke

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 …

Member Avatar for miyo2ke
0
151
Member Avatar for andy91

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 …

Member Avatar for dickersonka
0
202
Member Avatar for ritika_khanna

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

Member Avatar for ravipabbathi
0
118
Member Avatar for makavelixxx

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# …

Member Avatar for Drew
0
70
Member Avatar for cutebab

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 …

Member Avatar for Drew
0
154
Member Avatar for frmsasp

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

Member Avatar for sierrainfo
0
1K
Member Avatar for krany18

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

Member Avatar for priyankaa
0
170
Member Avatar for salem_abu_sal

hi i need to know how to open video files in asp.net pages when i click to video name thanks

Member Avatar for sierrainfo
0
56
Member Avatar for genoinchina

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 = …

Member Avatar for dickersonka
0
129
Member Avatar for bryansiegel

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 …

0
17
Member Avatar for arshadshaikh

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.

0
69
Member Avatar for mna79

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

0
65
Member Avatar for whisper_101

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 …

Member Avatar for Baradaran
0
62
Member Avatar for harish.msn

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 …

0
41
Member Avatar for itshibu

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 …

Member Avatar for itshibu
0
189
Member Avatar for coachHinesfan

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 ?

Member Avatar for Rashakil Fol
0
74
Member Avatar for plugsharma

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() …

0
101

The End.