5,691 Topics
![]() | |
i have created an asp.net website. it was working fine...the project builds ..but suddenly now when i run the project internet explorer opens with the page cannot be displayed message...it is happenning for all the sample websites i have in my pc tooo... what is the problem. i am getting … | |
hi all, do anyone knows how to create a dynamic dropdownlist? the dropdownlist will retrieve the list items from database.. eg: below is code for static dropdownlist where i declare the listitem myself.. but how should i declare listitem retreive from database? [CODE] <asp:dropdownlist id="ddl" Runat="server"> <asp:ListItem Value="1">A</asp:ListItem> <asp:ListItem Value="2">B</asp:ListItem> … | |
hi, there, im coming up with codes to connect asp.net interface(Track) with asp.net interface(Clerk). i am not sure if my codes are correct. at the same time, i am not sure how to write codes to write the select statement which can connect asp.net interface with sql server. please help. … | |
I have a form set up in asp using Dreamweaver with a text box for Zip, City, and State. I want a person to fill in zip and then when they move to the next field to have it fill in city and state. I also have a database called … | |
Hiya, Im looking to set up an events schedule, and i'm unsure where to start. Basically this will take a Startdate then insert a row in a table then a add 7 days to the inserted row date and insert another row etc until a specified date. I've looked at … | |
hi. I am creating a website using Visual Studio 2008. I m creating a Visual C#->ASP.NET website. I have a Login.aspx which has my login form. I have a dir - "CriticalDir" in the project which has a TeamData.aspx that will display a table which contains critical info. I have … | |
I am using Visual Studio 2008 developing a web app front-end for a T-SQL DB using asp.net and vb.net. I have a label inside a list like so: [CODE] <ul id="ul" class="class"> <li id="li"> <asp:Label runat="server" ID="label"></asp:Label> </li> </ul> [/CODE] I cannot access the label directly in my code-behind file … | |
Hello, I have exe flash file on a IIS 6 server. Is there any way to run it in the browser? Currently, if I click on link the browser hangs for a while and then downloads a zero kilobyte file. Many thanks in advance for your help. | |
Hi all i am new in ASP. Net How can i start to learn ASP.NEt | |
Hey guys im new to daniweb can anyone tell me how can i create an email inbox in my Web Application | |
Hello frnds.. I want to implement a progress bar on initial page load in Asp.Net. I am using Asp.Net 2.0. I have used Update Progress Bar but ii is shown on PostBack but not on initial page load time. As my page takes 15-20 seconds to download intially I want … | |
Hi, Every body, I have one problem that I want to get window logged in user in asp.net, each and every time it is giving ASPNET, I want only window user. I have WindowsIdentity class, HttpRequest.ServerVariables, Environment Variable class. But still giving ASPNET, Plz help me. Thanks | |
how to make a validation like vb in asp.net? I want to make a text box should only accept numeric values.... samy | |
Hi, i wondered if any1 knew how to create a simple bar or pie chart in asp.net. I would like to show how much space users have used e.g. 25/100mb represented graphically and showing percentages Thanks for help | |
I am designing a page containing a gridview that takes the data from a dataSource the data are evaluation questions (20 questions) and the answers are degree of five represented by radiobuttons I added the radio buttons to the gridview as template item [B]Like this :[/B] <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" … | |
is there a way i can call vba code from asp, if yes please give an example... thanks... | |
hi, i m making one asp.net page. in that page there is three text boxes called id, response id, and email. same columns is in sql server table called info. In table "info" for id column i have assigned " isidentity" = yes. its created auto number like 1,2,3..... and … | |
Anybody with a link to where i can download asp.net video tutorials? its urgent please. | |
Dear friends , I wrote my own asp.net pages and I wand to upload them. Now I need a forum part. Is it possible to use open source forum in php?, or is there any good open source forum in asp.net available ? | |
Hi Guys I run a Job Advertsing Site and I would like to feature links to jobs on the home page. So I have created a schedule file with the following information: %%#1 Home Page<a href="http://www.myhomepage.com">link.</a> %%#1 First Page<a href="http://www.myfirstpage.com">link.</a> and upon refreshing it displays each link for the period … | |
Hi all, I got IIS 6 installed with ASP .NET 1.1. I wrote a simple page echoing a query parameter into an HTML page. What i have noticed is that any URL encoded character in the range %80-%FF gets removed and does not echo. So if, for example, I send … | |
i have installed iis on my desktop which is having windows xp.... however i am unable to run any .asp pages from "C:\Inetpub\wwwroot" even simple "http://localhost/" or any other .asp page shows "Server Application Error The server has encountered an error while loading an application during the processing of your … | |
Hello, I have created a web-application in Classic ASP, and one of the reports contains X number of columns and Y number of rows. Both x and y are unknown at design-time, and most likely, this report will span onto multiple of pages down and across. I’m wondering if its … | |
i have a file uploaded to my server the path is shown as E:\abc\def\upload\contents.doc to download it the path should be [url]http://3.212/232/abc/def/upload/contents.doc[/url] how do i go about it ? i am saving the file by using[code] o.FileFullPath = Server.MapPath(".") & "\upload\" & sFile [/code] from a script i downloaded | |
Hello everyone Im doing a dummy project in asp.net. I have a table named trains with following fields: 1. Sno(Primary key, Identity Increment, integer) 2. Train_no(varchar(100)) 3. Train_name(varchar(200)) 4. Route(varchar(1000)) 5. Start(varchar(100)) 6. End(varchar(100)) For this i have created a stored Procedure in this way: [code]Create Proc [dbo].[sptrainselect] @select int, … | |
Well, there are lots of bulit in functions, under the objects: response, request, server. As for JScript and VBScript being intergrated... You can use either language. Which ever one you know best. So for example, you choose VBScript, mostly all the ASP coding is with VB syntax and you can … | |
I have created one login page named login.aspx. And one database named ADMIN. I have created one table named ADMIN and in that table there are two fields ADMINISTRATOR and PASSWORD. And I have put 2-3 records in it. When I click on login button, it should check in database … | |
I have 1 data gridview. in that first is ID column . for that i assign a auto index number with sql server (isidentiyt). the next colomn is response id, for this column also i want autonumber id like 1,2,3,4..... . i see we cant assign to index identity with … | |
Hi, I am new to this place. I am creating a website in which i need to answer queries from the clients. In the frontend the clients submit queries which reach my inbox. This is done. Now i wish to generate a new query id for every query and write … | |
hi ! how can i use multiple submit buttons in the same form i want to pass form values to different pages depending on which of the two submit button is clicked... thank's | |
hi anyone know of a component that will make an image (preferably on the fly) of a pdf document. for eg... i upload a pdf file... it gets saved on the server.. when i view a record that the pdf document is attatched to... it generates a thumbnail of the … | |
Hi All, I am newer to SilverLight i want to know how can i use silverlight controls with Asp.Net project and how to all silverlight control tool kit to ToolBox. Thanks In Advance! Shun | |
Hey every1, M new to this community, hope you'd help me out. I gotta develop a mini project on media player that could be online and play various formats. I know that i've to include certain codecs, of which i'ven't got ne slightest idea. Can any one pls help me … | |
Hey every1, M new to this community, hope you'd help me out. I gotta develop a mini projecy on media player that could be online and play various formats. I know that i'bve to include certain codecs, of which i'ven't got ne slightest idea. Can any one pls help me … | |
Hi I am trying to achieve the following; display registered users birthdays in chronilogical month order where the date is greater than the current date - (only top 5) for this I have created the following SQL query in my recordset [CODE]SELECT TOP 5 firstName, surName, dob FROM tblUsers WHERE … | |
Hi All, I am looking for a component or a way, by which I can get the font dialog and color picker as we have in ms word. I find this is possible in Windows application. but didn't find out how to achieve in a web page. Please advice. Kindly … | |
Frnd How i can use CodeBHehind Concept in Asp.Net Just send me Any Small Example in which u have to use Code Behind Concept | |
I have to design asp.net project and i want to use one Textbox Control in this i want to use KeyPress Event Without using any validator Control..........how i can? | |
i have to develope one class file in asp.net project now i want to create a instance of that student class in our web application how i can create object of that Class Student | |
Hi Frnd How i can Use Class File Like extention .vb in Asp.Net(Same Project) | |
Hi, I am developing a grid. It works fine but I am trying to find a better solution for rendering binary data. Current flow works as following : Store cell value as byte[], create/save MemoryStream, FileStream on server side and link.. [CODE] string p_memoryStreamFileNameExtension = ""; MemoryStream p_memoryStream = new … | |
I need an ASP code that will allow me to search my database from my website that will retrive data from my database back to my website. I also need to edit and delete infromation once the data has been retrived. can anyone help. | |
i am trying to make a widget which we will offer to our partner sites to display latest interest rates from our database i have made the asp page but don't know how to get it displayed on other sites iframe is one way but i also need to have … | |
Hi All, Can any one help me,Is That possible to develop such an application is asp.net2.0 where the end user be able to design his own crystal reports . Thanks In Advance! Steve | |
Hi Friends Wish U Happy New Year 2009 I Need Email sending Concept in asp.net If possible sent me some notes about email concept and sample codings.... Waiting for valuable Rply Thanks with vishnukumar SR | |
Can anyone help me create a search engine for my website that retrives data from my datatabse and displays it on my website using ASP. | |
Hello, this is my first post about such things and the reason for this is that i have to make some webparts in asp and i've tried everything but i can't make it work. What i need is a webpart that has a listbox with items generated after i get … | |
just wanted to know how i can input a search facility to my webpage, which is on short courses. i want it to retrieve information from my database to display on my web page. my webpage is linked to an MS Access database. if anyone could help me u would … | |
Hi everyone, I stared creating an application in ASP.NET in which which i used the dundas chart control.The problem is that when i m executing the application , it is not showing the chart which i selected to display.It shows only the blank space. I dont knw what is the … |
The End.