13,153 Topics
![]() | |
Can anyon recommend a good cheap web hosting that supports ASp.net 2 , Ajax and SQL dat base, with an average rate between US$ 120 to US$ 180 per year Thanks | |
Hi guys, i'm totally new to ASP.Net but here goes I have got a login from my Access DB working - thanks to paladine tutorial I would now like a forgotton password page where the user enters there username and their password is EMAILED to them via the existing DB. … | |
Can anyone explain why I am not getting any output from this code [code] int _tmain() { String *sym[] = {S"BA", S"CA", S"MS"}; int shares __gc[] = {25, 100, 30}, price __gc[] = {25, 31, 37}; Random *randomCurVal = new Random(); int purVal, curVal; int totalPurVal = 0, totalCurVal = … | |
hi..i'm new in using ASP.NET application. Please guide me as i've only about 30% knowledge on developing web application in .NET ok..my problem is.. i have a textbox.. i wanted user to create multiple option by entering each option per line in the textbox... in other words..if user want to … | |
Hi people, i have a login via my Access DB - thanks to paladine Now i want the following When the user has logged in and they are taken to the Default.aspx page i would like a 'Welcome [UserName goes here]' feature showing who they have successfully logged in as … | |
Hi, I have working in Asp.net and C# application, i have used visual studio 2003 for my project, my project i need this logic, how to store data in data grid to database by single mouse click, could anybody please help to finish this, Advance thanks for any reply. Thanks. | |
Edit mode the index of a dropdownlist does not start at the right value. I have having problem when in edit mode the dropdownlist the index does not start at the right value. I use Inner Join for my two dropdownlists. tbl_Users_StoreID StoreID Store 1 Name1 2 Name2 tbl_Users_AccessLevelD AccessLevelD … | |
I developed a web interface using ASP.NET and a database using SQL Server 2005. I created connection to database using SqlDataSource control. I also used GridView control to display data. Using Visual Studio I can see the query results using a browser on a local machine. What I want now … | |
Hi all, I have been writing several ASP.Net projects and they all turn out fine and run dandy. When I look at them it still seems like something is missing. It has no appeal at all, looks like I just wanted to do the web controls and jump right into … | |
I am using the coding below to open my file from pc to the frame call "myRTF". its can be function in vs.net browser but cannot function when i debug it and using Internet Exporer to run it. the function cannot retrieve content of the file into "myRTF". Actually this … | |
I'm creating a web application in VB.NET 2003 that connects to a [URL="http://www.daniweb.com/techtalkforums/post334786.html#"]SQL database[/URL]... how do I display the data in separate controls (TextBoxes, labels, etc) instead of in a data grid? Thanks, [URL="http://www.daniweb.com/techtalkforums/post334786.html#"]Windows[/URL] 3.11 | |
Hi, I'm using Visual Studio 2005 with C#. When I Build the solution, the .dll assembly file is not being created in the \bin folder. Does anyone know why the assembly file is not being created, and/or if it's being created in another folder other than the \bin folder. Thanks, … | |
This has been driving me mad for a few hours now. I have created a web application in VWD Express which has tested fine on localhost. I have now transferred this to a test server. Every time I click on anything that causes a postback a 404 Error - File … | |
could any one plz help me for this query. i have tried a lot but only the first one is working. see my code: (1) CommandText = _ "SELECT sr.ResponseAnswerID, count(sr.RespondantID) from SURVEY_RESPONSE sr INNER JOIN ANSWER a on " _ & "sr.ResponseAnswerID=a.AnswerID where a.QuestionID= 284 " _ & "group … | |
HI I was wondering if anyone knew of a way to store a session state variable from a Query based on information in an access database What i want to do is when the user logs in they supply their email address and password to log into site I want … | |
Hi everyone, here's my problem. I have 3 web forms. WebForm1 contains a tab control "UltraWebTab1" with just 2 tabs. First tab displays Target URL WebForm2. Second tab displays Target URL WebForm3. WebForm2 contains a label lblSourceLabel with a text value of '123'. WebForm3 contains a label lblTargetLabel with a … | |
[COLOR=black]hai, i m passing the filename(with path), connection string and database field to an DLL file.but its showin the error "[B]Description: [/B]An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the … | |
I am new to ASP.net as of today :) I have jumped many hunrdles alreday, writing/deleting text files, connecting to a db, sendiong emails, yeah me. I am looking for 1 concise example to show how i can take the contents of a form and insert them into a datbase. … | |
Ok here it is in this forum, I am looking for how to do Info Tags - NOT a popup as I do not want to use the javascript Window.Open- I want something like the smart tags, but like the nice info windows that appear here in the DaniWeb Forums.. … | |
Hi, I'm creating a membership style website and I have set the session timeout to 10 minutes (for now). Ho do I redirect the user to a certain page (automatically) if the session has timeded out ? For example... For some online banking if you login and leave the computer … | |
hi, i am stuck. i am working to create an animation using asp.net(Visual studio2005). the nature of animation is : an object(foot ball) will move between or among the player after drawing lines and ball will move from one player to another player as per my drawing after pressing a … | |
i am using vs.net 2003. I have do the delete function in the datagrid. Bu the problem is when i run in IE, the "Error on page" msg will occur the the bottom of IE when i click "delete". Please help me.... below is my is the print screen for … | |
Until recently I had been using CDONTS for send mail via a form, but I have a problem my server upgraded to IIS 6, Windows 2003 and my form no longer works. I understand that CDONTS is not included with Windows 2003, but I need send mail via form in … | |
I'm looking for[B] two Web Developers experienced in E-commerc[/B]e projects preferrably within tourism industry but this is not crucial. Key skills: [B]ASP.NET, C#, SII, SEO.[/B] A globally recognised company is looking to bring on board a couple of Web Developers who know what they want and can prove themselves. This … | |
Greetings, I am working with ASP.NET 2.0 GridView. I have a GridView nested in a View control. When I select a record from the GridView I want to populate the records values by Key into a collection of TextBoxes in a second View control within my MultiView. From a scope … | |
hi to all! I'm just new here, I'm a sophomore student using asp.net (c#) & asking for some help.. :?: **I'm having a hard time inserting date in my database.. I used separate dropdownlist for the month, day and year and I want to bind it & insert it to … | |
[URL="http://www.accuracyauto.com/pdb.aspx"]My site[/URL] allow you to switch between 3 langauges. At the time I created it, I still went with iFrames, and due to the size of the site now, very hard to go back and change everything. All works fine, until the user start using that darn "BACK" and "FORWARD" … | |
I have created an User Control for right navigation. I'm trying to use that on my .aspx page. This control is showing properly in IE. But in Firefox it is not showing up at all. I'm using <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> Please help me. | |
hi I am working in asp.net amd vb.net I want to show and disappear images by taking and bringing out mouse from a menu control how to do this how to use onmouseover for an as.net control in asp.net 2.0 plz guide | |
Morning am a beginner in (programming)asp.net(vb).Please help me with the code,After the user selected the value from the dropdownbox,and enter some in the textboxes,when the user click add entry(button),the values to be anded to the database and be displayed in the datagrid,for modification. Thank you in Advance | |
I am using Visual Studio 2005 (and VB). I have a home page called HomePage.aspx. I have another page called TechTeam.aspx. The TechTeam is to be accessed from the home page via a secure link. [COLOR=#000000]The middle section of the home page should be left blank for notices that can … | |
[B]Hi all how r you !! I miss u all very much .. I make a project of internal web application. This application should have a full mail system (inbox , compose , ... , etc). Can any one help me to create it or to find a free control … | |
Hello Im using Framesets In one of the frames [code] <FRAME SRC="GetURL.aspx" NAME="inputFrame">[/code] the frame is used to gets a string of html characters The string is called StrResponse [code] Response.Write(strResponse)[/code] displays the html in the input frame GetURl.aspx but I want the string displayed in <FRAME SRC="C:\test2.html" NAME="displayFrame"> any … | |
Hi I am working in asp.net with C# web application, I have used visual studio 2003, i have used dropdownlist in my application to populate the data from mysql database, i have got problem while i selected the item from dropdownlist, its not selecting correct item i'm selecting from dropdownlist, … | |
Error: Found 0 possible guest users. Only 1 guest user should be a member of the group marked as the guest group. Error: ApplicationException was unhandled by user code The two error will appear in my application how to solve this error.:sad: | |
i m doing my project in c#.net my problem is that i retreived data from the data base into a dataset i have to display that data first i use the datarow to display it now i need to randomly display data how i wiil do this i.e each time … | |
Hi programmer's, [B]Using Transactions in Windows application is more effective or using transaction in Web Application is More effective ?[/B] Thanks in Advance | |
Error: Found 0 possible guest users. Only 1 guest user should be a member of the group marked as the guest group. How to solve this error in ASP.Net with C# Coding... | |
hi can we add the google search directly in my created aspx pagein asp.net 2.0 if yes then how I am working in asp.net and vb.net | |
Hi every one, I am unable to understand the fallowing code. Sub page_load() If calendar1.Selecteddate=DateTime.MinValue Then calendar1.SelectedDate=calendar1.TodaysDate End If End Sub Could any one explain me this please. thaks. ![]() | |
I happened upon this forum from google. I have been trying to make this work for days and have read many, many articles but can't find anything that I can seem to get to work. I have installed IIS and it is running, I can type in my broswer [URL]ftp://localhost[/URL] … | |
If you are developing an object oriented .NET application that has to talk to a database, you'll inevitably map objects to a relational model. And, most likely you'll face situations where many-to-many relationships exist in your database. This article describes how you can handle many-to-many relationships in O/R mapping. Most … | |
ok, I am new to master pages. I have created a public function called setMenu in the cs file. I can call this function fine from about half of my pages, but when i try to call it from the other half, it won't compile and I get [quote]'System.Web.UI.MasterPage' does … | |
Hi all, Can anyone help me how detect USB using ASP.NET with C#. I need this one specifically in ASP.Net | |
I am developing a web application using Visual Studio 2005 to build the web interface and SQL Server 2005 to build the database. I need to be able to access the database queries via the web interface. What I want is that after accessing the website (via its address, say, … | |
I am developing an ASP.NET application for an online quiz test. The set of questions would be randomly selected from a pool of questions. The application works fine, but I want to hide the browser menu option (so that user cannot save or print the test) when the quiz page … | |
is it possible to upload a file from client side without browsing but the file path is known. i have done this using activex control but for this the security of browser should be low. can any one have something like this in flash or anyother method. its urgent. | |
i have a project in .net2005 in which ihttphandler is implemented but when i try to convert it into 2003 the class in which ihttphandler is implemented is not called.in 2005 the class is inside the App_code folder.can any body help me out? the problem is in registering the handler.the … | |
i have a project in .net2005 in which ihttphandler is implemented but when i try to convert it into 203 the class in which ihttphandler is implemented is not called.in 2005 the class is inside the App_code folder.can any body help me out? | |
Hi all, I am new to ASP.NET 2.0, im learning the language for my thesis and and i would be glad of some help. The application is a Project management tool and i have already created a login page. Can anybody give me code to add a record to a … |
The End.