5,691 Topics

Member Avatar for
Member Avatar for sakhi kul

hi to all I am developing website in ASP.NET 2.0 using VB. I want to use AJAX controls in my website so I download AJAX control tool kit from official AJAX site but I don't know how to use it. Plz explain...

Member Avatar for nverma
0
110
Member Avatar for ibrahim_hl

hello friends i make a site using asp.net2008 and i want to publish it on local server which connect to other client computer through LAN can any one tell me how to do that please how can i publish my website on the server and can i use IIS6 or …

Member Avatar for ibrahim_hl
0
118
Member Avatar for sakhi kul

Hi to all, I format my laptop and installed VS2008 . after running my webpage it gives me error that "compiler executable file csc.exe not found" (It is for previously build website) and if I create new website and run then It gives error that vbc.exe not found" why this …

Member Avatar for sakhi kul
0
98
Member Avatar for umairraja52

I am ASP programmer and have a website in ASP. But my question is that can i use VB.net/C# with ASP without usinmg ASP.net. Is it possible? If it is possible then in which section i can write VB/C# code. Waiting for replies.

Member Avatar for Qrueger
0
43
Member Avatar for prem.teamwork

Hi All, I'm new to ASP.NET, having knowledge of HTML, VB 6.0. I myself studying VB.NET 2008 & ASP.NET 3.5, though i'm interested. For practical implementation I'm seeking you experts help. Please help me to develop a simple web application. 1. [B]'Student Login form' [/B]has to accept user name & …

Member Avatar for Ramesh S
0
186
Member Avatar for bbxrider

my page is form, that creates 2 files when processing the submitted info, the files are closed and their objects are set to nothing and the very last of the process is a page redirect. however at that point, for instance i cannot delete the files, because they are still …

Member Avatar for kvprajapati
0
75
Member Avatar for amey.rane86

When I export a page to MS Word, Word cuts off some of my data on the due to a problem with the margins. I've checked the margins under "page setup" in Access as well as in Word, but for whatever reason, Word won't use the new margin settings. As …

Member Avatar for amey.rane86
0
815
Member Avatar for LurkerPatrol

Hi everyone, So I have a form that I'm running which has an option to upload a resume. The form itself is actually multi-page but it all sits inside 1 asp file. The way I manage that is to use a select function and case function and depending on the …

Member Avatar for LurkerPatrol
0
206
Member Avatar for naif_prof

