5,691 Topics
![]() | |
Has anyone ever used or is using Community Server? It's basically a really expensive asp community server that includes forums/blogs/gallerys/downloads and documents. You can I believe download a limited copy for free however prices can go up to $1,899.00 and if you want their top hosted package that will cost … | |
<URL SNIPPED> This site contains 2000+ ebooks on php, Java, access, .NET, c#, UML, Perl, c++, linux, sql server, asp.net, Oracle, db2, xml, javascript, unix, flash, cisco, excel ... | |
hi, I have used asp.net2005 with c#. In that i need to show pop up menu for particular IP address when ever some new entry added to database. as we have in yahoomail. for example when we use yahoomessenger and if u have new mail it shows tat you have … | |
i am given a project in technical writing course to develop a website which generates a document file of thesis. the user must enter the data like title of the document , table of contents ,advisors etc and by pressing the OK button at the end of the page the … | |
Hai ! I want to know how to send sms from a web application in asp.net using vb.net. Somebody please help me. Its urgent.Pleaaaaaaaaaaaaaaaaase. | |
i am new to ajax technology but i am working with ajax on my site. i am having a problem with a ajax edit form element in place when i try to implement it in asp vbscript. hopefully someone here can help me in detailed. what i need to do … | |
I have a login page where I have my own label and texboxes which take input username and password, and there is a function in which there is a SP which validates username and password stored in the database. My code in Login.aspx.cs is such that I call that function … | |
hello there.. i have do some research on the ajax paging,but i cant get any solutions. i wan to query out 5records each time when the Next button is clicked or Preview button is clicked without refresh the page with the querystirng above such as xxx&page=1,xxx&page=2. i get some reference … | |
Okay, so our website is pretty much all session based and all of a sudden it is acting very laggy. People complain of not being able to stay logged in very long at all (like it is resetting the session at random intervals). Also, I have simple code that does … | |
i have a mock site im working on in asp.net/vb.net using an access database. after employees log in they can update there employee profile by filling out a form. i need to know the code for updating an access DB with vb.net from the form fields. im lookin for the … | |
Hi, I am new to asp.net development, and i'm currrently trying to develop my first web application. My question relates to making my site compliant with html coding standards. To test the generated html from an asp page I put together simple master and content pages with only some text … ![]() | |
Im having problems with getting the page to stop progressing to the asp one when the user enters the text outwith the limits i.e. no data entered. Could anyone give any guidance? Cheers [code= html] <html> <head> <title></title> <SCRIPT LANGUAGE="VBScript"> dim validation Function MyForm_OnSubmit validation = False MyForm_OnSubmit = False … | |
I keep getting this error and I can't figure out why. Here is my code: <% set conn = server.createobject("adodb.connection") set rs = server.createobject("adodb.recordset") conn.open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.mappath("/data/newsleepermedia.mdb") & ";Jet OLEDB:database" rs.open "select * from Prices WHERE id=" & request("idnum"),conn,3,3 if not rs.eof then do while not rs.eof response.write … | |
How to upload video files like wmv,etc in an application folder and how to download that video file in media player usnig asp.net +c#. | |
how to send sms using web servicex ? give exact code for dat? | |
I am having problems creating my XMLDOM request, when requesting the XML, it is = nothing. Any help would be much appreciated! Here is my code: [code] Set objXML=Server.CreateObject("MSXML2.DOMDocument.3.0") set oRoot=objXML.createElement("COMMAND") set objXML.documentElement = oRoot objXML.appendChild oRoot Set oField = objXML.createElement("retrieveInfoRequest cmdType=""request"" cmdMode=""alwaysRespond"" echoback=""false"" ") set oChild = objXML.createElement("searchCriteria") oField.appendchild … | |
Hi i have a datagrid i want to populate its cells color on some if else statements bases then how to do this. second i want to edit some cells value then how to edit grid row cell value and last is it possible to assign color for each row … | |
how i want to solve this problem my visual studio.net has detected that the specified web server is not running ASP.NET version 1.1. ? which mean me cannot create a new asp.net application.... who can help me? | |
How to I rearrange this so that only distance less than or equal to 25 are displayed? [code]For i = 1 to 20 Display(rs) rs.MoveNext If rs.Eof Then Exit For If rs("distance")>25 Then Exit For Next[/code] | |
Hai all i am doing an ASP project.... when redirecting to anotherpage like Response.Redirect("Page1.asp") i dont want to show the actual path of that web page in the address bar... but it shud be displayed in some encrypted format... also i dont want to use Server.Transfer...i want to be displayed … | |
I am having a world of problems with this can anyone please help. I don't know what I am doing wrong. Following the code is the error message I am getting. Here is the code I am using: [code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html > <head> <meta … | |
well guys please help me,first of all its a course projects,well in the home page i need to create a login form for both normal users and administrator.Because after logging administrator will come on a page where they can update a database,whereas normal users wont have this function on ther … | |
hi all, Please can anyone tell how to create a custom tab control in asp.net 2005. please let me tknow the source code too. thank you. | |
I try the foll. code--- protected void Button1_Click(object sender, EventArgs e) { int i; for (i = 0; i <= ListBox1.Items.Count - 1; i++) { ListBox1.Items.Remove(ListBox1.SelectedValue.ToString()); } } But it's not working. | |
I am doing a project on asp.net.but problem is that i cannot connect database(ms access)from page.how can i get this connection?can any one send me source code to solve this problem?or give any better solution as soon as possible please.. | |
I have created a search/results page in Dreamweaver 8 using ASP.NET that references a SQL database. Searches are done using HTML form. The dataset that I have created in dreamweaver quite happily filters the results but the page is pulling back all entries in the database. Has anyone seen this … | |
Hi guys, I am a student on placement and I have created a database for a company. This database contains customer details, enquiries, orders and product details. I used joining 'line' tables to solve the many-to-many relationship between some tables but now i am having trouble using them. I have … | |
I have not been able to get shortcuts or lnk files to work on the PC. I noticed a post here by c0801 that had the same problem after d/l'ing the lastest patch from Zone Alarm - which now automatically includes spyware. I have sent ZA a tech customer support … | |
hi, I am working in Asp.net 2005 with c#. In that new datas will be entered in a web form. then tat datas will be shown in administrator form. so when ever the new entry(data from database) is coming in admin form that time beep sound or alarm should come … | |
Hi all, i've been studying asp.net lately in order to built a website (obviously). and then i started to be aware of the php vs asp.net battle, the thing that most concerns me is the cost issue that all php users talk about. could someone tell me what costs are … | |
I'm new to asp.net and I have an oracle stored function with 3 input parameters that returns a string. The function is one that validates a user. I want to validate my users from Oracle. I'm trying to use the sqldatasource component to interact with my stored procedure but I … | |
Good Day i need some help on some image/photo slide show display. i would like to do a photo carousel function similar as the [url]http://www.flickr.com/photos/69864550@N00/320622773/[/url] i wan to create a photo stream slideshow like the function in tis web which located at the right hand side, as image below: [url]http://i263.photobucket.com/albums/i...2008/image.jpg[/url] … | |
hi all, I have two problems 1. When i am updating the value of table manually. i am facing the error : The data in the row1 was not commited. Error Source : .Net SQL Client Data Provider Error Message : Time Out Expired and Second one is also related … | |
I have a checkbox inside a datalist control with Autopostback="True". When a user clicks the checkbox the associated event Handler is not firing. My code is In HTML : [code=ASP] <asp:DataList ID="myDataList" runat="server" RepeatColumns="1" RepeatDirection="Vertical" > <ItemTemplate> <asp:CheckBox ID="chkid" runat="server" autopostback="True" /> <%#"Id " + Container.DataItem("CustomerID")%><br /> <%#"Name " + … | |
Hi everyone, Can anyone tell me how you can stop users from URL Hacking your website with ASP (sessions)? So for example if you have a password and username form on the front of your website and only want authorised members to gain access to your web site. So for … | |
Hi All, I am new to .Net. can anyone please tell me how to create loginpage in detail with steps and code. Thanks, Swapna | |
i created a drop down menu in the following manner and its coming like horizontal menu with vertical sub menu.What i want is horizontal menu with horizontal sub menu can anybody can help me..here am attaching my cuurent code.. menu.html [code=HTML]<html> <head> <LINK href="menu.css" rel=stylesheet> <LINK href="menu.css" type=text/css rel=stylesheet> </head> … | |
I've created a method that returns 3 records in an array. This is being called in an asp page. I created a variable called PRODUCTINFO that is going to be taking those 3 records from the method and allow me to use it later on in the page. Below is … | |
Hi guys, I was wondering if someone could help me please. How do i query the database using ASP and Dreamweaver to return the field names of a table? Thanks! Any ideas greatly appreciated. GLT | |
How can we get details using whois function in asp and how to create our own whois extension in firefox which is in asp? | |
I wish to transfer data from a potential customer table to a customer table in my database if and when they become a customer and not just an enquiring customer. I need to be able to do this simply but I have no idea how. I am using ASP and … | |
[URL="http://www.optinbuilders.com/email-marketing/index.asp"]Email marketing [/URL]can bring real good revenue to a business regardless of a Company size or industry vertical. Because of its effectiveness, Email has reached a universal penetration, with 97% of consumers and 94% of marketers using the channel according to Forrester Research (March 2007). If you want to do … | |
I am having a problem porting an application written in ASP, using an MS SQL Server database, to a different ISP using MySQL. Code that seems to run fine on the current site generates errors on the new site. My connection to the MySQL db is: [code] set objConn = … | |
Hi ! This is Me.... I want to start learning ASP.NET. I have done ASP and know the basics. So I just want to share the views of all the other members of this forum so that I actually learn the aforesaid subject very nicely.... Thanks Rupam 06/may/08 | |
iam having usernames and user id in an xml file and iam having a .net apllication , when i give the username and password it should check with xml file and it should login if it is a correct user, otherwise it should not login. i need code for this … | |
To make ASP run under Linux, PHP script files are saved as ASP extensions and are redirected to the PHP interpreter. So it looks like the server serves ASP files, but these are actually PHP scripts. | |
Hey, Am a total newbie to java. What am trying to do is to control a robot through network. I need to send commands between a laptop(client) and a PDA (server), it is describe in the pic [URL=http://www.freewebtown.com/perpetual_dream/Picture2.png]HERE[/URL] .I have a few questions... 1- The java used to program the … | |
Hi All, My company runs an old custom built classic ASP web site with oracle 9.2.0.1 as the database. Recently they hired a few developers to build another asp.net application with odp.net10. Now we are unable to run both applications at the same time on our web servers because of … | |
I know nothing about ASP and I am intrested in learning it. Please help me find a good means to start. |
The End.