13,153 Topics

Member Avatar for
Member Avatar for simi pillai

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

Member Avatar for rohand
0
223
Member Avatar for kalpa23

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 …

Member Avatar for rohand
0
105
Member Avatar for algo_man

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 …

Member Avatar for rohand
0
66
Member Avatar for cmhampton

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 …

Member Avatar for cmhampton
0
507
Member Avatar for all4peace

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 …

Member Avatar for all4peace
0
96
Member Avatar for malek.safa

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 …

0
35
Member Avatar for srvstv.prnc

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

Member Avatar for dnanetwork
0
66
Member Avatar for BMP1980

Hi Can someone plaese tell me what should I study in ASP.net ? what are the syllabus....... please help me

Member Avatar for dnanetwork
0
41
Member Avatar for visweswaran28

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.

Member Avatar for dnanetwork
0
230
Member Avatar for malashukla

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

Member Avatar for malashukla
0
453
Member Avatar for esmail_merchant

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 …

Member Avatar for esmail_merchant
0
98
Member Avatar for kayfar

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 …

Member Avatar for kayfar
0
160
Member Avatar for kayfar

i've a problem here where when i logout i still can click back..can anyone solve my problem?

Member Avatar for kayfar
-1
199
Member Avatar for DarthMambo

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 …

Member Avatar for DarthMambo
0
110
Member Avatar for clausont

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

Member Avatar for clausont
0
117
Member Avatar for lupis

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 …

0
47
Member Avatar for choralqiu

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 …

Member Avatar for choralqiu
0
47
Member Avatar for maydhyam

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 …

Member Avatar for dnanetwork
0
183
Member Avatar for lunaluni

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]

Member Avatar for dnanetwork
0
282
Member Avatar for esia168

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 …

Member Avatar for dnanetwork
0
665
Member Avatar for shweta_online

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

Member Avatar for dnanetwork
0
89
Member Avatar for bhaizlett

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 …

Member Avatar for dnanetwork
0
110
Member Avatar for sagarpc2007

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

Member Avatar for dnanetwork
0
110
Member Avatar for seger

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.

Member Avatar for dnanetwork
0
113
Member Avatar for srky

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 …

Member Avatar for srky
0
79
Member Avatar for vignesh86

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 …

Member Avatar for dbeura
0
132
Member Avatar for Weppies

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

Member Avatar for Weppies
0
217
Member Avatar for visweswaran28

Hi, I want to know, how to close a session when a user is idle (around 'n' time) in asp.net.

Member Avatar for hirenpatel53
0
139
Member Avatar for gabrielmusa

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 …

Member Avatar for Lusiphur
0
46
Member Avatar for webdev5

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 …

Member Avatar for Lusiphur
0
264

The End.