hi PLZ .. Im searching for an online exam applicatoin (MCQ exam ) using ASP.NET (C#) and this application read Questions randomly from a list of questions Stored in database like MSSQL2000 PLZ any one can help me to find this application because I Know this type of application available …

Member Avatar for piknik
-3
820
Member Avatar for MikeGore

Can someone help me convert this code into PHP plz [CODE]using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class scheduleGame : System.Web.UI.Page { protected projectServices.project objProj; protected void Page_Load(object sender, EventArgs e) { if (Session["proj_id"] == null) { Response.Redirect("login.aspx"); } if (!IsPostBack) …

Member Avatar for MikeGore
-2
80
Member Avatar for Se7Olutionyg

[CODE]namespace WebApplication4 { public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void btnAdd_Click(object sender, EventArgs e) { if (upImage.HasFile) { if (CheckFileType(upImage.FileName)) { string fielPath = " !/UploadImages/" + upImage.FileName; upImage.SaveAs(MapPath(filePath)); } } } bool CheckFileType(string fileName) { string ext = Path.GetExtension …

Member Avatar for mail2saion
0
122
Member Avatar for umairraja52

If i have a website in ASP code and working very well but i want to convert ASP code to ASP.net(C#) then how it is possible to do this, which software can perform easily to do this.

Member Avatar for vuyiswamb
0
183
Member Avatar for LoveLulu

I was running on a ASP, we now converted our servers to run on ASP.NET v2.5, and I am having a terrible time converting this ASP to .NET compatibility... Any assistance would be greatly appreciated!! [CODE]<% Dim scr, loc If Request.Querystring("Check") = "" Then scr = Request.ServerVariables("SCRIPT_NAME") loc = instrRev(scr,"/") …

0
44
Member Avatar for poojasweetgirl

in my college i have been asked to locate a free ftp server on the local network using softwares like ws_ftp ,cuteFTP.I have downloaded ws_ftp but it is asking for server address. I may not have access to internet in college. How do i go about it? i have created …

Member Avatar for poojasweetgirl
0
92
Member Avatar for Derice

I have created an asp.net web project and deployed it in my pc with the virtual directory set to websetup1. How should i access my website? When i type my ip add in the browser, it will display my router configuration page instead. Should i include virtual directory in my …

Member Avatar for vuyiswamb
0
204
Member Avatar for abhipro

Hi, Is there any way of storing some variables, say username for a particular session in ASP.NET. E.g, If we let a user login in a page, then I want him to stay logged in for all the pages he traverses on the server. Currently, I am trying Server.Transfer and …

Member Avatar for padtes
0
139
Member Avatar for cgyrob

Hi, I am working with the gridview in .net 3.5 and have run into something I can not explain. I am testing my delete methods when I realized that the row was actually being deleted before my event handler even finished processing. Am I dreaming or just missing something. I …

0
64
Member Avatar for miskeen

Hi, I wish to put the title of each dropdownlist. For example, if I've numbers in my dropdownlist (one, two, and three) I'd like my dropdownlist to be like this: Numbers ------------ One Two Three Also, I wish to know how to add a title if I bound mu dropdownlist? …

Member Avatar for LaraM
0
772
Member Avatar for RoyForum

Hello, I'm Roy an Applications Analyst at Trident Technical College in Charleston, SC. USA. I came here looking for solutions to problems I've encountered trying to get Crystal reports to load with my ASP.Net apps on our web server. I might find the answer here someday if I can navigate …

0
25
Member Avatar for MikeGore

I need to convert this into PHP. I heard of ASP to PHP convert programs but they don't work they just append $ to a couple of places thats all. Since my other posts have remained unanswered I don't really expect replies from here either, but I a desperate. Could …

Member Avatar for diafol
0
143
Member Avatar for Mongz

Hi Guys Past few days i added an ASP membership database which uses the Visual studio controller's (Login, Creat user Wizerd, Password recovery), it was working fine until yesterday, now i cant log in with any user i've created, but i can create new user or recieve/recover password. I checked …

Member Avatar for Nomadz
0
99
Member Avatar for jas05

Hi Guys I am created a tree view in a usercontrol..and used it in master page. But when i access the pages inside the parent node.the treeview is coming back to normal form. but i want the parent node to be expanded until i am using pages from that section. …

0
74
Member Avatar for jaadu
Member Avatar for inquisitor77

If there's anybody out there who has been part of a project that has successfully built an enterprise N-Tiered (UIL/BLL/DAL) web application let me know. I work for a small IT firm and have worked on dozens of projects over several years now. Unfortunately these projects have been a hodgepodge …

0
80
Member Avatar for dhavalcoholic

Hello friends, I am trying to make a simple search box in ASP. I am using a text box, where the user enters his query. And besides it, I am using drop down menu (<select>.. <option>.. </select>) in which the user selects what he want to search (Song name, Artist, …

Member Avatar for dhavalcoholic
0
203
Member Avatar for kegathor

Hi, Im inserting data into a SQL2000 table with breaks/paragraphs and returning it on an ASP (VBScript) page without the breaks. The information is going into the table as follows; The quick brown fox jumps over a lazy dog. The quick brown fox jumps over a lazy dog. But its …

Member Avatar for chsab420
0
85
Member Avatar for troy19

i have a login page (html) i need to transfer the username and the password to a text file using asp ... [code=html]<FORM method=post action=login.asp> <INPUT id=email class=inputtext type=text name=email> <INPUT id=pass class=inputpassword type=password name=pass> </form>[/code] i need this parametrs to be written in text file (notepad) using asp Thanks …

Member Avatar for chsab420
0
89
Member Avatar for sakhi kul

Hi All, I want to show user registration information which he fill up in registration form & he can edit it. So I use details view. but I want to hide some fields like user_id(Primary key) etc. & some fields that he can't edit. How can I manage it..?

Member Avatar for majestic0110
0
100
Member Avatar for poojasweetgirl

Ok. I know how to create web pages and paste them in the ftp folder. I want to locate a free FTP server on the local network or the internet.Using WS_FTP,cuteFTP, or other free GUI based FTP client program.Using this client i want to create a folder "x" on the …

0
58
Member Avatar for diya0076

hello i have one [COLOR="Green"]formview[/COLOR] control n i want to retrive values from that n add save them in local variables [CODE]<asp:FormView ID="FormView1" runat="server" DataSourceID="SqlDataSource1" Style="z-index: 100; left: 210px; position: absolute; top: 173px" Width="299px" BackColor="#DEBA84" BorderColor="#DEBA84" BorderStyle="None" BorderWidth="1px" CellPadding="3" CellSpacing="2" GridLines="Both" DataKeyNames="pcode"> <ItemTemplate> pcode: <asp:Label ID="pcodeLabel" runat="server" Text='<%# Eval("pcode") %>'></asp:Label><br …

Member Avatar for serkan sendur
0
566
Member Avatar for MikeGore

Hi, I am looking for a program or an online website or whatever, that will convert my asp.net, .asp and .aspx files to html. I have searched the web but couldn't find any. I would really appreciate your help. Thanks, Mike

Member Avatar for Ramesh S
0
99
Member Avatar for kapilver

A worldwide leader in the consumer electronics industry wanted to launch an innovative line of computers and accessories, but as a late entrant, faced the challenge of breaking into a crowded and competitive market. MarketStar worked with the client to promote the client’s products by educating retail sales associates. Today, …

Member Avatar for Walter12
0
170
Member Avatar for Anupama G

Hi, I have a data grid whose datasource is a table from backend. One of the columns of data grid has date as its value.Now,I need to change the date on the data grid by selecting the date from calendar control. can anyone help me in this? Thanks in advance.

Member Avatar for serkan sendur
-1
103
Member Avatar for Anonymous20

Hi... Can anyone pls tell me how shall i be able to drag and drop a dynamic control(say textbox) in asp.net using ajax(with mouse pointer).It would be great if anyone can show a sample code,inclusive of html and javascript coding(I am new to asp.net and do not know much bout …

0
40
Member Avatar for anudjoe

i am new to asp.net ,i have two textboxes and in one user will enter value which will get added to the other automatically generated textbox value.But is user is not entering any value it is showing error.Any solution to solve this

Member Avatar for Ramesh S
0
181
Member Avatar for venkx_008

Hello.....I am a student of 3rd year B.Sc. I wanted some project titles in asp.net that would be suitable for beginners.... it would be very kind of you to suggest me a few titles regarding the same.... i would request you for this help considering your expertise.....

Member Avatar for Sabrina_Gage
0
108
Member Avatar for sonia sardana

I want to develop a login page ,i want that admin username & password to be saved in asp file suppose FrmLoginDetails.asp. Username - sonia Password - citm123 When the user logins,i want that his entered usernme & password to be compared with the that are stored in file FrmLoginDetails.asp.. …

Member Avatar for sedgey
0
94
Member Avatar for AbhishekGoenka

Hello I have created an ActiveX control in VB6.0 and trying to embed this ActiveX control in Asp.Net 2.0 through the following command. But I can’t see anything in my aspx page whereas it works fine with html page. [COLOR="Green"]<object id="ctlVBAX" classid="clsid:B7C88829-7BCF-4AB6-95A5-F63ADBEA151A" codebase="vbActiveX.CAB#version=1,0,0,0"> </object>[/COLOR] You can download the cab file …

Member Avatar for Ramesh S
0
220
Member Avatar for san_crazy

Hi friends, I am using Visual web developer to desing ASP.Net web site. I have created a project and added few web pages and their C# code files. in the project directory there are few files/subdirectories that I dont know about, I tried to search about them though but could …

Member Avatar for sknake
0
111
Member Avatar for thebookie

I am having a few problems with the Timer component in ASP.NET. I can get it to work in the C# part of visual studio but not in the ASP.NET. The thing is a number will be logged into the website so each person will need to view the same …

Member Avatar for herrturtur
0
2K
Member Avatar for Nishanthi

i have a table with certain column names for example book table with name,author and price now i have a web form with three text box i need to add the text box data to database from ASP.Net form pls tell the coding urgent!!!!

Member Avatar for sudheerdiwakar
0
111
Member Avatar for boguss

I have a table with some information(view is called Index) , an add button and an edit button (which is supposed to send me to some other page and populate it with the object i want to edit)(view is call AddTest) When i select one row and i click edit …

Member Avatar for boguss
0
192
Member Avatar for gautamrekolan

HI, I am new to asp.net. I have 365 pages and i want to display each of those on 365 days say I have a page to be displayed on sept 19.. on clicking the Enter site it should validate which day and should navigate to that particular page. looking …

Member Avatar for sknake
0
127
Member Avatar for seanmc23

Hello All, First – I apologize if this is not the correct group – the asp groups seem to have a very low activity rate, so I decided to give this a try here. Whenever I try and run/debug my ASP.NET application, I receive the warning that “You do not …

Member Avatar for seanmc23
0
185
Member Avatar for rogergrippo

I wish to develop a tracking script for a courie company It wishes to show its customers the movement of the goods and its status in its website. How Should I make it. I am confused very much as the requirement says entering of tracking number will find out the …

0
111
Member Avatar for rogergrippo

I am using Visual Studio 2008. I have made a dropdown list or a Listbox containing various country names and their local site URL. the purpose is to redirect the visitor to correct local site of their choice. I've created the Dropdown List but, I am unable to make the …

0
113
Member Avatar for rcdeck

Good morning everyone, I am currently building a website for the company where I work and I am looking to get a hit counter so I can pull some usage statistics. Our site is on the Intranet and not everyone has access to the Internet so I would rather not …

Member Avatar for almostbob
0
1K
Member Avatar for baysirna

I have a mobile scanner.. It is from ARGOX model PT-6021 used Windows CE 5.0 as Operating System.. This device run an intranet web application using classic ASP. I just want to connect to a printer and print like other dekstop PC did.. However this windows CE does not provide …

Member Avatar for Quick_Silver69
0
184
Member Avatar for 2eXtreme

Hi Guys I'm having a lot of bother trying to execute a vbs script from an asp file. Basically, what i want is for the asp to call a vbs file, and then i want the vbs script to write to a file on the server, and then i want …

Member Avatar for mejohn
0
467
Member Avatar for jimib

I need to write to a textfile and name it with an extension other than ".txt" (an archive file) . For example: myfile.123 I can't seem to get around the file system object adding ".txt" so my filename becomes myfile_123.txt Do I need to write it another way or is …

0
115

The End.