13,153 Topics
| |
If i try to access the [url]http://Amit/dll/default.aspx(Try[/url] to open the file) i get the error mentioned below: The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. HTTP Error 404 - File or directory not found.<BR> Internet Information Services (IIS) | |
Em, i'd used ASP.NET for 1 month, but recently when i drag a control on .aspx interface, says DropDownList9, and in aspx.vb interface, i try to type DropDownList9, but it keeps saying i did not declare it. How can this happened? Any modification on ASPX interface seems doesnt link to … | |
Hi All, I am an experienced java programmer for many years. But my problem is that the final assignment that was given to me for my master at the university, has to be written in VB .NET. Do you know any good books for learning VB .NET for someone like … | |
I have a wamp apache server.. how to run asp.net pages from it.. | |
Hello, I am trying to create a survey form in my office website. I want the form contents to be sent and saved in a MS Excel spreadsheet or an MS Access database. Does anyone know how to do this? I know how to view data saved in an Access … | |
I have a project to be done that is a web based EMPLOYEE PAYROLL SYSTEM AND TIME TRACKING in ASP .NET with SQL SERVER and im just a beginner wid ASP .NET and have no idea about what to start with , so please please help me !!! | |
I'd like to count how many visitors came to my site. Can you give me a quick and easy way to do this? | |
I've just taken over an old project that my boss would like me to incorporate a couple of session variables into the code in order to maintain data history on a few pages. The project itself is web page that consists of a frame design and on one frame is … | |
hi all, i'm having 13 datasets in my windows service.nw the task is to convert dataset into xml.i know to convert 1 dataset into xml.nw i ve to combine all the 13 datasets into 1.den convert the 1 dataset to xml. nw i'm in need to know how to combine … | |
Sorry if i'm posting this in the wrong place. I figure that there will be more c# developers here than in the web dev lounge. I would like one that has comprehensive chapters on creating asp.net feedback and that teaches you how to build simple database driven web applications. Bonus … | |
I am using a Image Button [code=ASP.NET]<asp:ImageButton ID ="SubmitACH" runat="server" ImageUrl="~/images/buttons/selectACHTransfer.gif" AlternateText="Select ACH Transfer" CssClass="goalCloseButtons" OnClick="SubmitACH_Click" /> on its On click event I'm writing this code protected void SubmitACH_Click(object sender, EventArgs e) { Response.Redirect("abc.aspx"); }[/code] And I am getting an error 'Page.aspx' does not contain a definition for 'SubmitACH_Click' Any … | |
Hello friends, I have problem because i want to make exe of windows project which i can install only one time then after it is no longer used. Please give me answer. Immediately. If u know please. | |
hi, i have a application in which my need is to make a child checkbox enabled false on page load.When user clicks on parent checkbox ,child checkboxes become enabled true. i have used javascript to achieve this function. my javascript goes like this [code=JavaScript] for (i=1; i<inputs.length; i++) //if childNode … | |
Hi Sir, I'm having one web services. Nw i hv to create one windows services. In that windows Service Project download all the Data from the Webservice and store in the Local Folder C:\Temp, as a XML File Format I'm very new to this web n windows services..will u plz … | |
Hi, I have a small website that I'm using to test some things involving accessing an XML file for data. It works just fine in Visual Studio's debugging environment, but when I put it on a prototype server (which has a certificate that is past it's expiration date). I get … | |
Hi i was wondering if anyone could help me by recommending a book. I recently finished a hnd in computing and want to further my knowledge of web applications we did the one on our course in asp.net (visual studio) does anyone know a good book to help me? thanks … | |
HI I have a text file that contains lots of information. what i want to do is take only the lines that contain a specific word say "location" which is at the start of the sentence and select all of them and export them to a new text file. How … | |
Ok, I have a question about software architecture and how to design this partial system. These are the components. These are the requirements: Have someone log into the intranet (into company web site), type in their phone number (default retrived from database). They then can choose to either make a … | |
Failed to access IIS metabase. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.Hosting.HostingEnvironmentException: Failed to access IIS metabase. | |
hi all,,, well i am using asp.net 2005 and sql server 2005... i hav a database called as ABC,,i am using a gridview and a dropdown list inmy application. What i want is ,,the dropdown list should be populated wiyh all the table names available in ABC database and on … | |
Hi, I am supposed to design an outlook calendar like functionality to an existing application. The user wants to view all reminders based on a daily, weekly and monthly basis. I was able to solve this part by creating datatable on the fly with the reminder content and displaying with … | |
Hi all i have a datalist and i enable paging in it. but the link button not work when i click on it. The code is shown below: [code=ASP.NET]<asp:Panel ID="Panel2" runat="server"> <font size="-1" face="Verdana, Arial, Helvetica, sans-serif"><asp:label id="pageNumber" runat="server" /></font> <asp:DataList ID="theDataList" runat="server" RepeatColumns="4" Width="616px" CellPadding="4" ForeColor="#333333"> <HeaderTemplate> Book Listing … | |
I am a seasoned PHP/Postgres/AJAX developer and would like to get back into ASP.NET development which I haven't touched since I graduated in 05(v1.1). Everywhere I look I find tutorials that include GUIs and wizards and that is not really the way I like to do things. I don't need … | |
how I connect a c# controller on a server and an asp.net form based website (it has to go though the c# controlelr to get the data, not just in database) | |
In a table, i create two <TD> .In first <TD> i use datalist to display thumbimage and set pagesize as 4. when i click that thumb image, medium size image will appear in next <TD>. when i move to fifth thumb(i.e.to retrive next 4 set of images) again that first … | |
Hi, I have a drop-down list that is used to select a theme (which can only be set in the Page_PreInit event) and so I set a session object called theme that I use to set the theme in the PreInit event. The problem is that on the postback, the … | |
hai friend's i am doing a project in chatting so if anyone know any coding or any idea about that please reply to me thank's in advance.. | |
Here is my code i have shooping cart.i have created a table and bind this with GridView.Now i want to update this table through the GridView Edit Button(Suppose The Qty Field).How i will i do it. [code=asp.net]Imports System.Data Imports System.Data.SqlClient Partial Class MyCart Inherits System.Web.UI.Page Dim DT As System.Data.DataTable Dim … | |
Need to add 4 tab spacings in between hyperlinks "ManageLink" & "ManageLink1" I tried using: xwriter.WriteEncodedText(" "); AND xwriter.WriteLine(); Both these inserts only single spacing. Any help how can i create multiple spacing between these hyperlink controls [ICODE]xwriter.RenderBeginTag(HtmlTextWriterTag.H6); HyperLink ManageLink = new HyperLink(); ManageLink.Text = "manage"; ManageLink.RenderControl (xwriter); xwriter.WriteEncodedText(" "); … | |
In my project,web config properties window displays nothing.It display only plain black. comment lines and auto intelesense are not working.there are no errors to run the program.One new file included vwd.webinfo It contains below codings. [CODE]<?xml version="1.0" encoding="UTF-8"?><VisualWebDeveloper> <!-- Visual Studio global web project settings. --> <StartupServices> <Service ID="{967B4E0D-AD0C-4609-AB67-0FA40C0206D8}"/></StartupServices></VisualWebDeveloper>[/CODE] If … |
The End.