5,691 Topics
![]() | |
I have been making some changes to an application that uses an ASP.NET Membership services database for authentication. I can access the database locally using windows authentication, and using my SA user. However, after moving the application to the prod. server, I can't access the DB at all. I wrote … | |
We have an [URL="http://www.kutztown.edu/library/tools/proxylink.asp"]ultra-simple tool[/URL] for library database users. It adds a prefix to a given URL to create a link that works with our library's proxy server. Our fear is that some users will inadvertently give it URLs that already have the prefix, as a few of our research … | |
Here is code like <asp:repeater Id="Id1" runat="server" onItemCommand="Id1_ItemCommand"> <ItemTemplate> <asp:button Id="button" commandname="botton" /> </ItemTemplate> </asp:repeater> in code protected void Id1_ItemCommand(object sender, RepeaterCommandEventArgs e) { if(e.commandName == "button") { my logic } } This is not worked | |
please suggest some innovative topics for asp.net projects | |
In my application I want outlook Inbox open for check mail or send mail. I use this code System.Diagnostics.Process.Start("OUTLOOK.EXE"); AND System.Diagnostics.Process proc = new System.Diagnostics.Process(); proc.StartInfo.FileName = "OUTLOOK.exe"; proc.Start(); proc.WaitForExit(); BUT using this I can able to open outlook only through my .net browser,But after deployment Same button click Nothing … | |
can anyone tell me how to generate a chart using asp.net C# from database MS Access..which we do something like in Excel.. | |
'/PrecompiledWeb4' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load the assembly 'App_Web_eexgwoy1'. Make sure that it is compiled before accessing … | |
hello frnds i m new in dis community as well as in .net field. i want to 9 wat is [COLOR="Green"]POST BACK URL[/COLOR] property in link button. | |
Hi I am interested in linking to a specific page in a pdf file, but I have not been able to find anything online that describes this process using .asp. Is it even possible? If so, could someone post a snippet of code that would allow me to accomplish this? … | |
Hello Every one , I am getting problem in publisihing and deploying web site actually i have published and deployed the website correctly but i m getting problem on inserting the data to database where as retrival of data from database is happening well, anyone having solution to this problem … | |
Hi, I have written a C# dll and I have a SQL Db that has three columns (username, password, role). The role element is a class of user eg admin, user; each role needs a different login completion event. The login form I am using is an ASP.net web page … | |
Hello, I am creating a page that displays sections of a database based on ClassTypeID, and using the following as my SQL statement: [code]"SELECT * FROM Classes WHERE ClassTypeID=" & request("ClassTypeID") & ""[/code] The user will select a category from the following menu: [code] <p><a href="class.asp?ClassTypeID=1">Care Management</a> </p> <p><a href="class.asp?ClassTypeID=2">Claims/Customer … | |
Greetings, I have been searching to resolve this issue for a while, so I figured I would try to post this here. We have a website that uses an .ASPX file to retrieve search results from another website. We have it working in Internet Explorer 8, but it is not … | |
Hi all I shall be grateful if somebody can provide code for a live online exam(MCQ & subjective ques.) using .NET (prferably ASP.NET) with oracle/sql connectivity. Kindly rush as I'm in a great hurry. Thnx in advance >email address snipped< | |
Hello Every one , I am getting problem in publisihing and deploying web site actually i have published and deployed the website correctly but i m getting problem on inserting the data to database where as retrival of data from database is happening well, anyone having solution to this problem … | |
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 don't know how to set CustomErrors to Off and this is not in the sub directory. | |
[B]I need suggestion, i am fresh graduate and i want to start free lancing. But the point is how come an employer will give me a project as i have just education experience of my final year project and semester projects. I have a very little professional experience. My interest … | |
this application contains 2 folders each of them contains webconfig files and iam using .net2005 the error shows when it runs in mozilla | |
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' … | |
hello everybody i wonder how to build page containing a membership fields like fname,lname,email,password,age,address...etc without Dependence on create user wizard control or another tool in login node in visual web development 2005 because i need more information about users creatuserwizard wont provide it thank you | |
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. | |
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 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! please help am still new on ASP and am having trouble deleting from a table please help. the code i used is this: [code=asp] <% set conn=Server.CreateObject("ADODB.Connection") conn.Open "Provider=SQLNCLI;Server=THABO-2A88C6501\SQLEXPRESS;Database=customers;User ID=sa;Password=thabo;" set rs=Server.CreateObject("ADODB.recordset") if request("Delete")="Delete" then sql="DELETE * FROM Details WHERE Cust_ID='4567'" end if%> <center><form method="post" action="Delete.asp"> <input type="submit" name="Delete" … | |
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 | |
Hello, I need help with something for Adobe Flash, can anyone lend me this please? [LIST] [*]A Flash movie that sends the content of 1 text box to an email adress using ASP [*]A Flash Movie that works as a Hit Counter, also with ASP [/LIST] They are 2 different … | |
Yesterday I converted my site over to MS SQL and now I'm having an issue with part of my site. The search box is supposed to check for a part number the user types in, but it doesn't even come close anymore. In Access the column searched was a Number … | |
I'm hoping someone can help me here. I have 2 tables in a access database. I'm trying to join certain data points from both, simple. I've done a few joins already for this site. But the problem I'm having is this one seems to be destined to annoy me. [code]sql … | |
Hello Everyone, I am working on multi language site that will work in English, French. How would I covert master page to in another language. | |
Hello!, I'd like to start out with a big THANK YOU!!! I started a new job at a small market and am developing some software for their POS. I have been stuck in the Google loop researching workarounds many atime and this site has always come through in the clutch … | |
i am writing an application on my pc considered as client, to insert record on a microsoft access database on another pc that u can consider it as server, that has static ip address remotely.i can ping the remote address of the pc that i want to access without problems.the … | |
Hi, I'm new to this forum and wanted some advise on finding a .Net development job. Having been an Access developer I have recently moved into .Net development with my present employer and now have around 1 years commercial development experience. However, I am looking to broaden my knowledge in … | |
Hi guys would like to know if there is any benefit in learning how to code in asp.net? I am a alright coder in php but is there anything asp.net can do that php cant? please let me know, thanks. | |
hi i m trying a code to execute in order to generate a xml file at runtime. it execute well. but the xml file gives a error as The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the … | |
hi all I have a asp application that have .dbf(foxpro) database i just want to fetch only non deleted records so how i do that, is ther any solution , if yes than let me know thanks | |
Hi friends, My question is... I was Created asp.net application using asp 2005 and code behind file as the C#.net with IIS 6 Then I host my web application on internet in IIS 6 server... There is the page,using this i can upload file[image files] to internet...[by using file uploader] … | |
please if you do give me an example | |
I'm developing a poll application in asp.net In my gridview i use radio button list for the answers. But you must click edit and update, to do this. Is there away, the gridview is always in edit mode? And when an auto post back is triggered it automatically updates? Thanks … | |
Good morning every one, I want to delete records in my database by using connectingString e.g write id=6 to delete instead of this code[CODE]<% set conn=Server.CreateObject("ADODB.Connection") conn.Provider="Microsoft.Jet.OLEDB.4.0" conn.Open"C:\Inetpub\wwwroot\template\database\database1.mdb" pid=Request.Form("PatientId") if Request.form("Patientname")="" then Set rs = Server.CreateObject("ADODB.Recordset") rs.open "SELECT * FROM Patient WHERE PatientId=" & pid,conn %> <form method="post" action="demo_delete.asp"> <table> … | |
Hi i just developed an ASP.NET web application and i would like to know how to create an .Exe File of the solution so that I can run it on any other computer which doesnt have VIsual studio installed. Please help. :-| | |
Hello, I have googled the similar problem that many people are facing but I still can't solve mine. I'm trying to visit the ASP.NET Web Site Administration Tool at [url]http://localhost:49274/asp.netwebadminfiles[/url] The page shows me the error "An error was encountered. Please return to the previous page and try again." Some … | |
Server Error in '/PrecompiledWeb1' 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' … | |
Hi, I need some help with a project I am working on. I have created a silverlight media player and I have put it on a test .asp web page, it currently plays the video that it was set to play in the silverlight project, but I am unable to … | |
I often see people asking the same question over and over, "How do I learn to program, and where do I start?" Some people may take that question to the next level by asking, "Which language should I learn first?". The answer to those questions is fairly simple, but also … Computer Science algorithm amazon-web-services asp asp.net client-server database-design delphi developer-tools first-post google gui html-css ide java-jsp java-netbeans javascript legacy-mac mac-software machine-learning microsoft microsoft-access microsoft-windows oop operating-system pascal perl python software-architecture unix user-interface vb.net vbscript visual-basic visual-studio web-browser web-design web-server windows-server xml | |
I want to upload file through asp website ,once i click on the button it browser the file and select file and upload it ,who can help me please | |
What are the steps/procedure for connecting the database using ADO? | |
hello I want to deleter record from my table in database but there is error which is Data type mismatch in criteria expression ,any one has any idea can tell me thank you. |
The End.