13,153 Topics
| |
Server Error in '/PrecompiledWeb4' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' … | |
i have this asp.net web site i made using v.s.2003 and i made a web setup project and made a msi installer but my installer file is not working properly when i execute it preparing to instill massage come an then it disappears and nothing happens after that if any … | |
Hi everybody, I'm wondering is there a way to check wither a dateTime is selected within particular period. Let me give a e.g: suppose I've date1 = "07/18/2010 08:00" date2 = "07/18/2010 10:30" date1 and date2 represent a period of time from 8 to 10 in 18/07. I want to … | |
I am having issues parsing JSON data from a web service. The web service is local on my machine, and I have added it as a Web Reference. Simple data types from the service work perfectly. However, if I call a method that returns a complex structure (such as an … | |
This is painfully annoying! Everytime I make a change to my web application and publish, I have to wait until VS2008 or VS2010 publishes the entire site. I have 2 folders which have ~70 folders [U]each![/U]. But they are static and will not change ever so I want to see … | |
hello i need some help trying to loop on the value of my textbox, i have created a place holder and a textbox where i insert a number, and by clicking on the button submit i will have as much as textbox as indicated in the orignal textbox, i have … | |
How to upload file in sql server through asp.net pages using c# can any one help me i have tried lots of method but not succeed?????????????????? | |
Hi Can someone plaese tell me what should I study in ASP.net ? what are the syllabus....... please help me | |
Hi, How can I get time of last request Sent in asp.net.. Actually I want to set automatic Idle timeout. So I planned to compare this time with current. Please Help me. Other solutions are also invited.. Thanks in Advance. | |
i want to apply onclick event on a image in the repeater. i don't know how to do it. anybody having any idea plz guide me. thanks in advance | |
I have this code to enter data of checked boxes to be entered in other table of access database. I have taken template field and added a text box in Item Template but how to enter the text box data in a database on a button click. protected void Page_Load(object … | |
i'm using C# and MS Access database..i want to search name or serial no using LIKE statement..but i don't know how to do it..and then after i search it will view the match that i search for..let's say i want to search a letter start with 'C', an then it … | |
i've a problem here where when i logout i still can click back..can anyone solve my problem? | |
I have the the following entry in my web.config in the root of my Asp.net project: [code] <urlMappings enabled="true"> <add url="~/Views/VoiceClip.wav" mappedUrl="~/Views/VoiceClipHandler.ashx"/> </urlMappings> [/code] This works fine when running the site in Visual Studio - I go to VoiceClip.wav and it redirects me to VoiceClipHandler.ashx. However, when I deploy to … | |
Hi, I have a web form in vb that I am writing and I am stuck on getting th evalue of one cell in a row when the checkbox is checked so that I can insert that value into a table in an access database. Can anybody help on this? … | |
Hi, I am new to asp.net and I have subfolder in my rootfolder with files that needs to accessed by username and login from a loginpage. I have currently one default.aspx that I access this way in the root folder. This is a extract from my current webconfig file in … | |
Does anybody know if MS SQL Server has any built in functionality for preventing injection attacks? I remember I saw someone said SQL Server does have it. But I can't find it in a official source. So, If you know anything, please share it. Thank you very much.(an official link … | |
Hi All, I am new to this particular forum because I will like to start working with ASP.NET (it's required in my job) but I haven't the faintest idea anything pertaining ASP.NET. I hear things like Configuring IIS and Visual Studio...I was told that this is for a web-based application...could … | |
i have a random data selected from database to the .aspx form example: 1 Hello 1 2 World 2 Nice 1 3 Meet 2 You 2 and i want to export it to excel using "export to excel" button so that it became like this [URL="http://imgur.com/BDblk.jpg"]http://imgur.com/BDblk.jpg[/URL] | |
Hello, I have tables two tables, the "book" and the "author", a book can have many authors and vice versa, so there is an intermediate table called "book_author" with two columns as foreign key for those two primary keys book_author book_id author_id I'm trying to edit the book details and … | |
amespace WebApplication4 { public partial class _Default : System.Web.UI.Page { public static bool UrlIsValid(string url) { bool br = false; try { IPHostEntry ipHost = Dns.Resolve(url); br = true; } catch (SocketException) { br = false; } return br; } private void Page_Load(object sender, EventArgs e) { string url = … | |
Is there a way to be able to create a new database when a company signs up to my site, and be able to use that database when he/she logs in, so for example if company A logs in he uses CompanyA database and if company B logs in he … | |
I try for uploading file on web server as images of video files with File Uploader Control in asp dot net 2.0. it's ok when we are uploading filea on local machine but on web server it's not work properly. Message thrown Path is Access Denied Please Reply.. | |
hi, Wen i give the submit button in my aspx page ,the datas is updating in sql,but the page refreshes with the old data,it should be clear in the corresponding fields. pl.guide me. | |
Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and … | |
Hi... Am new to .net here. Hope am posting the question under the right category... My requirement is as follows: I have a gridview which is visible with an empty row on page load. It has four columns of which the first column is a text box item template. The … | |
Hi, I would just like to know if an asp.net application automaticaly set multi users active. Meaning if more than one user can activate the application on the web and use the same database without interfering with one another. Regards Weppies | |
Hi, I want to know, how to close a session when a user is idle (around 'n' time) in asp.net. | |
i have a countdown clock i created using the timer function in asp.The problem is that its is not updating every second but it takes sometimes 5 seconds.i have set the timer to 1000.what could be the problem with my countdown clock and if there is the best way of … | |
Is there a way to provide a different address when browser bookmark button is clicked? I know you can include a button on your page but most users are accustomed to using the browser bookmark button. Our domain may change from time to time and we don't want to frustrate … |
The End.