1,828 Topics
| |
i want to build a mini forum like the one in Yahoo!Answers. it has answer and questions. i want like that one.. i know how to use sitemaps, Validation requirements, and other basic stuff. I thought to put all the questions and list in c# code as a Dictionary or … | |
I have 10 textboxes eg: textbox1 textbox2 textbox3 textbox4 textbox5 textbox6 textbox7 textbox8 textbox9 textbox10 How can I get the name of TextBox eg textbox3 when user clicks (Mouse) on it. The textboxes are on a asp.net web page. Its written in VB.Net. | |
Hi all, I have this code for the password reset form, It is supposed to generate a new password and the encrypt it to update the database then send an email to the user the new password for the user to log in and change the password. This is because … | |
Hi everyone, I need to generate an XML file from the 2 tables below: dbo.Guides - ID (int), Title (varchar) dbo.Steps - ID (int), GuideID (int), Info (varchar) Each guide has many steps which are linked by dbo.Guides.ID and dbo.Steps.GuideID Here is my current attempt (recordsets are [1] SELECT * … | |
Forums, Trying to get the asp version of this widget working but have no luck. [url]http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-digiclock/[/url] any help would be much apprectiated Thanks | |
Forums, I've been trying to get the ASP version of this widget to work but have had no luck: [url]http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-digiclock/[/url] I need help with this urgently and am willing to reimburse anyone that can help me figure this out. Thanks in advance! -jaime | |
Hi there, I'm pretty new to XML and Web Services but what I'm trying to do is allow a user to register with an email address. The email entered is to be checked to make sure it doesn't already exist and if not, it is added to our XML file. … | |
I have configured custom error page for 500 errors. This page sends an email with COM Error Number, File name, Line Number, referer page and Brief Description I am getting some of the emails without file name and description like this 3/25/2011 COM Error Number 0 (0x0) Line Number 0 … | |
registration.asp::: [CODE] <% connection%> <%if request.QueryString("insert")<>"" then 'if request.QueryString("rbnMale")=="on" then ' gender="Male" ' else if request.QueryString("rbnFemale")=="on" then ' gender="Female" ' end if gender="male" qry="insert into registration(Username,Password,FirstName,LastName,Address,Place,LandPhone,MobilePhone,Email,Gender,Qualification)values('"+request.Form("txtUsername")+"','"+request.Form("txtPassword")+"','"+request.Form("txtFirstName")+"','"+request.Form("txtLastName")+"','"+request.Form("txtAddress")+"','"+request.Form("txtPlace")+"',"+request.Form("txtlandPhone")+","+request.Form("txtMobile")+",'"+request.Form("txtEmail")+"','"+gender+"','"+request.Form("txtQualification")+"')" CON.Execute(qry) Response.Redirect("ListUsers.asp") end if %> <form id="form2" name="form2" method="post" action="Registration.asp?insert=1" > <table width="286" border="1" align="center"> <tr> <td width="87">UserName:</td> <td width="183"><label> <input name="txtUserName" type="text" id="txtUserName" … | |
Hello I am Rahul I am getting error when I am giving password The error listed below Microsoft VBScript runtime error '800a0005' Invalid procedure call or argument: 'mid' /includedfiles/encriptdecript.asp, line 45 here I have listed the code below. I tried so many articles but i didnt, Actually I have used … | |
how to implement the concept of linq which is goin to retrives all the users(name only) who logged on to system | |
Hello, I develop a forum like site and I need a page just like this. (this page, you are looking it now :) ) I need a [U]post template[/U] like this, is this a text area? if it is, how can I determine this background? as I see it is … | |
hi i am looking for a new project of web development in ASP if anybody has a project can contact me on my email: [removed] | |
Hi all, I have this code for registration page, I have run some diagnostic tests and found that it is valnurable for Cross site scripting, any help??? or sugestion??? I have attached a copy of the report. Other pages had valnurabilities but very low.... I am not good at asp … | |
[code] <% if (this._arr_design.Count > 0) { %> <% foreach (Ameronix.Teeone.Models.Design obj_design in this._arr_design) { %> <tr> <td style="width: 254px; height: 27px;"><%= obj_design.name_design.ToString() %> <div class="thumbnails"> <% foreach (System.Collections.Generic.KeyValuePair<int, Ameronix.Teeone.Models.DesignSection> kvp in obj_design.arr_design_section) { %> <div class="thumbnail"><a href="/snapshots/processed/designs/<%= obj_design.id_design %>_<%= kvp.Value.id_design_section %>.jpg" rel="lightbox"><img src="../resources/get_image.aspx?src=/snapshots/processed/designs/<%= obj_design.id_design %>_<%= kvp.Value.id_design_section %>.jpg&width=50&height=50" /></a></div> C# … | |
This is my first foray into the world of programming. I'm doing a practice project for the consulting firm I work for, and my current objective is to make my submission page textboxes insert the user input into specific tables in my database. Later I'll need to retrieve the data, … | |
Hi there please help i want to consume a json web servvices with classic asp . i am still very new at web services a simple detailed sample code should do. thanx in advance... | |
I am trying to write a simple servlet program. But getting the error [B]The requested resource (/servletexam/LoginServlet) is not available[/B]. I have created two servlet classes as follows - [B]LoginServlet[/B] [CODE] public class LoginServlet extends HttpServlet { Hashtable<String,String> users = new Hashtable<String,String>(); public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, … | |
[CODE]Is it possible of creation object "Microsoft.XMLHTTP" in windows 2008 server 64 bit?[/CODE] | |
[ICODE]Dim postUrl postUrl = "http://localhost:8002/XXX.asmx/methodname" Set xmlhttp = server.Createobject ("Microsoft.XMLHTTP") xmlhttp.Open "POST",postUrl,false xmlhttp.setRequestHeader "Content- Type","application/x-www-form-urlencoded" xmlhttp.send DataToSend Response.Write DataToSend & "<br>" [/ICODE] | |
Hello I have two files test.aspx test.aspx.cs I have some Drop Down Lists and Textboxes but if I want to use them the .cs file does not recognize there are those elements in the aspx file. For instance, in the page load event I want to get the text from … | |
Hi, This is a SQL statement query (so may be in the wrong forum). Any help much appreciated! I have 3 tables in an Access DB (I know!): IndexData is main table with title, description, date, fileid Category table has categories (Cat1) associated to fileid in IndexData i.e. a fileid … | |
All i wanna do is simple, I wanna display an image from an access database. I try alot of things to no result. Like ascii code or nothing but a blank image with a red 'X'. [B]Here is the code :[/B] [code] <% set conn=server.CreateObject("ADODB.Connection") conn.Provider="Microsoft.jet.oledb.4.0" conn.Open(server.MapPath("test1.mdb")) set rs= conn.Execute("SELECT … | |
This is not working for me asp.net web page. Maybe dumb question: dim tex as new textbox tex.location = new point (150,150)---------this is highlighted as error tex.width = 150 ---------this does nothing tex.height = 22 ---------this does nothing controls.add(tex) ---------this is highlighted as error Where is my textbox named tex? … | |
In an effort to give back to the community, I'd like to start writing tutorials. I'm just not sure what topics to start with, or what topics are generally needed. I'd rather not duplicate a topic already covered on other tutorial sites, but I know I could put a different … | |
hello sir ... I want to know something about asp... how can i add .swf file into the asp page.. | |
I need some quick help, Please! This is probably very simple but I'm making it hard. My code displays 2 totals for a month, this year and last year. But, if the month's record doesn't exist it picks up the year's start total for which I have a simple If … | |
hi... i have released one application.. now i have to maintain the document for the released application.. which is the best method to write the information such as in word,or pdf or excel or is there any way to keep the document..? so that every one should know that the … | |
I am writing to an Access database by input into a form textfields and click submit i am receiving a confirming new page that my record is submitted successfully. below the fonfirmation message, there is a hyperlink on the expression "return to the form" that when clicked, i am taken … | |
is there a way by which i can generate a excel report in asp and create a chart corresponding to it using asp as well... |
The End.