5,691 Topics
![]() | |
Hello all, I need a good .NET book that doesn't cost too much but has a base for beginner and advanced programimg. I want to know about the framework to sample code. I am familiar with C and C++:eek:. So I think I will need to refresh my VB or … | |
I have NO idea what is wrong with my computer. It's a Compaq Presario (CV735? not sure.) Anywho, when the computer starts up the taskbar doesn't load any icons and when I click the start button nothing pops up but the button stays pushed. When I try to click my … | |
Hi I am trying to help a friend of mine fix his computer. It has been running very slow. I have exhausted all resources that I know of and it is still not right. We have used system defrag & cleanup and a registry repair software. System defrag stops before … | |
Hi, Please help me in passing the data from recorset to an array.. Thanks in advance.. | |
Hi there i need sample code to change ODBC of reports at runtime. scenario: i have few clients using differnt DSN but sae set of ASP code, my all reorts have been designed in crystal8 and asp. now ther are two ways, ither create differnt sets of reports for differnt … | |
Hi, Just want to ask a little tutorial on how I will goin to verify the email address of a user indicated in my registration form. Let say if he/she put an email address then once submitted, a verification email will sent to the email address she/he inputted. Registration will … | |
Anyone knows how to determine an image's dimension using Classic ASP? Like How do I know the width, Height of this image using ASP? [url]http://www.google.co.in/intl/en_com/images/logo_plain.png[/url] Thanx | |
hi guys, I am creating a blog site.I need to create a rss feed for the same. I am able to create a rss feed it.but i would like to know how to read the rss file in asp.net. Thanks and regards Exelio | |
Hello Everybody, I want to know that how we can delete the record from the datagrid only, that data should not be deleted from the database. i.e., It should not be seen in webpage,but it should remain in the database. Please help me out soon.My existing code is: [CODE=asp.net] <%@ … | |
in ie 5 i m writing this below statement [URL]http://localhost/Mail/email.html[/URL] email.html page contains 3 field box username , password and name .it calls the form2email.asp page the code is that <FORM name="mailform" METHOD=POST ACTION="form2email.asp"> but when it calls that page ie5 shows error HTTP 405 - Resource not allowed Internet … | |
I was just wondering whether there is a software-based web server that can provide ASP and/or ASP.net functionality, just like IIS would to Windows. Reason why I asked is because I shuffle between Windows (home) and Macs (work) and the only things that I carry around with me is a … | |
I think ppl should read this post. Short story: I was installing and reinstalling windows, troubleshooting some hardware incompatibility issues that I'm experiencing. I wanted to preserve my AV software as it is now, so I wouldn't have to download upgrades (~10 MB) via modem again. I've opened registry editor … | |
Hey all, I'm using Access in conjunction with C# and ASP.net 2.0. I can't get the following query to work in Access, and I have no idea why it's throwing a syntax error. Any help would be appreciated. Thanks! [code]SELECT a.name, a.origDate, b.firstName, b.lastName, c.priority FROM afmMain AS a INNER … | |
Hi, I have been asked to set up a form with options to select a level of response from 1-10. Ive used radio buttons to this, but im not sure what to put in the asp form so that this info is processed to my email. Im using Adobe Go-live … ![]() | |
hi, i'm kind of new member here. i have a doubt about login using vb.net and asp.net. actually, i built a website using vb.net and asp.net. But i don't know how make a login for user. which registered user. i hope anybody can help me with this. :eek: | |
my comp is a little sluggish i keep seeing this icon pop up in my task bar like it is tracking what I am doing online. check it out Logfile of HijackThis v1.99.1 Scan saved at 03:40:45 PM, on 11/8/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 … | |
Hi, I am new to asp.net programming. I want to know how I can display the record after login. This is the scenario: I have login.aspx and employee.aspx. After login it will direct the user to employee form and display the record of the logged in employee only. The employee … | |
Hi, im very new to programming. I was just wondering if anyone can help me code a simple program that opens up a few instances of internet explorer when i type a certain symbol (of a stock) in to a text box For example, if the symbol of a stock … | |
I’ve been developing ASP.NET 1.1 applications for quite long. About 4 month ago I switched to new .Net 2.0 platform. And here are few stuff that really confusing me about it. (I use MS VS 2005 Standard for development) #1 what’s the big A in the VS2005’s way of site’s … | |
i have problem in asp with vb. i created a form in asp that is catching data from access database it is working fine but now if i want to modify ( update the data in asp in that same form how to do that. please it is very urgent … | |
Hi, my second post. I made my first in the "Geeks Lounge" as suggested. I wish to learn PHP and I'm totally new to/at it. All your help isgreatly appreciated. I have webspace and they support .php, .asp, .cgi, and .pl scripts. How do I start? With PHP that is. … ![]() | |
hi all im currently developing a website on my local computer and im a beginner.the front end is asp.net and back end sqlserver. But now i want to upload it to a server to so that it destributed to internet. So could any one tell me some of the hardware … | |
Does anyone know the exact query for IN in the following senario... I want to search for 2 columns for 1 mobile number (mobile, alternate mobile) I am using the following query [code]strSQL = "select * from tblcontest where bar_mob_no IN('" & sSQL &"') or bar_alt_mob in('" & sSQL &"')"[/code] … | |
I have problem in ASP.NET 1.0 report So please tell me how to code and run Project report in ASP.NET back end is SQL SErver. | |
Hi, i'm trying to make a menu that will follow me as I scroll down the window, somethins like this, (look on the right and on the left) please use IE to see, firefox doesn't display properly [URL]http://www.gmarket.co.kr/challenge/neo_category/html_small_category/small_category_300004054.asp?gdsc_cd=300004054&link_type=LIST[/URL] i have found some java script, however I want the menu move … | |
VB.NET Code behind: [code] [COLOR=#0000ff]Private[/COLOR][COLOR=#0000ff]Sub[/COLOR][COLOR=#000000] Button1_Click([/COLOR][COLOR=#0000ff]ByVal[/COLOR][COLOR=#000000] sender [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] System.Object, [/COLOR][COLOR=#0000ff]ByVal[/COLOR][COLOR=#000000] e [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] System.EventArgs) [/COLOR][COLOR=#0000ff]Handles[/COLOR][COLOR=#000000] Button1.Click[/COLOR] [COLOR=#0000ff]Dim[/COLOR] dbconn [COLOR=#0000ff]As[/COLOR] SqlConnection [COLOR=#0000ff]Dim[/COLOR] dbcommand [COLOR=#0000ff]As[/COLOR] SqlDataAdapter [COLOR=#0000ff]Dim[/COLOR] dslogin [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] DataSet dbconn = [COLOR=#0000ff]New[/COLOR] SqlConnection("Server=localhost;UID=sa;PWD=sa;database=websiteDemo") dbconn.Open() dbcommand = [COLOR=#0000ff]New[/COLOR] SqlDataAdapter("Select UserID from " _ & "Login Where " _ & "Username = '" … | |
Hi, I'm new here, but I'm hoping that you guys can help me out. I'm using ASP.NET 2.0 (C#), and I'm having a problem binding a DataReader to a DataGrid. If it makes any difference my IDE is MS Visual Web Developer 2005 Express Edition. [code]System.Data.OleDb.OleDbConnection dbConnection = null; string … | |
I am using C++ in VC++ 2003 there are some examples like this [URL]http://www.codeproject.com/cpp/miniexcel.asp[/URL] but I don't quite understand. I hope someone could help me or guide me to some related documents, bow! | |
i m new to asp . i m try to send mail using CDO. my os is XP pro. i have install IIs and smtp also running. if i running my program , its doesn't throw any error. but my mail is not sent.. that is , if i m … | |
Hi everyone How can I embeded an image to OLE Object field using Long Binary data. and what Long Binary data means and how to use it. does anyone have any ideas on I would to display images in my asp page. I am trying to insert the images in … | |
hello.... as i m building a job site. i am getting resume for the applicants through,but now i want to send them auto generate mail. i.e; when they send me mail and after i get the mail. my system should automatically send the mail to them that thank you for … | |
Is it possible to redirect to a different frame ? I tried using [code] Response.Redirect "somepage.htm; target=MainFrame" [/code] but it didn't work | |
Hi guys, I was just wondering if I could get some help with .aspx files. I have been creating a website for a school assignment. I need help with creating a user sign up page, confirmation page and a login page. If you could point me to any documents online … | |
I think my PC is suffering from AIDS. Or leukaemia. Or both. Either there's not enough protection agains nasties or there's WAY TOO MUCH. So much it does more damage than any nasty code ever. For the future reference, BitDefender is the AIDS and NVIDIA's firewall is the leukaemia (they … | |
Hi all... I have an issue that I've been puzzling over here and there for about a week. I should say that I'm new to ASP.NET and new to this forum. I Had some experience with VB6 some years back then my career took a left turn. Now I'm back, … | |
I have a single form in my web page. The Form is defined as [Code] <FORM action="somepage.asp" method="post" id="Form1" > <INPUT TYPE="Text" Name="txt1" id="txt1" size=5 > </FORM> [/Code] In a javascript function, when I am writing document.Form1.txt1.value = 5 ; I am getting an error "document.Form1.txt1 is invalid or null". … | |
hello there i want to send an email in which user has selected an attachment to send. below is the code for it: [code=asp.net] [COLOR=#0000ff] Imports[/COLOR][COLOR=#000000] System.Web.Mail[/COLOR] [COLOR=#0000ff]Public[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]Class[/COLOR][COLOR=#000000] WebForm1[/COLOR] [COLOR=#0000ff]Inherits[/COLOR] System.Web.UI.Page #[COLOR=#0000ff]Region[/COLOR] " Web Form Designer Generated Code " [COLOR=#008000]'This call is required by the Web Form Designer. [/COLOR]<System.Diagnostics.DebuggerStepThrough()> … | |
Hi all, i need the code to detect the USB using Asp.Net ... thnx | |
This happens intermittently all the time, but at times like today, it just go on. This is what happens: Our website is hosted by a company in Honk Kong. No one inside our office, on either of the 2 dsl connections can open our own website on the host, but … | |
Is there an ASP to PHP converter? i have heard there are some. Have any of you ever used it.:?: | |
Hi: I am trying to use AUTHBOT as a form protector against spambots. I have everything working fine, except that the form will not email the values of the fields. It will write them on the page, but for some reason it will not email them through the processor. Can … | |
well i have done asp coding in asp but when i want 2 run in internet explorer it does not work [URL]http://localhost:8080/UCComplain/UserComplain.asp[/URL] well i have copied folder to wwwroot and iis 5 is also running but how i run asp file to see result in ie5 what is the problem | |
Hello, Can someone make me an exe of this VB code? [url]http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=33626&lngWId=1[/url] I am at office now and dnt have VB installed here...so just need ur help... upload it to [url]www.rapidshare.com[/url] Thanx | |
Well i m developing ecommercesite 4 garment store 4 1st time in asp i have created a module selection of product then second is basket now i have select 5 items with 1000 amount but afterwards after puting items into basket what is the next procedure for verification of payment … | |
well i m working in asp i want to open connection th eproblem is that i will open and close connection in evry page or in application object i use | |
Looks like i am one of many with the same problem. Here is my log: Logfile of HijackThis v1.99.1 Scan saved at 11:40:19 PM, on 10/26/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\Explorer.EXE C:\Program Files\MediaCodec\pmsngr.exe … | |
[B]Hi :) I would expect to see an image from the database with that code:[/B] <% set conn=server.CreateObject("ADODB.Connection") conn.Provider="Microsoft.jet.OLEDB.4.0" conn.Open "F:/projet/test1.mdb" set rs= conn.Execute("SELECT photo FROM photos where ID=1") Response.ContentType="image/jpg" Response.BinaryWrite(rs("photo")) conn.Close %> [B]or [/B] with dsn(data source name) link in contral panel <% Set conn = Server.CreateObject("ADODB.Connection") conn.open "WinConnection" … | |
What is API in Java? and does C programming and C++ has it? or all software like C,C++, C#, JSP, ASP, ASP.NET has API? And what is software Library? | |
We are looking to add a "bookmark a page" link to our website that is written in asp. Does anyone have a code example we can use? Thanks for your help. Best Regards, Rodney | |
i m opening rthe project in visual interdev when at the time server mode it shows message that which server u want to connect i m writning p4 my computer and also localhost it does not correct so i cannot work in interdev what shouled i do if i want … |
The End.