5,691 Topics
![]() | |
hi i had used asp.net 1.1 for my website development with IIS 5.1 after i have changed myself to Asp.Net 2.0 ,now the problem is only asp.net 2.0 project is working,if i create or 0pen a project in asp.net 1.1 it shows an error "Specified web server is not running … | |
i have my database in xml spreadsheet/excel format i want to retrieve data from it to asp.net webform what is the best way to do it PLease help real in need to crack it down?? | |
Dear friends, Fine and hope the same with you all. I am here with one more new problem which I might be able to solve with your suggestions as we have did earlier. Problem: I have a requirement from my client where I need to give update or edit privileges … | |
[B]guys,[/B] i've developed an Asp.net prject..i don't know how to retreive picture to my default.aspx page. [COLOR=green]<[/COLOR][COLOR=green]asp[/COLOR][COLOR=green]:[/COLOR][COLOR=green]ImageField[/COLOR][COLOR=green]DataAlternateTextField[/COLOR][COLOR=green]="ID"[/COLOR][COLOR=green]DataAlternateTextFormatString[/COLOR][COLOR=green]="image:{0}"[/COLOR] [COLOR=green]DataImageUrlField[/COLOR][COLOR=green]="id"[/COLOR] [COLOR=green]DataImageUrlFormatString[/COLOR][COLOR=green]="{0}">[/COLOR] [COLOR=green][/COLOR] [COLOR=green]The above code doesn't working.. what should i do. any requirement of additional coding? actual picture is placed at the project folder.[/COLOR] [COLOR=green][/COLOR] [COLOR=green]You information is kindly solicited.[/COLOR] [COLOR=green][COLOR=green]regards...[B]Anish[/B][/COLOR][/COLOR] | |
I installed IIS 5.1 on a Windows XP machine with no problems. I got all the updates as of 7/31/07 5pm. I setup a virtual directory pointing to a directory in wwwroot I checked all the boxes (script access,read, write, scrpts, directory browsing, indexing etc) and I selected Execute Permissions … | |
hi, i wanted to send 2 different email that is 2 different email address,with to different messages in asp.net c# 2.0. by using Cc i can send to different email Address but how to different messages | |
Hi, My Name is Tomi..i lived in Surabaya,Indonesia I work in one of the software house in Indonesia,i use .Net for my programming language.Before .Net i use C++,VB6 and Java for my win apps programming, and for the web apps before ASP.NET i use PHP, JSP and Javascript I'm a … | |
Hello, I have to create a webapplication in ASP.net / C# with an Oracle Database in background. At first: I have no idea to do this! I read some things about ADO.net, DataSets, DataGrid and DataAdapter. But I think I don't got it completly. Now my responsible wants to display … | |
Hello guys! Anyone that has a framework of a calendar written in ASP.Net please share it with me. Or any site you know that provide free downloads of calendar framework. Thank you very much. Regards to everyone. | |
My search page has form as below to pass data to tsearchresults.asp so that my database can be filter to display correct data. [CODE]<form action="tsearchresults.asp" method="get" name="townSearchForm" id="townSearchForm"> <select name="varBeds" id="varBeds"> <option value="%" >All</option> <option value="1 Bedroom" >1 Bedroom</option> <option value="2 Bedrooms" >2 Bedrooms</option> <option value="3 Bedrooms" >3 Bedrooms</option> <option … | |
i understand that this can be done the problem is i cant find any good tutorials or sample code and i dont really know where to start. Could anybody help please ? looking to mail merge with a ms word doc 97 - 2003 and my database | |
I've added a vbscript to an asp page in order to print without showing the print dialog box. Everything works fine when you first load the page, but when you try and navigate away from the page, you get the "A script on this page has caused internet explorer to … | |
When I deploy asp.net web application in one server it is working,but when it placed in NLB cluster (deployed in more than one server ) looking for webform1.aspx file not found error is coming. Do I need to take any necessary actions during development of application if it has to … | |
i installed visual studio dot net 2003 in XP Professional and 2000 professional;, but i did not install iis before the .net installation.Now i need to work with asp.net and i installed IIS it is 5.1 version. The Problem is : In the Home directory configuration .ASPX extension should map … | |
Hello guys!!! Im a beginner in VIsual C#. i was given a task to create a Forum using ASP.Net. Please help me on how to change the Skin of a default ASP.Net Forum. I have installed it already but don't know how to replace its default skin. please help... I … | |
Hi, I have a problem here. My IIS 5.1 dont seem to be working. I have check all my IIS setting to make sure that they are all correct. But IE7 return me with this error: you are not authorized to view this page. Can anyone one help me or … | |
Hi, I've read a bit in this forum, and it looks like a great resource! Here's a question that someone asked before, but I think my answer may be different: My client uses only Access databases (I know, I know) and I'm getting this error. System.Data.OleDb.OleDbException: Too few parameters. Expected … | |
Hi All, I am generating a series of tables in CSS. The tables should repeat themselves for a number of times governed by a counter that is calculated at runtime by the ASP code. The problem is that I have used top margins to position the tables in the ASP … | |
Hi there, I am a post graduate in Mathematics.. The PG program offered specialization in Computer Science. With this background, I worked for a software company and have 2 yrs of experience(with programming in VB, ASP and the database server administration)added to my resume. Due to many personal reasons, i … | |
Hi! I am new to ASP.NET. I am using 2.0 and Visual Studio 2005 with Visual Basoc. While I have many years experience in MS Access, it appears to be of little value to me in ASP. My question is this. I've created a formview with several text boxes. I … | |
Is there any way to have ASP.NET 2 send emails at predetermined intervals or do I need to build a standalone program? Thanks Simmy | |
I need to set my asp.net application variable to today's date so it can check when a last database refresh was done. I have data coming from one view into a table used by my application so I need to insert or update based on if data exists or not. … | |
I am using the Firefox browser only. My Internet Explorer is closed and has medium to high security settings. All of a sudden, IE opens with strange advertisements. This happens over and over while using Firefox. I ran Norton Antivirus - no virus found. I ran AdAware - deleted some … | |
Hi, I'm developping a site in arabic, I put the UTF-8 charset, but the arabic chars that are shown correctly in design view become junk in browser view. text from DB is shown correctly anu idea? Thanx, | |
This is really a regular expression question opposed to a .NET but I can't see any forum that specialises in that kind of thing, so as I'm using ASP.NET I figured I'd post it here ;) I have a string as such... [code]<ul> <li> <a href="Welcome.aspx">Welcome</a> </li> <li> <as href="About.aspx">About … | |
Hi All, I really need help with this as I have been banging my head against a brick but no luck. I need to connect and invoke a web service from a credit ref agency. The vendor has given me a toolkit CD with their WSDL file on; where I … | |
Hi friends.i am new to this forum.i completed my mca (pg) and i am learning .net(asp.net,c#).i want to do mcts certification.can any one give me information how to prepare for that certification,where to capture that information. | |
Hi all, I warn you now, I'm a newbie, so please be gentle!! I've installed Visual Studio and the .NET framework, started IIS, saved my test aspx file in a folder in the Inetpub/wwwroot/.. folder. When I run my test asp page (just a simple html page saved with a … | |
Ad Placement and Management This is one area which my site is very weak on. I know very little about how it works or how to implement it. I've spent countless hours looking through all the Ad Management Sites and nothing seems to be worth investing in. What I want … | |
hi, my name is Reece, i have learnt, javascript, css, php, xhtml, html and loads of graphic stuff. Im 14 and my teacher said for me to learn asp, but im sure there is no difference, is there?? | |
Hi, I'm a new programming using SOAP via HTTP, some requirements from my partner need this header: POST /mm7extadapter HTTP/1.1 Content-Type: multipart/related; boundary="soap-border"; type="text/xml"; start="mm7-submit" Authorization: Basic Og== User-Agent: Java/1.4.2_08 Host: 10.23.48.130:9500 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-Length: 2205 I'll be use ASP Script to … | |
i am a web designer. i have been asked to create a web app for use on a company intranet. the problem is i have a treeview on my page which allows the user to pick records they wish to view. all the records have sub records and sub-sub-records etc. … | |
Iam a B.tech gradute and I Just completed my B.tech. now I want to do a Liveproject using JSP, but I don't know how to start also,so anyone can guide me as well as suggest me a good topic to do project. please kindly help me. please Iam eagarly waiting … | |
Hi all, I am new in ASP.NET.[U]What coding I have to use to send an [/U][U]acknowledgement via Email to the concerned person [/U] while storing data in the database using ASP.NET1.0?Pls help........ Thanks Jaya | |
[url]http://www.thebangles.com/extras/extras.asp[/url] | |
I spent a lot of time looking around, and all I could find was in ASP.NET, and it is a technique called "bubbling", but I need do something similar using WinForms. I have a Form with a Split Container, and on the right side of the container, depending on the … | |
hello, im guessing this question is quite trivial. i have a page setup as follows. MAIN PAGE [CODE] <html> <head> </head> <body> <div id='innerlogin'><iframe src='INNER PAGE'></iframe></div> </body> </html> [/CODE] INNER PAGE [CODE] <html> <head> <script type="text/javascript"> function RemoveDiv(){ d = parent.document.body; d_nested = parent.document.getElementById("innerlogin"); throwaway = d.removeChild(d_nested); } </script> </head> … | |
[COLOR=Green][B]Hello everybody. I'm new to .NET and I would like to become a web developer in .NET environment. I've searched a couple of times on the internet and found that have to learn VB Script or C# if i want to be a webmaster in ASP.NET . I have inexperiance … | |
Hello all I am new in asp . I have write a pagging code in it connected with sql server database . But problem is that it show the record at multiple pages. suppose name of user one is show at page one , Its again show in page two … | |
Is there any way to access an include file in the main domain from a subdomain? | |
Has anyone code for a registration procedure in ASP. I will registrate the users in my database before they can use the database facilities. Users can ask services and see the results if they had access to the database | |
hi all well i m new to asp.new.. i have a problem that i m having two tables in a single dataset.. not i want to display that.. so i bound dataset to the gridview.. can anyone tell how to display both the table data in a single gridview. regards … | |
Hello, I'm running on Windows XP SP2 and have been getting BSODs quite frequently lately. The problem seems to occur randomly, sometimes even right after i get into windows, but I've noticed that it seems to occur the most when I'm running more than one type of program at once. … | |
Hi, is there some way how to force asp.net (C#) webpage wait with other orders in code? I mean something like this: 1 - make something 2 - wait 5 seconds (for completing previous tasks) 3 - continue with other orders Thanks, Stivi | |
Could anyone help me on how to send data to a specific email.I have tried to work with the attached file but can't work.The form is .txt but am uploading in my website as .asp. | |
If anyone is familiar with the video game console Wii, I'm having trouble trying building an infrared bar for the controller to work on my pc. For those who don't know, the IR bar works as a reference point by constantly emitting IR light. Currently I'm getting a weak signal … | |
I'm trying to migrate some code to generate an rss feed from classic ASP to .NET (because its cleaner). I've got it working perfectly for the first feed I try, but when I tried to modify the code for the next feed I get a [B] [I]Specified cast is not … | |
Hi all, I have two TextBoxes on my web form. One for hour and other for minit. User type hour and minit and submit a form. I want to display a message on that form after the time which is equal to the current time when the hour and minit … | |
Hi! I wish to build a web based application where similar to Microsoft Excel/Spread Sheet. This web based application should have an interface of spreadsheet cells where user can click around the cells to enter data. As the data being entered it will save in database where indicating which cell … | |
Hi. I am creating an asp.net web site. Using GridView the website creates a table. Now my question is I want to color the text "NO" red within the table cells. Waiting for your reply.Please keep in mind my code is written in C# so any C# examples would be … |
The End.