5,691 Topics

Member Avatar for
Member Avatar for umshere

[B]Searching keywords inside webpages [/B] -------------------------------------------------------------------------------- hi all my problem is [B]searching [/B]:rolleyes: ...i want to search words within webpage which is stored in one [U][B]directory[/B][/U]..:surprised it is different from normal directory searching :eek: ...beacause i am searching inside the [COLOR="darkorange"]webpage[/COLOR] ..so i want to omit all that html tags …

Member Avatar for umshere
0
98
Member Avatar for kohkohkoh

i was planning to develop an e-learning web site. As far as i know, that most people using asp.net and together with vb.net. I planned to use asp.net and vb (vb 6.0..normal) as my application. is it a good idea of implementing that kind of stuff? (using asp.net + vb …

Member Avatar for kohkohkoh
0
90
Member Avatar for Visslan

:eek: Can anyone please recomend a good and "easy" book about asp.net. A book with good examples and doesn't contain 1000 000 pages.

0
65
Member Avatar for Qcdms21

HI , Daniweb i have two tables Guarantor and Loan1. when i insert into Guarantor all the values for table is inserted except stud_id which is the foreign key for this table from student_tb table. The value for stud_id shows 0 or zero. EX of code: if request.QueryString("id")<>"" then stud_id …

Member Avatar for Qcdms21
0
149
Member Avatar for ChimpusDupus

I have a GridView and a DetailsView on the same page which work together allowing you to Insert or Edit data records read by the GridView from the DetailsView. My ASP.NET book explains how to do this...assuming you aren't using any template rows. I happen to be using several template …

0
68
Member Avatar for shekharpw

Hi, I am Mr. Shekhar. I am working as dotnet programmer mostly on ASP.Net with C# and SQL. :) Like to gain more knowledge from all of you. Thank you.:p

Member Avatar for WolfPack
0
76
Member Avatar for pyari_priya1981

Hi All, I am getting following error : [code][B]System.NullReferenceException: Object variable or With block variable not set.[/B]Source Error: Line 1266: Error1.text=exp.tostring() Line 1267: [COLOR=Red]Line 1268: oExcel.Quit()[/COLOR] Line 1269: ReleaseComObject(oSheet) Line 1270: Source File: F:\Web\airtel.net\newaudit\callwisereport.aspx Line: 1268 Stack Trace: [NullReferenceException: Object variable or With block variable not set.] Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type …

Member Avatar for keyrun
0
211
Member Avatar for bagi

Hello all, I need some help from you all..... I have datagrid which shown some list of data such as books..... And before each of these data i have "get details" hyperlink button in datagrid and when i click the i want to show detail of that book..... [code]<Columns> <asp:HyperLinkColumn …

Member Avatar for brassinserts
0
150
Member Avatar for gajee

Hi..All, Can somebody please tell me what is wrong with this ASP.NET page?? The browser is returning me the error --> SubmitBtn_click is undefined <-- here is the code ...... ... [HTML]<%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %> <%@Import Namespace="System"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> …

Member Avatar for gajee
0
118
Member Avatar for j1979c

Hello all.... Just learnt VB .NET yesterday and would like to continue to the ASP .NET book using the VB .NET IDE to program. The thing is... when I start a new project in VB .NET there are no templates for ASP .NET Web Application. Do I need to download …

Member Avatar for j1979c
0
167
Member Avatar for mrk_hyd

IIS in my system is running when I checked in the control panel/Administrative Tools/Services/IIS admin. Now when I enter any address in the browser, it is trying to fetch it from Internet instead of getting it from local server i.e., my system. Am I clear? Pls help me. I got …

Member Avatar for terrencetaylor7
0
149
Member Avatar for salim

HI all ! I have a stock control database, I want first the item sold and recorded as sold in the sale table secondly the item will be deleted from the stock table third the item wil be automatically reordered in the order table. is this possible please. I am …

Member Avatar for terrencetaylor7
0
127
Member Avatar for tobek275

Hi, I have problems with spam in my guestbook and hope the solution colud be to forbid specific characters like "]" or maybe words like "www.". So I need help to detect a special character or word in a string or more exact, in a string from a form(Request.form("text")). Is …

Member Avatar for campkev
0
58
Member Avatar for mckmk

hi l want to control serail port with ASP.NET. Can l use serial port of visual C#.net . How can l do this?

Member Avatar for Nomasus
0
62
Member Avatar for Dragonbssj

Hi there everyone. One of my older computers which for some reason i use more then the other computers so i decide that i should fix it up. Here is the specs of this computer right now (This is a oldie but it works fine) Computer: Operating System: Microsoft Windows …

Member Avatar for vicec64
0
153
Member Avatar for shefer

Hey, I'm using Web Parts and atlas to implement drag and drop of web parts. Every thing work great in IE6. After reading ScottGu's Blog about firefox support [URL="http://weblogs.asp.net/scottgu/archive/2006/03/24/Drag-and-Drop-ASP.NET-2.0-Web-Parts-in-FireFox-_2800_with-Atlas_2900_.aspx"]http://weblogs.asp.net/scottgu/archive/2006/03/24/Drag-and-Drop-ASP.NET-2.0-Web-Parts-in-FireFox-_2800_with-Atlas_2900_.aspx[/URL] I decided to give it a try. It works fine for the *first drop* but after the first drop it seems …

0
86
Member Avatar for Gowrishankar

Hi,Is it possible to execute the (ASP.NET using C#) code in a command prompt...?If it is possible means how ?and also can I execute the class files in command prompt...?Please give me some ideas...

Member Avatar for alc6379
0
177
Member Avatar for Qcdms21

;) Hi dani webbies , qcdms 21 is back , well my prob is kdv's problem. Kdv 's problem is my problem too. :) well in dropdown button department where there is administration and so on. when i click for administration for example , the corresponding textbox , Aspect No …

