5,691 Topics

Member Avatar for
Member Avatar for ITech

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 …

Member Avatar for txwebdesign
0
184
Member Avatar for ohgosh

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> …

Member Avatar for mbaocha
0
2K
Member Avatar for chriscross86

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. …

Member Avatar for ninjaimp
0
184
Member Avatar for ammwebmaster2

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 …

Member Avatar for vicky_rawat
0
191
Member Avatar for kujoy

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 …

Member Avatar for vicky_rawat
0
98
Member Avatar for abhi_elementx

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 …

Member Avatar for Ramy Mahrous
0
100
Member Avatar for jtok

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 …

Member Avatar for jtok
0
141
Member Avatar for ryy705

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.

0
64
Member Avatar for horseraceuk
Member Avatar for greeny_1984
0
84
Member Avatar for kals4u

Hey guys im new to daniweb can anyone tell me how can i create an email inbox in my Web Application

0
53
Member Avatar for mania_mj

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 …

0
43
Member Avatar for Anuj Trivedi
Member Avatar for pradeepfusion

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

Member Avatar for pradeepfusion
0
196
Member Avatar for samycbe

how to make a validation like vb in asp.net? I want to make a text box should only accept numeric values.... samy

Member Avatar for nil
0
147
Member Avatar for julseypart

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

Member Avatar for mail2saion
0
374
Member Avatar for knowledgelover

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" …

Member Avatar for mail2saion
0
120
Member Avatar for aashishn86

is there a way i can call vba code from asp, if yes please give an example... thanks...

0
47
Member Avatar for mangesh5588

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 …

Member Avatar for carobee
0
104
Member Avatar for uthman4u2nv

Anybody with a link to where i can download asp.net video tutorials? its urgent please.

Member Avatar for tatvacoder
0
76
Member Avatar for ashkan3030

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 ?

Member Avatar for ashkan3030
0
169
Member Avatar for whisper_101

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 …

0
67
Member Avatar for bardogo

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 …

Member Avatar for P.K.Chaudhary
0
76
Member Avatar for Anuj Dave

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 …

Member Avatar for negocioyweb
0
370
Member Avatar for APD_Toronto

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 …

0
60
Member Avatar for aashishn86

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

Member Avatar for punitdam
0
74
Member Avatar for happyns

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, …

Member Avatar for vizy
0
121
Member Avatar for Keith12

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 …

0
64
Member Avatar for aashil

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 …

Member Avatar for irishlonewolf
-2
193
Member Avatar for mangesh5588

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 …

Member Avatar for srikanthkadem
0
321
Member Avatar for ritubhatia

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 …

Member Avatar for P.K.Chaudhary
0
90
Member Avatar for aashishn86

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

Member Avatar for aashishn86
0
118
Member Avatar for william_stam

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 …

0
93
Member Avatar for shunnet

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

Member Avatar for pritaeas
0
39
Member Avatar for vaibs_lo

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 …

Member Avatar for so'm
0
41
Member Avatar for vaibs_lo

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 …

0
52
Member Avatar for kaden712

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 …

Member Avatar for jess
0
242
Member Avatar for dev_bhagat

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 …

0
51
Member Avatar for mrnileshagrawal

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

Member Avatar for mrnileshagrawal
0
91
Member Avatar for mrnileshagrawal

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?

0
57
Member Avatar for mrnileshagrawal

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

0
63
Member Avatar for mrnileshagrawal
0
69
Member Avatar for frotaru

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 …

Member Avatar for agrothe
0
79
Member Avatar for JAY_206

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.

Member Avatar for agrothe
0
60
Member Avatar for dips255

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 …

Member Avatar for agrothe
0
77
Member Avatar for stevejhon

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

0
39
Member Avatar for srvishnukumar

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

Member Avatar for greeny_1984
0
169
Member Avatar for JAY_206

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.

Member Avatar for haileyjonathan
0
48
Member Avatar for alex_p0pa

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 …

0
76
Member Avatar for casio2003uk

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 …

0
39
Member Avatar for kapil.tandon

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 …

Member Avatar for kapil.tandon
0
321

The End.