13,153 Topics

Member Avatar for
Member Avatar for Exelio

hi all, I am working on a project where i need to extract all the rss feeds in a given url.Also i need to give a alert whenever a new feed is added in the rss file. I am able to extract all the rss feeds from the given url. …

Member Avatar for ses5909
0
62
Member Avatar for roshan.prakash

hi, i m using freetextbox in my project. i want to know when i try to insert a image in this editor i got the local machine address of that image which will not work when any body try to open that file in any machine. can any body have …

0
67
Member Avatar for Rocksoft

could anybody help to create autocomplete dropdown box with editable, whatever we typing in dropdown box it should show dropdown of the control, in my project i filled the dropdown box by store number from mysql database, For Eg., if i will type "43" it should show all stores starts …

Member Avatar for showtime
-1
71
Member Avatar for showtime

SELECT Stores.strStoreName, (CASE WHEN T.intItemID=S.MinSub THEN Stores.strLogo ELSE NULL END) AS displayCategory, T.txtDescription FROM Items AS T INNER JOIN Stores ON T.intStoreID = Stores.intStoreID, ( SELECT intStoreID , Min(intItemID ) AS MinSub FROM Items GROUP BY intStoreID ) AS S WHERE T.intStoreID = S.intStoreID ORDER BY T.intStoreID, T.intItemID The SQL …

0
83
Member Avatar for iandlsu

i was tinkering with my pc and i saw this "ASP.NET Machine A..." account in user accounts in control panel. since i don't know what it is or what it is for; i wanted to ask what it's for and if it is safe for me to delete this account? …

Member Avatar for Dukane
0
66
Member Avatar for superhuman

Hi, I have a small doubt...I request the answer for this question.... How to bind images and links from database to a Repeater control(LINKS-a text on clicking this should navigate to the required page(BASED ON QUERY STRING), IMAGES are two columns of a table in the database) and have a …

0
81
Member Avatar for kingflux

Hello, and thank you in advance for any help you can provide. Each line in our datagrid control contains a product number, description, and a textbox for the user to enter a quantity-to-order. Users enter quantities (not necessarily on every line), click the Next button, and continue. Sometimes users return …

Member Avatar for kingflux
0
149
Member Avatar for mikefitz

Hi, I have an ASP.NET application that will not close a Browser using the Javascript Window.Close() command. I am opening a Browser on top of the current Browser to display and collect additional information. In the Click event of the command button on the pop-up Browser, I execute some VB.NET …

Member Avatar for shatnawi
0
107
Member Avatar for ChimpusDupus

Hi, I have a controls in the footer row of a gridview that allow the user to insert a record into the data table bound to the gridview. The controls were each added into the columns by converting the columns to Template Columns and simply dragging and dropping the controls …

Member Avatar for Datrias
0
106
Member Avatar for Phried

First, I'd like to say, I am brand new to webdev, and this question is probably beneath most of you. OK. At the moment, I am using a listbox in which each listitem contains several pieces of information about a client, drawn from an SQL database, and filtered by attributes …

Member Avatar for Phried
0
58
Member Avatar for nephros

Hello Everyone, I need to complete a task, although I am not quite sure how? The task is to create a very unusual search system for a car rental site. There is a database of cars that the rental company possesses, and when the user specifies the rental period - …

Member Avatar for nephros
0
149
Member Avatar for Phoenix777

[B]Hi guys[/B] Need some help with an problem thats bugging me.. I have to open a .pdf file at the client side when the user clicks a button.. Opening is not a problem.. I am able to do it using the following code which is executed when the user clicks …

Member Avatar for web_developer
0
494
Member Avatar for rgambhir

Hi All, First time I am posting, so please forgive me if I miss out any information while asking you my question. I have a .net web app that I am building in 2.0 framework. I have a code-behind file that calls a method in a business logic class. The …

Member Avatar for web_developer
0
1K
Member Avatar for w_3rabi

hey guys i got this error message and i dont know what to do with it @"Login failed for user 'LOWY\ASPNET'." i have everything set well but it just keeps going anyone can give me some help

Member Avatar for w_3rabi
0
89
Member Avatar for raheleh

