5,691 Topics

Member Avatar for
Member Avatar for Nfurman

Hi, I am trying to make some "a la captcha" it must be simple, but not for me. my code is: [CODE] using System; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; public partial class _Default : System.Web.UI.Page …

Member Avatar for Nfurman
0
170
Member Avatar for Ender330

Hello, Maybe someone can help me understand what I need to do. I am trying to set up billing for a website. The processor (ibill.net) says that I need a URL for them to post to. The company who sales the script I am using for my site says they …

0
50
Member Avatar for todo

I'm having a hard time with implementing SSL on this one particular page that uses asp.net wizard (The entire site does not require SSL, only a couple of pages.) My logic is such that if a page that requires SSL is not secure, redirect it to https version of it. …

Member Avatar for drellim1
0
68
Member Avatar for rajalingam22
Member Avatar for hamiyoda

heloo guys ... well i need some serious help here ... i am building a web site now....and this is my index page [URL=http://bigpichost.com/files/index_qc7au6bk.jpg][IMG]http://bigpichost.com/files/index_qc7au6bk.jpg[/IMG][/URL] imagine my index page as master detail page and with these links ...i am going the send the people to the detail page ....so i need …

0
43
Member Avatar for silayse

hi ! I am new in c# asp.net,I have 2 user type.When Standard users submit a request ,other user type like admin can see and accept or reject.I created a request and other user see this request but I can not implement accepting or rejecting part.I can not add checkbox …

0
66
Member Avatar for jcb0806

I HAVE PHOTO ATTACHED I'm trying to come up with some code that will make the 'Acct #' label and text box ONLY appear when some text is typed in the text box beside of 'Prime Broker', 'Custodian', etc. Can anyone help? Thanks.

Member Avatar for MeSampath
0
128
Member Avatar for bevssi

I'm trying to display a .jpg photo into my report. I receive this error: ADODB.Recordset error '800a0cc1' Item cannot be found in the collection corresponding to the requested name or ordinal I'm using this code: strSQL = "SELECT oPeople.People_ID, oPeople.oPeople_TGCKFD,oPeople.Preferred_Name FROM oPeople Where oPeople.People_ID="& Session("ccpeopleid") & "" Set rs = …

0
56
Member Avatar for CrazyBone

I am using an access db with asp, the db is named patriots.mdb and table is named Users what I have been attempting to do is pass 3 form entries from this page: <form action="verifymeaction.asp" name="frmVerify" method="post"> <input name="UserName" type=text size=30 maxlength=20> <input name="Password" type=text size=30 maxlength=26> <input name="Pin" type=text …

Member Avatar for murthis
0
114
Member Avatar for juliagarrett
Member Avatar for dsweb1017
0
71
Member Avatar for jamello

Hello experts! Please how do I display markup text (in html) with a asp.net 3.0 server control? I have a database full of markup text inputted using a richtext control. but I will like to display these text using other asp.net controls that would render the text correctly with the …

Member Avatar for jamello
0
152
Member Avatar for Vodlink

hi i am building an asp app that a user logs in then is given textboxes to put a numbers in and when they click submit button the app should search an xml document for the computers with the matching input and display in gridview. The problem is i don't …

0
59
Member Avatar for tryongliph

Maybe I'm the one not doing anything right but i'm trying to cause a page to display a given information as soon as it load. I'm using labels display the said information. The problem here is, in the Page_Load method, i can't seem to call any of the labels or …

Member Avatar for tryongliph
0
106
Member Avatar for unknowndevil41

I am having a problem with modal popup. I used this code an its running fine but the pop appears in black colour. I cant see the text written inside the pop. Pls help me to solve this..... <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <link href="Style.css" rel="stylesheet" type="text/css" /> <title>Untitled Page</title> …

Member Avatar for virang_21
0
144
Member Avatar for culebrin

Hi, I've been googling about a simple source code for crystal reports for about 2 weeks now, and no luck. So I wonder if anyone have a source code for a simple report (maybe with subreports and external parameters) on ASP.NET (I'm using VS2008 and the CR emmbeded in it …

0
116
Member Avatar for Katherine87

I have problem With My Calculator in ASP.NET C# in Microsoft Visual Web Developer 2008 Express Edition : web application not windows application the code: [CODE] protected void Button2_Click(object sender, EventArgs e) { //Double F1; //Double S1; // Double Re; // F1 = Convert.ToDouble(TextBox1.Text); // S1 = Convert.ToDouble(TextBox2.Text); // Re …

Member Avatar for Nick Evan
-1
124
Member Avatar for Katherine87

I have problem With My Calculator in ASP.NET C# in Microsoft Visual Web Developer 2008 Express Edition : web application not windows application the code: [CODE]protected void Button2_Click(object sender, EventArgs e) { //Double F1; //Double S1; // Double Re; // F1 = Convert.ToDouble(TextBox1.Text); // S1 = Convert.ToDouble(TextBox2.Text); // Re = …

Member Avatar for Katherine87
-2
282
Member Avatar for mohittripathi

how to add a circle,square on an image on an imagemap?i want to create a new circle smalll one wid text on an existing image and create tat circle whenever i get tat coordinate position.also how to find coordinates of image point in runtime...in asp.net..i used drawing,graphics class but no …

Member Avatar for Ramesh S
0
25
Member Avatar for contactkcer

Its a Request. I have been told from my work that I have to learn using asp with mysql to do certain task straight away, but I have no idea how to start, where to start and what to download, to do the application. I have bit knowledge about java, …

0
48
Member Avatar for MrBlack

[COLOR="Green"]Can anybody plz tell me how to make a windows application form like vista view,Are there any free tools , help me :S[/COLOR]

-2
50
Member Avatar for dw8081

Hi, i want to know if asp can detect connection to MySQL Server. i have hosting (not dedicated server) but sometimes my website have error like this : "[MySQL][ODBC 3.51 Driver]Can't connect to MySQL server on '<MySQL SERVER place>' (10061) can someone help me for some asp code to redirect …

Member Avatar for hielo
0
233
Member Avatar for Stivi

Hi, I'm working on a content management system for our website (ASP.NET project, C# language, SQL Server 2000), but I'm unable to save russian texts into the database. Table is okay, I've created an ntext column, which is able to store unicode characters. However, if I'll look into the database …

Member Avatar for possible181
0
168
Member Avatar for GajananPund

Hello All, I want to send the email if there is any Exception in my asp.net site. Please help me. Thank in Advance.

Member Avatar for GajananPund
0
167
Member Avatar for nids_511

hi ... i've just received a client requirement stating that he wants to have an [B]offline capability for his asp.net application[/B] being run on tablet PC'S. The application consists of multiple forms being used for data entry. But due to Internet Connectivity not being there sometimes, they want to [B]cache …

0
119
Member Avatar for unknowndevil41

Currently using ASP.net 2005 I am havin an errot in update statement my code is: Dim myConnection As OleDbConnection Dim myCommand As OleDbCommand Dim ssql As String = "UPDATE passwrd SET password ='" + TextBox1.Text + "'where username='" + TextBox2.Text + "'" myConnection = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; " _ & "Data …

Member Avatar for hielo
0
138
Member Avatar for jamello

Hello experts! Please how do I display markup text (in html) with a asp.net 3.0 server control? I have a database full of markup text inputted using a rich text control. but I will like to display these text using other asp.net controls that would render the text correctly with …

0
143
Member Avatar for RAMAN2233

Using ajax calendar can i write a program to know the number of working days in a given month...if yes how??? I should be able to show the number of working d ays in a text box..when i select a given month HELP IS APPRECIATED THANX IN ADVANCE

Member Avatar for dollarcolony
0
127
Member Avatar for irfan.motiwala

Hi well i m developing application in asp when i want to access these pages from ie5 it shows error HTTP Error 403 - Forbidden in internet explorer [URL]http://localhost/Mail/email.htm[/URL] plz tell me what is the problem

Member Avatar for JONEY M
0
515
Member Avatar for ultras1

Hi, I'm using web service wich return DataSet object . [CODE] localhost.Default Mse = new localhost.Default(); DataSet ds = Mse.GetData(); GridView1.DataSource = ds; GridView1.DataBind(); [/CODE] How to set GridView control to be sorted by ID column (DESC) on page load?

0
57
Member Avatar for Corpes

Regards, I have a weird problem with a variable in asp.net + C#. Those lines work: [CODE=C#]DataTable customerDT = service.GetCustomerDT(1); dataRow["CustomerName"] = customerDT.Rows[0]["FullName"]; [/CODE] But those lines do not found anything even though the value of the variable is "1" too: [CODE]int customerID = int.Parse(gridViewRowVar.Cells[0].Text.ToString()); DataTable customerDT = service.GetCustomerDT(customerID); dataRow["CustomerName"] …

Member Avatar for Corpes
0
150
Member Avatar for GajananPund

Hi All, I have asp.net website in which i want to pervent multiple login problem. Case 1. 1st user login 2nd user login using same login credential used by 1st user then 1st user should logout from website and 2nd user should login in the website. Please it's very urgent. …

0
56
Member Avatar for dcads

Hi there, I am trying to create a session based on a field from a datareader. the code I have so far is [CODE] string sqlStmt = "Select Member_Username, MemberID from Members where Member_Username='" + UserName.Text + "' and Member_Password='" + PassWord.Text + "'"; SqlConnection sqlConn = new SqlConnection("server=********;"); SqlCommand …

Member Avatar for dcads
0
116
Member Avatar for JohnBlanco

Hello, I have a page where I want to mark the holidays, day by day. The basic idea is to have a calendar with a checkbox by day and each box I check is a day of supposed vacation. My main question is how do I make the calendar, designing …

0
67
Member Avatar for jtok

I am working in VS2008. I use vb.net and asp.net. MS SQL2005 as database server. Occasionally when two sets of data are inserted at nearly the same time, I find that one has "stomped" on the other, over-writing it's data. The inserts are done via a stored proc using SCOPE_IDENTITY() …

Member Avatar for Oxiegen
0
182
Member Avatar for rutaba

hi.. How can i add a database in my website using asp.net. its a student project and i hav to create an online flight reservation system. in which i am using SQL Database? Kindly tell me by some example that how can i add record using some form ? but …

Member Avatar for Seten
0
109
Member Avatar for giahmed

Dear all, I am really stuck with inserting record into access database using ASP.net and C#, as in university I am only allowed to use access. I am trying to create new room reservation for meetings its not a hotel room, I have two time slots AM and PM and …

Member Avatar for giahmed
0
233
Member Avatar for shahid007041
Member Avatar for Oxiegen
0
76
Member Avatar for alec.boyer

Computers are becoming commonplace in homes and offices around the world. The problem is that most people know so very little about their computers, that when something goes wrong, they do not know how to begin the troubleshooting process. The ugly truth is that we could opt to call the …

Member Avatar for crunchie
0
288
Member Avatar for iwaqasi

Hi All, I am stucked at one point in one of my web based application; this application is like a HR questionnare and evaluates the employees. I am populating a gridview with the following code in VB.NET [CODE] Dim SQL As String = "Select App_EmpCode, App_EmpName, App_EmpDesig, App_EmpDept, App_EMManager,App_EmpManager, App_EMDGM, …

0
37
Member Avatar for it-consultant

I am suing ASP.net profile to store some selection on my website and when user logged in it migrate the profile from anonymous user profile to user profile. This Process is working fine with 80% user of website but 20% are complaining that when the login the setting revert back …

0
155
Member Avatar for whisper_101

Hi Guys I have been working on an Automatic Email Function. The code returns two different email addresses which are used to send emails to. The problem is - in second email sent the Body of the text is repeated twice i.e. In the First Email Sent: Welcome to the …

Member Avatar for oluwa4real37
0
192
Member Avatar for mania_comp

Hi.. I want to use SlideShowExtender in my website. For that I have created testing website. But its not working. I have tried both ways of defining GetSlides() method in same page as well as in WebSerice. But none of them is working.. I have attached my sample website in …

Member Avatar for mania_comp
0
82
Member Avatar for iamchamith

Hi I want pass multiple values javascript to asp.net(C#) server side... how i do it using array ?? don't using hidden fields... thanks

Member Avatar for Oxiegen
0
175
Member Avatar for happyns

Hi one and all, I am using asp.net 2005 gridview to put the data derived from database in horizontal direction. I want three columns to placed in a single row. In that way there will be 3 rows per page. It is as same as orkut home page in which …

Member Avatar for happyns
-1
207
Member Avatar for sravankolla

Hi All I got an error while working with Crystal reports I have added a crystal report and set a command over there to get data. I have added a crystalreportviewer named CRV to my web form and the code given as [code] using System; using System.Collections; using System.ComponentModel; using …

Member Avatar for shijobaby500
0
1K
Member Avatar for Diamonddrake

I am able to post data to a form so long as its strings. by creating a dictinary of keys and values, then creating a string in the style of key+ "=" + value "+ & repeat. then passing it to a method kinda like [CODE] private string PostData(string url, …

Member Avatar for Diamonddrake
0
331
Member Avatar for iamchamith

we can inner html controls using string type...example is if i want to innerHTML html button [CODE]string abc = "<input type="button" id="but" value="click me"/>";[/CODE] then[CODE]divname.innerHTML=abc;[/CODE] like that my question is if i want innerhtml asp.net control how i do it ?? [i want generate asp.net components at server side & …

Member Avatar for kvprajapati
0
105
Member Avatar for rudz

hey i want to know how can i get a large paragraph from access to an asp page because i am facing a problem that access have size text 255 how can i make it larger? thank you

0
54
Member Avatar for onauc

Howdy, I want to buy a printer but I have no experience which type of printer (Inkjet or Laser) and which brand and it's model is suitable for my needs. I will tell you what I want to do with my printer and you can recommend me the perfect one …

Member Avatar for merryjohnson
0
195
Member Avatar for Paladine

[B]Simple ASP.NET Login Page using C# (ASP.NET 1.0 & 1.1 ONLY!!! [COLOR=Red]NOT 2.0[/COLOR])[/B] This is just a small demonstration to show how easy one can "port" the code from my previous tutorials ( [URL="http://www.daniweb.com/tutorials/tutorial19303.html"]Updated: Simple ASP.Net Login Page[/URL] & [URL="http://www.daniweb.com/techtalkforums/thread19303.html"]ASP.Net Login Page with SQL [/URL] & [URL="http://www.daniweb.com/tutorials/tutorial23605.html"]ASP.Net Registration Page[/URL]) over …

Member Avatar for avirag
-1
7K

The End.