1,828 Topics

Member Avatar for
Member Avatar for NewOrder

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 …

Member Avatar for NewOrder
0
111
Member Avatar for adrianSigamoney

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.

Member Avatar for sgt_toasty
0
83
Member Avatar for erioch

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 …

0
74
Member Avatar for shakshakshak

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 * …

Member Avatar for shakshakshak
0
200
Member Avatar for elneco

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

0
62
Member Avatar for elneco

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

0
70
Member Avatar for Shockbox

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. …

Member Avatar for kvprajapati
0
110
Member Avatar for dips255

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 …

0
44
Member Avatar for bhavyajyothinat

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" …

0
77
Member Avatar for rahulkanna

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 …

0
61
Member Avatar for ravanan88

how to implement the concept of linq which is goin to retrives all the users(name only) who logged on to system

0
57
Member Avatar for omeralper

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 …

Member Avatar for reygcalantaol
0
70
Member Avatar for meetmani017

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]

Member Avatar for epathtrade
0
93
Member Avatar for erioch

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 …

Member Avatar for reygcalantaol
0
351
Member Avatar for darshini.dayal

[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# …

0
105
Member Avatar for bmason

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, …

Member Avatar for ArtistScope
0
201
Member Avatar for PotaZinga

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...

Member Avatar for PotaZinga
0
97
Member Avatar for java_programmer

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, …

Member Avatar for ArtistScope
0
151
Member Avatar for umamahesh2020
Member Avatar for umamahesh2020
0
97
Member Avatar for umamahesh2020

[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]

0
56
Member Avatar for MrCapuchino

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 …

Member Avatar for MrCapuchino
0
130
Member Avatar for lewilaloupe

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 …

Member Avatar for reygcalantaol
0
185
Member Avatar for chris3000

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 …

Member Avatar for Derice
0
505
Member Avatar for adrianSigamoney

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? …

Member Avatar for adrianSigamoney
0
103
Member Avatar for Fortinbra

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 …

Member Avatar for Fortinbra
1
219
Member Avatar for Pardeep Kumar

hello sir ... I want to know something about asp... how can i add .swf file into the asp page..

Member Avatar for ArtistScope
0
169
Member Avatar for bevssi

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 …

Member Avatar for ArtistScope
0
126
Member Avatar for vinayak.v

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 …

Member Avatar for ArtistScope
0
171
Member Avatar for Majid Sarrouh

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 …

Member Avatar for ArtistScope
0
181
Member Avatar for aashishn86

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...

Member Avatar for ivy3
0
104

The End.