13,153 Topics
| |
Hi all, I cannot able to create project in Windows Server 2003 with Visual Studio.NET 2003 The error returned was: The default Web access mode for this project is set to file share, but the project folder at 'http://localhost/WebApplication1' cannot be opened with th e path 'c:\inetpub\wwwroot\WebApplication1'. The error returned … | |
Hi, What could be the problem if the icon doesn't appear in the 'add new item' dialog? What tools/methods would you suggest to find the cause? I'm using MDE 2002 version 7.0.9366 Framework 1.0 Also tested on Visual Studio 2005 with the same problem. Path to vsz-file is e:\program files\Microsoft … | |
how to check where the uploaded images already exist in the system | |
Hi I recently installed SQL SERVER 2000 Personal edition on my Windows XP Prof PC. I installed using the windows authentication mode. But when i try to connect the database from .NET in my ASP.NET application. I get an error saying "Server does not exist or not access denied" pLEASE … | |
Hi, I want to fill data from database on the webpage. There's no problem with reading the data, filling the menu and so on, but I want to put the text & pictures in the article and this is a real problem :lol: Is there some component (like panel or … | |
Hi, thanks for taking the time to read this. :cheesy: I am only new to asp.net and use version 1.1 :o I want to give my users the three options that messenger gives: - :eek: Remember me Remember my password Log me in automatically but I would need to save … | |
I am working on a seat selection page for an ASP.NET school project on movie booking system. I have created the seats using buttons (A1, A2, A3) etc. When the user click on the button, the button colour changes and the user finalized the payment. I have an issue here. … | |
Hi, I have made the necessary changes in the web.config so that I can get to the security Tab for the ASP.NET configuration. The new error when trying to go to the security Tab is: The following message may help in diagnosing the problem: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'. … | |
Hi All, I have problem in manipulation data grid. The datagrid contains dynamic number of columns, and there is possibilty of the datagrid to be longer than the browser's viewport. Users/clients will need to scroll horizontally, This can make user to loss track of the other part of the datagrid. … | |
Hi, I am new to ASP.NET, working on a web app using Visual Studio and VB. My App was working fine before and after I made few changes, It opens "Default.aspx" for any selection. I've even remaned the file "default.aspx" in the solution to something else and made sure there … | |
I'm coding in VC++.NET. Does a static timer work like any other static variable? I have a class CLASS1 that has a static timer TIMER1 and a function ENABLETIMER that disables then enables the timer. From the main file, I have a callback function that calls CLASS1::ENABLETIMER(); The timer is … | |
There is something I'm not 100% sure about. If we have multiple versions of the .Net framework like 1.0, 1.1 and 1.1 hotfix, can we uninstall older versions with no problems? I think we can but should keep the latest we have ( 1.1 ) and its hotfixes. In other … | |
Hi all i try to change the keyboard layout and languge in multilanguages (English and another Dutch-dir=ltr- or Hebrew-dir=rtl-) web pages, its usually changed by Alt+Shift ,KeySend method can control applications but can be usefull but about web page i have no idea i could not find anything can help … | |
Hi! I looked at some of the threads like [URL=http://www.daniweb.com/techtalkforums/printthread34185.html]this one[/URL] but my problem seems to be different. I just migrated from one WinXP IIS machine to another. I have .net installed and running. I can view my .aspx files when I use the /localhost. But when I go through … | |
Im having trouble with my comp. finding .net framework vs1.1.4322, using search and run methods several apps and programs not initializing correctly when I use them install them or try to uninstall them I have unistalled the software and re-installed it and seem to have less problems but my comp. … | |
I'm very new to using asp.net and am trying to run my company's website with IIS - I know that it's set up properly because our other projects work fine on our local host. The problem I'm getting is with the web.config file. The project was outsourced and we no … | |
Guys, i have been struggling with this for past three days... here is what i have... aspx page [CODE]<form id="Form1" method="post" runat="server"> <asp:repeater id="titleRepeater" runat="server" EnableViewState="False"> <ItemTemplate> <b><%# DataBinder.Eval(Container.DataItem,"Item_No") %> <br> </b> <asp:DataGrid ID="maingrid" Runat="server" AutoGenerateColumns=True DataSource='<%# GetDataSource( Container.DataItem )%>' OnItemDataBound="maingrid_showformatting" ShowFooter=True > </asp:DataGrid> <br> </ItemTemplate> </asp:repeater></form>[/CODE] codebehind [code] Private … | |
Hello All, i know how to add rows(sub headings) to the stand alone datagrid...i have followed the tutorials at [url]http://aspnet.4guysfromrolla.com/articles/072603-1.aspx[/url] but how can i do the similar thing for each child grid inside the master-child datagrid. to create master-child datagrid i followed the tutorials at [url]http://aspnet.4guysfromrolla.com/demos/MasterDetail.aspx[/url] can someone provide some … | |
Hi, I'm programming in ASP.net (C#) and I want to open the page with our reservation system in the new popup window (well, I'm not glad to do so, but it must be :rolleyes: ). Is there some way to do this using C#? Thanx, Steve | |
I worked on this site over the summer at an office, I'm now back on christmas break, and will work again this summer. With the help of many people online I got the following code to work. But now, it doesn't work. As far as I know, the code SHOULD … | |
Hi I have added some controls dynamically and raised an addhandler click event see below AddHandler _Expand.Click, AddressOf Me.btnClick Private Sub btnClick(ByVal sender As Object, ByVal e As System.EventArgs) Dim tmpBtn As Button = CType(sender, Button) Response.Write(tmpBtn.ID) End Sub I want to raise a postback inside the Private Sub btnClick...... … | |
Hello Guys, here is what i am trying to do...i am trying to add some rows(subheading rows) to the child grid inside the master datagrid and not sure where to do it... i have filled my datasets as below for master and child grids [code] oDA.Fill(oDataSet, "items") oDA.SelectCommand.CommandText = sql2 … | |
In design mode (Crystal Reports v10) my report previews perfectly...using font "Tally Data Processing", size 10. I then set this report as a source of a CrystalReportsViewer control in a .Net Windows App. There it comes up using font Arial; an export to Excel or a PDF is also in … | |
hi all, a 'space' in asp.net is ' ', how about 'tab' in asp.net? by the way, can i [B]add image to a listbox user control? [/B] if so, please provide the codes or any ref links.. [COLOR=DarkRed]a million thanks![/COLOR] | |
:D What is the lifetime of values within the viewstate. :D for how much time are they going to store the values of our controls | |
I am having problem in connecting the database. As I am new to it so I have started with simple basic statements. But the compiler is giving the following error Type 'OleDbConnection' is not defined. In fact it gives error at many other things as well. As when I was … | |
Hi all, I'm relatively new to ASP.NET - used to code in Coldfusion. I've got this control created in a page <asp:listbox>. I also have a javascript function in the same page to add listitems into the listbox on certain client calls such as the following:- [CODE] var anOption = … | |
:cool: After college I am now planning to take IT certifications.This would help me to get a decent job. A certification is not an easy job and the prime importance is plannig an exam. Will any one advice me, on how should I plan for my MCSD exam 70-315? Your … | |
hi, i want to give facility to search in my website both search through a keyword and advance search. if any body can send me some code of search option. i m using VB.NET as tiel language and sql server 2000 as database. thanx in advance Prakash Roshan | |
Not very sure where to post this because of the mixture of type of information. 1) Anyway, i have some queries on how to have event handlers in VB .NET for buttons i have created in ItemDataBound? The user is able to delete rows by using checkboxes and delete buttons, … |
The End.