5,691 Topics
![]() | |
I’m currently working on a distributed application that requires cluster wide caching support for its operation. Since ASP.NET Cache does not work in clustered environment, I was thinking to code my own custom caching solution and confronted some issues. As we all know that a unique instance of Cache runs … | |
Hi, There is a requirement to be able to upload files using a website (asp.net 2.0) . There should be a kind of validation on these files before the upload is allowed. What I am not sure of is how can I do any kind of validation on the files … | |
I am having following query on Windows Popup close button : Programming environment : ASP .NET , Browser : IE 1) Is is possible to remove title Bar , Resize buttons and close[x] button at right top from pop-up browser window ? 2) If possible , how to do it … | |
Hi, When using the password recovery control this is the error I get "SMTP host was not specified." Where do I set this please? Thanks | |
hai friends, i want to access the asp.net variable in the javascript. ie i want to access the field that was displayed in the asp.net pages will be accessed in javascript. real problem is, my project is online examination there i am using duration for the exam which is stored … | |
I have read quite a few threads on different forums and nothing seems to fix my problem. I'm on a Dell XPS Gen 3, Windows XP Home. Of course, I got that "hijack this" program and have tried some of the suggested fixes but nothing seems to work. Log: Logfile … | |
Hi, Trying to send an email through asp.net 2.0 Here is the error message. Any ideas please? Does this mean that the mail exchange server that I have provided is incorrect? `"Unable to connect to the remote server"` Here is what I am basically doing: ' Configure mail client (may … | |
[url]http://www.winsupersite.com/reviews/winvista_5365.asp[/url] Paul Thurrott continues to keep us posted on the continuing builds of vista and what improvments, additions, and refinements they have. He also states that while this build has windows media player 11 in it, a beta version of media player 11 for xp will be released with in … | |
Has ASP.NET 2.0 introduced a simplified data control for displaying parent/child data? Imagine a HelpDesk application, where you want to display all the "open tickets". I can see how you'd use a GridView for that. However, each row in the resulting table should have the ability to, when clicked/selected show … | |
Good afternoon all, I'm currently working on an education website for my company, and recently, my boss wants to add this new feature of adding images to the web server. I haven't never done this before, nor I managed to find any useful information from the web, does anyone know … | |
hi i have to retrieve a webpage from database given i have the id which is passed to that page as q querystring. here is my code ave 2 pages the one where u clik on hyperlink <<A href="mailto:%@LANGUAGE="VBSCRIPT">%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% dim objConn, objRS Set objConn=Server.CreateObject("ADODB.Connection") objConn.open="Provider=Microsoft.Jet.OLEDB.4.0; Data Source= D:\Datastores\greeting.mdb" … | |
im having some problems in launching an ASP.net, C# site im having troubles in making virtual directory over there and most irritating the custom error mode in the web.config. plus i wanna to place my ACCESS database on the domain but im unable to find the correct physical path to … | |
HI Friends. this is imran , from Lahore , Pakistan. My star is virgo , and i ''m doing job as web marketer for [URL="http://www.urdumaza.com"]www.urdumaza.com[/URL] hobbies are included in my profile. expertise include , php/ASP.Net,Photoshop,Flash etc. like to browse web a lot !. nice meeting you all. Enjoye. hope that … | |
How can i move to next, prev,last,first records in ASP.NET? it was like DB.MoveNext in ASP but i dont know how in ASP.NET ! Thanks | |
Hello everyone, how are you? I have Visual Studio.NET 2003 and Windows XP Pro SP2. My Visual Studio.NET won't open ASP.NET projects because it says I don't have ASP.NET 1.1. It turns out that I used WindowsUpdate to manually get v 1.1.4322 and it still says it. I have the … | |
Whenever I click on links within Google or other search engines, I get redirected to a number of other search engines. Can someone please tell me what to fix in HJT to end this insanity? Much appreciated. Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running … | |
If anyone would look through what I have and point out any issues that arise in how it will work with some of the stuff I'm getting to upgrade/replace, I'd be forever greatful :eek: This is what I have as of now: *[URL=http://www.newegg.com/Product/Product.asp?Item=N82E16811164004]Case[/URL] *KINGMAX SuperRAM 1GB (2 x 512MB) 184-Pin … | |
[B]Hi all I am here again ,and this time i returned back and with my hand a problem in SQL server not in asp.net . The problem is the following : [list]I am in a project that contains a table of users[COLOR=Green](user_tbl)[/COLOR] and another table of groups[COLOR=Green](Group_tbl)[/COLOR] . and each … | |
Hello guys, Can somone help me figure this out. I tried for few hrs today, but still failed to meet my expectation. In old ASP, the cookie is working prefectly, and it prevent me from rating multiple times even. It's a lot different in ASP.NET. For example, if i rate … | |
Has anyone used the [B]Pure ASP File Uploader[/B] before? I'm facing problems with the uploading process, can anyone lend a helping hand, greatly appreciated....thanks... | |
Hello All... I'm a networking guy but for some reason I've been tinkering with ASP 2.0 for a while. Although most of my very limited experience with the 2.0 platform comes from running it locally, I tried to push my files to a domain. For some time, I got caught … | |
Hey guys, please help me, i m willing to implement SIP in my university project, the project is targetted to voice communication over network but the problem is, i m not an expert of VC but have sound programming knowledge in Actionscript and ASP.Net(VB.net) , so please guide me as … | |
i have stored image in the database.how can i retrieve it a and display in asp.net webform. am not asking display thru datagrid.i have to put link to those images plz help me to solve this problem | |
Hi everyone, I am trying to draw a [b]line graph[/b] on my web site, I have a [b]Microsoft Access Database[/b] and am trying to get some data from it and draw a line graph. I am using [b]ASP[/b] (not ASP.NET) and have been trying to do it in [b]VBScript[/b] but … | |
Hi guys, Right now I develop a website that use Microsoft Access database. So, I've developed a database that store all my pics and videos. But when I tried to make a recordset (this is a command in Dreamweaver MX, as I use it to develop my web pages) to … | |
hi .. can any 1 give me "brilliant" idea to do this (Projet ) in ASP.NET [B]An airplane reservation system for an airline. The airline allows a 15% flight overbooking, and passengers who cannot be accommodated are compensated, and rebooked on the next available flight. Also take into account flight … | |
Hiii all :) , I'm new to da .Net Side I just want to carry the Username entered in one webform to other ... I know it's using QueryString Or Cookies In ASP.Net But I don't know how to use tehm.... .So Plzzz Hel pme....... | |
Hello everybody, I am using a Laptop that runs the Windows XP Home Edition operating system. However Win XP Home Edition doesn't ship with a web server IIS / PWS. Can u suggest me how to run ASP script ? Is there any free ASP host which is trust worthy??. … | |
Has anyone played with the ASP.NET 2.0 Menu control? Most of the samples I see deal with the SiteMapPath and Master Pages. Can this control be used for a simple DHTML-style dropdown menu? Like the suckerfish menus, or functionally equivalent to daniweb's main menus? One would think so, but the … | |
Here are the actions I took I went to [url]http://www.daniweb.com/directory/directory.php?forumid=26#submit[/url] and I entered Title: Custom asp php programmers URL: [url]http://www.chrisranjana.com/projects-showcase.html[/url] Description: [url]http://www.chrisranjana.com/webinfo/a-collection-of-great-information-and-forum.html[/url] But I recevied this error [b] There seems to have been a slight problem with the DaniWeb IT Community database. Please try again by pressing the refresh button … | |
I am kind of having some problems, I asked on dBForums but nobody responded, guess its safe to say... soooo much for their knowledge of knowing things: I have 2 scripts running on my site, one is an ASP.NET Storefront and the other is a database manager (since technically I … | |
hey, i am putting together an "egradebook" for a project in school. I need to know how to do the following: -have my login page search a table named "login" in my SQL DB and have it read an column named "access" that will say either (student, instructor, or administration). … | |
My computer specs are: Intel Pentium4 660 Hyper Threading 3.6 Gigabyte LGA775 G5 looking Case with Enermax Noisetaker 485w ATX12v v.2.0 1GB ddr2 Dual channel XFX Geforce 7600GT 2 Dvd drives 320GB Zalman Heatsink/Fan 2 80 mm Fans A week ago I added a 120mm fan to the outside of … | |
I cannot sign into Windows on my PC. Getting screen saying ..... ' A PROBLEM HAS BEEN DETECTED AND WINDOWS HAS SHUT DOWN TO PREVENT DAMAGE TO YOUR COMPUTER..... ' Can someone HELP me or direct me where to get help. [email]WALCH_NJ@Hotmail.com[/email] | |
hello..i want to include a forum in my web project..is there any good forum code, yet simple that i can implement? cos my req is just basic forum, no need file uploading etc. thank u. | |
Hi all, I have a bit of a problem with the selected value of a drop down box in asp. i get this error: 'drpSponsor' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value my code for the binding is … | |
This is a start to a tutorial on Security in ASP.NET 1.1 using VB.Net code behind. [size=2][b] SETUP:[/b] [/size] [size=3][color=red][b][size=2]** Note this tutorial builds on/off the[url="http://www.daniweb.com/tutorials/tutorial19303.html"] Updated:Simple ASP.Net Login Page tutorial[/url] **[/size] [/b][/color][/size] [u] [color=Blue][b] Login.aspx HTML Code[/b][/color]:[/u] [code] [size=3]<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Login.aspx.vb" Inherits="NorthLogin3.WebForm1"%> [color=#0000ff]<![/color][color=#800000]doctype [/color][color=#ff0000]html public [/color][color=#0000ff]"-//w3c//dtd html … | |
hi .... i have tried to use this code but it juz cant work ... i cant find out the problem with this code ... this program is suppose to read my email and display all my messages that i have in my inbox. Can anyone help me with this … | |
Hi, I am really struggling to get this working. Im using an Access Database *.mdb in case that helps. I am trying to check the database for stock levels, I would like to submit a number via a form, and have the database checked to see if the value is … | |
Could anyone point me to some other more active forums. By active i mean like atleast over 10 new threads a day. With forums in C# and/or asp.net and/or javascript I love this site, but i also want to find more forums to preform at. Thanks ;) | |
Hi all, I have a bit of a problem with the selected value of a drop down box in asp. i get this error: 'drpSponsor' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value my code for the binding is … | |
Hi I have borrowed your ASP.Net login page code and have tried to get it working. It all seems ok and I have made adjustments for my database and a asp:login control instead of textboxes. Visual Studio 2005 doesn't like the line below, saying CommandBehavior has not been declared. I … | |
Hello, I'm pretty much a newbie with SQL. I have a database that is growing out of control and I'm unable to delete any records (data) from it. I've tried numerous open source applications but nothing has worked. The database is with a hosting and they provide ASP.NET Enterprise Manager. … | |
Hi there; I am new in asp programming , and I'm trying to display a simple asp page with no succes. I check everything ( guest user or groups permissions as well as on folder/file, the IIS intallation ,...) I get no error , just a blank page. Any help … | |
Iam have some 10 records i want to diksplay the records in order with the date field like our inbox how can i display this records | |
I want to force ASP to go to sleep for a few seconds. eg: while (Session("SystemBusy")) sleep 3000 loop anybody know how to do that? | |
Hi, While I was searching for a problem while implementing classes in Vbscript I found here. After a quick look in other forum topics, now I am here to introduce myself. I am a web programmer, coding at least for 4 years. I have some experience in ASP, ASP.NET, PHP, … | |
hai friends, i am doing project in asp.net codebehind C#. my project name is ONLINE EXAMINATION. In this we have one problem, if one question is answered then the student does not go back, we have to stop the Internet Explorer back button and restrict the user to go back. … | |
'Find out how many messages there are Dim iMessages iMessages = Mailer.MessageCount Response.Write "There are " & iMessages & " messages on the server.<p>" The code above cant work, it is suppose to read my email but it cant. i have already created a remote server and everything is working … | |
hi every1 i was build one web form that is for my unversity so that alomost done with one problem how can i check the user info like[COLOR=DarkOrange]HIS PROFILE AND SOME OF IMFORMATION [/COLOR] so any one know that ? and I want know about session and also paging per … |
The End.