Member Avatar for Lafinboy
0
88
Member Avatar for jsonwang

Here is an ajax example: instant chat. [URL="http://www.linb.net/schat/schat.html"]http://www.linb.net/schat/schat.html[/URL] with asp source code to download.

Member Avatar for tgreer
0
100
Member Avatar for mikefitz

Hi, Is there a way to set a mask on the standard ASP.NET TextBox Web control? For example, I need to mask the input and display of a telephone number "###-###-####". Thanks, Mike

Member Avatar for mikefitz
0
122
Member Avatar for ChimpusDupus

Hi, I'm creating a page that has an ASP button that should delete a row of data from an SQL database. I want a javascript confirm window to appear to make sure the user [I]really [/I]wants to delete the information. I can set the button's OnClientClick property to "javascript:confirm('Are you …

Member Avatar for ChimpusDupus
0
180
Member Avatar for GavinC

Hi there. I have an Access database with 2 fields. Client Name and Date The Date is only entered with month and day and year i.e: Gavin | 2006/06/29 Mr X | 2007/07/15 Mr Y | 2006/06/30 and so on, some dates are the same for reasons of the following... …

Member Avatar for GavinC
0
128
Member Avatar for bogy

Hello guys, I'd like to ask about something: When I press ASP.Net Configuration (in the web site menu in VisualStudio 2005), this message appears: "Unable to connect to VisualStudio's localhost Server" and I've already installed IIS. So any one can answer me? Thanks... bogy.

Member Avatar for bogy
0
148
Member Avatar for Kian99

Hi, I’m a new comer at this forum. I got a printing problem with crystal report; I can’t directly print the document/ report from the crystal report printing function. I build this web base reporting program with asp.net 2.0 using CrystalReportViewer control. As the report designer I use Crystal Report …

Member Avatar for nileshagni
0
179
Member Avatar for terrencetaylor7

