13,936 Topics
![]() | |
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 … | |
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 … | |
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 … | |
Certain keys on laptop keyboard are weird, asterisk when I hit "P" key, 5 when I hit "O" key, etc. External keyboard hooked up via USB 2.0 works fine. This happened last summer (before I had external keyboard) and repair guy that I called out to come fix it said … | |
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? … ![]() | |
Hello, I am a new member hoping to get better at developing ASP.NET and VB.NET applications. I am migrating from Dreamweaver MX to MS Visual Studio and struggling with the OO way of doing things. I often get hung up on syntax. In the past I would write all my … | |
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 … | |
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 … | |
Hi Guys, I have an aspx page called Main.aspx which has several text boxes and a button. When I click on this button, it opens up a popup window called SubMain.aspx I want to drag and drop those text boxes from the Main.aspx page to this new popup window. Is … | |
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 … | |
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 … | |
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 … | |
![]() | 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 - … ![]() |
[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 … | |
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 … | |
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 | |
[COLOR=#555555]Hi,[/COLOR] [COLOR=#555555]I need complete information about client side printing in crystalreport 2005[/COLOR] | |
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 … | |
[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 … | |
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 … | |
How to use MaxInvalidPasswordAttempts ? I have set MaxInvalidPasswordAttempts of the MembershipProvider in Web.config. But it no use. How can I acitve the MaxInvalidPasswordAttempts ? | |
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 … | |
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 … | |
hi everyone, How to insert record to gridview without connection to Database and bind it? | |
: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 … | |
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 | |
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 | |
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" … | |
Ok im getting into ASP.NET 2 and SQL and i was wondering if there are any free forum starter kits/templates out there? | |
Hey, if anyone has an idea of how to increase performance of a web application (ASP.NET). by means of deployment not code. | |
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 … | |
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 | |
guys have anyone ever work with ajax with asp.net. if anyone have any information regarding this subject, may he share it with all? thanks in advance sam | |
Hi everybody, i was planning to learn Visual C++ .net 2003 but don't know where to start. Can somebody recommend a good link for the same. Thanks in advance.. | |
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 have two HTML <a href tags> If I click one of the item I should get one ASPX page and if I click another tag it should … | |
hi can u plz tell me how to maksing in asp.net i tried a lot of codes but no use plz helpo me out | |
I don't know if it is acceptable here, i am newbie and trying to learn asp.net, I want to know how to do this tree view of informaton (see attachment to see what I mean. A simple code/ explanation will be appreciated. Thanks. | |
Hello to all.I have this project and I must say I am quite stumped with this ASP.Net ( I just can't feel the freedom when I was using JSP:-| ) Anyways the problem is this: After connecting to the database and verifying that the given password and username was correct … | |
I am new in VB.NET/ASP.NET, I want a user to logon to the aspx page using access level, If Access level is Administrator or User Or Manager different links or page be display or if Access level is User all the link relevent to admin should be disabled visa vesa. … | |
Can someone please tell me how to reduce the size of an image to a particular size. i.e. for e.g 40 kb in asp.net/C# | |
Hi, Can anybody send me a tutorial on how to handle a dynamic dropdownlist in vb asp.net. What I want is to have 2 dropdownlist. In my first dropdownlist, I have the list of departments. Then in my second dropdown list, I have the list of the members of each … | |
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 have two frames....in one one of the frames I am placing my menu items (presently a href tags)....when I click on any of the menu item the … | |
I'm currently programming in C++ at an intermediate level and now moving on to the Win32 API. I know basic Win32 API programming so far and I don't find it too difficult to learn, but my question is: is it worth it to continue learning it while Windows Vista will … | |
I am having a wierd problem in that i can run my website from VS2005 and it hits the db for my articles list and gets them all back successfully. Although if I build my site and run it from the local host I can see the DB get hit … | |
Hi all. Hoping someone could help me out here. I recently started toying around with ASP.NET web development and had downloaded a small business website starter pack from the MSDN site. I've gone through and made many modifications to the pages (only as they relate to the content of the … | |
Hi: Hello everyone. Can any one tell me how to change the location of _viewstate(hidden form field) in asp.net page from its default location( its usually the first control rendered in the form when u view the source of the page). This is for SEO(search engine optimisation) perpposes. I want … | |
I found some old floppies with some of my early basic programs on them. I made them in vb3 (.bas .frm) but I'd like to open them in VB.NET is there a way to do this? I saved all my files in ASCII. p.s. please don't post [URL="http://www.daniweb.com/techtalkforums/www.advantageware.com/VBAD_free_tools.htm"]this[/URL] link, because … | |
hey all, i have an ASP.NET application which was developed under VS2003. the application has a project for webservices, now i'm trying to convert it to VS2005 using the migration guide (you can find it in [URL]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/webprojectsvs05.asp[/URL]). anyways, after converting, i build the application to check the build errors, and … | |
hi.....when i try to view the page [code] http://localhost i've also tried 127.0.0.1[/code] i get this error msg: both with IE & mozilla firefox. [B]The page cannot be displayed[/B] [COLOR=#000000]There is a problem with the page you are trying to reach and it cannot be displayed.[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000] [/COLOR][COLOR=#000000]Please … | |
Hi All, Well it's now 8:49 and have been at work for twelve hours and it starting to show. While I was going to copy a website to my webserver for some reason I though hey why not click the checkbox "Connect using Secure Sockets Layer". I then hit open … |
The End.