[COLOR=#555555]Hi,[/COLOR] [COLOR=#555555]I need complete information about client side printing in crystalreport 2005[/COLOR]

0
61
Member Avatar for llohl

The administrator quit- the site went down- when you login it points you to "mysql" has too many connections. we have done all the obvious mysql fixes and the problem is in the asp/net - the previous developer used visual studio? We need someone to take a look and tell …

Member Avatar for Paladine
0
138
Member Avatar for kcdclan

[code] [COLOR=#0000ff]#using[/COLOR][COLOR=#800000]<System.dll>[/COLOR] [COLOR=#0000ff]using[/COLOR][COLOR=#0000ff]namespace[/COLOR][COLOR=#000000] System;[/COLOR] [COLOR=#0000ff]using[/COLOR][COLOR=#0000ff]namespace[/COLOR][COLOR=#000000] System::Diagnostics;[/COLOR] [COLOR=#0000ff]ref[/COLOR][COLOR=#0000ff]class[/COLOR][COLOR=#000000] B {[/COLOR] [COLOR=#0000ff]public[/COLOR][COLOR=#000000]:[/COLOR] [COLOR=#0000ff]virtual[/COLOR] [COLOR=#0000ff]void[/COLOR] F() { Console::WriteLine([COLOR=#800000]"B::F"[/COLOR]); } }; [COLOR=#0000ff]ref[/COLOR][COLOR=#0000ff]class[/COLOR][COLOR=#000000] D : B {[/COLOR] [COLOR=#0000ff]public[/COLOR][COLOR=#000000]:[/COLOR] [COLOR=#0000ff]virtual[/COLOR] [COLOR=#0000ff]void[/COLOR] F() [COLOR=#0000ff]override[/COLOR] { Console::WriteLine([COLOR=#800000]"D::F"[/COLOR]); } }; [COLOR=#0000ff]int[/COLOR][COLOR=#000000] main(){[/COLOR] B^ b = [COLOR=#0000ff]gcnew[/COLOR] D; b-F(); } [/code] It says identifer not found. I dont know why …

Member Avatar for Narue
0
100
Member Avatar for Declan123

Is it possible to phone an ASP.NET site. What I mean is if you have an internal phone network, would it be possible to create an ASP.NET site that would take input from a phone (in particular a mobile phone). Also as the input was being entered, could the site …

0
68
Member Avatar for soso30

How to use MaxInvalidPasswordAttempts ? I have set MaxInvalidPasswordAttempts of the MembershipProvider in Web.config. But it no use. How can I acitve the MaxInvalidPasswordAttempts ?

0
62
Member Avatar for jcisml

Hi, I'm very new to asp, I would like to have a reservation script, here is what I'm talking about, [URL snipped] i should be able to click on the date and time, and reserve a spot, i have the source code (there are several files), but i don't know …

0
71
Member Avatar for ad5qa

I am looking for an example on how I can setup a redirector with ASP.NET. I develop for a Non Profit Organization and they want to be able to send an email to [email]admin@ww4va.org[/email] then forwarding it to our distro email and add it to a database for archival. This …

0
54
Member Avatar for soso30

hi everyone, How to insert record to gridview without connection to Database and bind it?

0
59
Member Avatar for jcf

:eek: Hi, Im having problems in adding new records in a database connected to .net. The data type of ID in access is NUMBER. When I click SAVE it shows this error message: "Column 'ID' is constrained to be unique. Value '1' is already present." Here is the code for …

Member Avatar for sushanth
0
339
Member Avatar for amithasija

i know this is not a question u'll enjoy,but i am new to asp.net but i need a connectio string to start my project ,so can anybody plz tell me how to get connection string while using sql server 2005.plzz

Member Avatar for Paladine
0
118
Member Avatar for cyberjoe

Hi, I'm looking for a tool that can be utilized by daily build to encode our assemblies. It should prevent of decoding our code by disassemblers. I need something like: [URL]http://www.smartassembly.com/product/how4.aspx[/URL] Is this the best we can have? cyberjoe

0
29
Member Avatar for sougataroy

I have a Repeater control (myrepeater) and a datagrid both bound to the same datasource: dgMaster.DataSource = GetAuthors() dgMaster.DataBind() myRepeater.DataSource = GetAuthors() myRepeater.DataBind() Here is how it is setup in the repeater: <asp:Repeater id="myRepeater" runat="server"> <HeaderTemplate> <tr> </tr> </HeaderTemplate> <ItemTemplate> <tr> <td width="30%"></td> <td><%# Container.DataItem("firstdate") %></td> <td width="30%"><asp:HyperLink ID="Hyperlink1" Runat="server" …

0
76
Member Avatar for jbennet

Ok im getting into ASP.NET 2 and SQL and i was wondering if there are any free forum starter kits/templates out there?

0
64
Member Avatar for khusani

Hey, if anyone has an idea of how to increase performance of a web application (ASP.NET). by means of deployment not code.

Member Avatar for hollystyles
0
83
Member Avatar for Raju5725

HI, I am new to web development as well as ASP.Net....I am trying to design and a develope a web UI....in which I need to transfer file at the client location itself....I mean the provided filename along with the path I need to move that file from one location to …

Member Avatar for Exelio
0
84
Member Avatar for sridhar_msd

can we create dynamic reports in asp.net? the specification is as follows: we should be able to list all tthe columns from a table and the user dynamically select the columns for generating the report. plz help me thanks in advance sridhar

Member Avatar for sridhar_msd
0
74

The End.