[COLOR=#555555]Good day, I am using Outlook 2003 at home and I host a web site for my family only. (I know, really small time stuff) I would really like to use my personal outlook calendar like a database.[/COLOR] [COLOR=#555555] [/COLOR] [COLOR=#555555]:?: Is it possible to access the calendar.pst file like …

0
126
Member Avatar for thare

I have to input data in a ASP form like microsoft excel with many rows and columns. How should I do to make this form ? :sad: Thanks !

Member Avatar for thare
0
140
Member Avatar for salim

I have it all set up for my satock control, I have the primary keys and foreign keys too, so in SQL how is it to update my stock control when I sell item so I could have products deleted from stock and inserted to sold_product tables please. [COLOR=sienna]tbl_Stock[/COLOR] ( …

0
101
Member Avatar for uddipto_banerji

:sad: Hi, I have created a login page in ASP.NET through C#,there I have two text boxes and one command button called submit and i have created a database and a table named login in SQL server2000 where I have stored the user name and password.Now I want the user …

0
78
Member Avatar for ChimpusDupus

If you haven't guessed by the number of questions I'm asking, I'm in the process of [I]learning[/I] ASP.NET as well as using it to update a website. This problem deals with Validation. Basically, I have two buttons within a table that have the functions of Editing corresponding data in the …

0
73
Member Avatar for felicekiew

Good afternoon: As before, i use pop out calendar for DOB field, but is not so good for user to access. So my lecturer request maintain pop out calendar but add a method that can type the birth date on the text field according to user's choice.How can i use …

Member Avatar for Lafinboy
0
82
Member Avatar for lak

Iam using COM in the asp page. All process in DLL is working correctly in windows 2000. But we want that asp site in windows 2003. So, we shifted to windows 2003, then all processes are working instead the following lines used in DLL. contextstate.SetMyTransactionVote TxCommit contextstate.SetDeactivateOnReturn False But, in …

0
61
Member Avatar for blacklocist

Hi All, I am extremley mad right now. I had a desktop machine and installed Win2k3 and put SQL server and IIS on it. It ran perfectly but just slow. So I managed to buy a new beast. It's really sweet and was in the process of migrating over. I …

Member Avatar for blacklocist
0
191
Member Avatar for Silentiopk4

Hello, I'm inheriting a half-built web-site that has runs on IIS over an MS SQL database. The web pages are written in ASP and they are mostly a mess. Is it possible to use Perl scripts in an MS SQL and IIS environment? Thanks for any input or feedback. Silentiopk4

Member Avatar for TheNSS
0
85
Member Avatar for selimatmaca

I spent my whole day but I could not solve the problem. I dont have much experience in Asp.net. Please help... DropDownList dont send selected value to the Sub DropDown_SelectedIndexChanged The Error Message is:[B]Exception Details: [/B]System.NullReferenceException: Object reference not set to an instance of an object.[B] [/B][B]Source Error:[/B] Line 38: …

Member Avatar for Fenerbahce
0
115
Member Avatar for Dick_738

Hi Ever wondered what happened to all the oldies who didn't go corporate? Well, now you know! We grew with the tide, learned ASP and VB and C++ and, and, and....

Member Avatar for MamawDenise
0
97
Member Avatar for mimiii

Hi. Yesterday night my friend instant message me with this "look at my cool picture" link. I clicked on it because she always gives me links to look at her pictures. All of a sudden Aol Instant Messenger started to IM everybody. Later on, when i opened the internet explorer, …

Member Avatar for ketanc_79
0
252
Member Avatar for Techno_dame

I got a problem , can you help me out. Recently started learning how to program in asp.net using Web Matrix. I downloaded and installed all necccessary software as instructed (i.e. the Web Matrix software, MSDE software and SQL Server 2005 Express software. Strangely, in Web Matrix, when it comes …

0
61
Member Avatar for crazy_flip

Hi I am tryin to get a page to send an email back to the user, I can mail to myself but I want it to take it from the previous page. please help its driving me mad Cheers Phil [CODE] <% theSchema="http://schemas.microsoft.com/cdo/configuration/" Set cdoConfig=server.CreateObject("CDO.Configuration") cdoConfig.Fields.Item(theSchema & "sendusing")= 2 cdoConfig.Fields.Item(theSchema …

Member Avatar for Lafinboy
0
129
Member Avatar for crazy_flip

Hi, I would like to get a form to perform 2 actions at the same time, does anybody know how to do this, it needs to insert a record in to a database, (which it does currently) and also email the person that just registered to say hi. which one …

Member Avatar for Lafinboy
0
77
Member Avatar for yawboon

Hi , I am 1st time in this forum. i need to do a search using asp . The search result will return the keyword match percentage with the word in database. example: [URL="http://www.newport.com/searchresults.aspx?lang%20=1033&searchfor=3679%20Mirror%20Mounts%20Opto-Mechanics"]http://www.newport.com/searchresults.aspx?lang%20=1033&searchfor=3679%20Mirror%20Mounts%20Opto-Mechanics[/URL] i am running out of time and still cannot find any resources on the web. Does …

Member Avatar for Grumblybum
0
107
Member Avatar for robmcfeters

I've been researching motherboards to purchase for my first build. I've come across many reviews, but so many of them conflict. I've got my eye on this board: [URL=http://www.newegg.com/Product/Product.asp?Item=N82E16813131540]http://www.newegg.com/Product/Product.asp?Item=N82E16813131540[/URL] However, I've been told that board isn't good for first-timers. Can anyone recommend AMD-compatitble / socket 939 motherboards that are stable …

Member Avatar for vicec64
0
96
Member Avatar for SmileSmita

Hi there, I need help in the following situation. I have retrieved some records from my Access table by giving a simple select statement and have just simply displayed these records on the page horizontally. Also i have added a anchor tabl to each record so that when they get …

Member Avatar for Qcdms21
0
112
Member Avatar for tigtag

Hey anybody knows where i can get complete tutorials on asp.net from basic to advanced. help me

0
75
Member Avatar for The Dude

I only got 34% (Alot i had no idea as i didnt watch those shows,etc......) [url]http://www.liquidgeneration.com/quiz/80s_quiz.asP[/url]

0
36
Member Avatar for bodikon

Heya! First time on DaniWeb - so i hope i don't buggar protocol up! I code in ASP.NET and am pretty new to it, about a couple of years. And am still only getting to grips with the full power of ASP. (I started out in PHP for all of …

Member Avatar for LeProgrammeur
0
94
Member Avatar for AliAbbas

Hi, I have a folder with some Excel files in it. These files are all in Excel 2.1 version. I need a batch file in ASP.Net to open that folder and to convert all the Excel files into Excel 2003. And I also need to count the number of Excel …

Member Avatar for plazmo
0
66
Member Avatar for ciuboda

Hi everyone, My name is Dan and I'm an 'amateur' programmer. I'm using Visual Basic for astrology software development ( [URL="http://www.configurationhunter.com"]www.configurationhunter.com[/URL] ). Astrology is my main hobby (and more than this :p) I'm also interested in web developement (I know ASP and learning PHP) , SEO and web marketing. Best …

Member Avatar for Comatose
0
53
Member Avatar for sirishachalasan

Hello frnds.hope one u will help me to solve this problem. how to create a new user login page in asp.net using vb

0
53
Member Avatar for Gowrishankar

Hi,Anyone can tell me the way of encryption using the inbuild function of the ASP.NET in C# code?I want to encrypt the password and store them in a sql db...and encrypt the user input value for password then validate with that one to the encrypted db value..using the inbuild function …

Member Avatar for campkev
0
105
Member Avatar for sunilfromindia

Hi This is Sunil. I am a software engineer working in bangalore India. currently I am working on ASP.NET Regards, Sunil:eek: :idea: :!:

Member Avatar for happygeek
0
60

The End.