5,691 Topics

Member Avatar for
Member Avatar for :Francis:

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 …

0
195
Member Avatar for Ryujin

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 …

0
80
Member Avatar for akil007

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

0
62
Member Avatar for simrann20
-2
39
Member Avatar for esmail_merchant

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 …

0
57
Member Avatar for kayfar

can anyone tell me how to generate a chart using asp.net C# from database MS Access..which we do something like in Excel..

Member Avatar for jbisono
0
54
Member Avatar for simi pillai

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

-2
63
Member Avatar for ranu jain

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.

Member Avatar for hirenpatel53
0
89
Member Avatar for klevur

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

Member Avatar for Lusiphur
0
85
Member Avatar for nsameer87

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 …

Member Avatar for Lusiphur
0
278
Member Avatar for majestic0110

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 …

Member Avatar for khusiaaaan
0
244
Member Avatar for LaughingLynx

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 …

0
43
Member Avatar for testudo_aubreii

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 …

0
104
Member Avatar for czar

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<

Member Avatar for payal945
-1
70
Member Avatar for nsameer87

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 …

Member Avatar for Lusiphur
0
240
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 Lusiphur
-1
181
Member Avatar for simi pillai

i don't know how to set CustomErrors to Off and this is not in the sub directory.

Member Avatar for rohand
0
69
Member Avatar for farooq484

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

Member Avatar for PotaZinga
0
112
Member Avatar for simi pillai

this application contains 2 folders each of them contains webconfig files and iam using .net2005 the error shows when it runs in mozilla

Member Avatar for rohand
0
87
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
226
Member Avatar for kingofnothing

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

0
59
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
69
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
44
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
235
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
185
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
112
Member Avatar for PotaZinga

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

Member Avatar for PotaZinga
0
103
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
219
Member Avatar for Livorion

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 …

Member Avatar for ArtistScope
0
89
Member Avatar for hatrickwah

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 …

Member Avatar for hatrickwah
0
112
Member Avatar for hatrickwah

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 …

Member Avatar for hatrickwah
0
186
Member Avatar for farooq82

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.

0
46
Member Avatar for Thisbetom

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 …

Member Avatar for vineet4008
1
154
Member Avatar for khaled_jawaher

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 …

Member Avatar for khaled_jawaher
0
161
Member Avatar for JohnDarlington

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 …

Member Avatar for elmogallen
0
299
Member Avatar for nick3592

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.

Member Avatar for almostbob
0
213
Member Avatar for malashukla

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 …

0
74
Member Avatar for satiss7pwr

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

Member Avatar for Lusiphur
0
175
Member Avatar for iamchamith

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

Member Avatar for Ramesh S
0
258
Member Avatar for kalpa23
Member Avatar for vaps

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 …

0
51
Member Avatar for aalqa

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

Member Avatar for aalqa
0
258
Member Avatar for superwoman

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

Member Avatar for hirenpatel53
0
251
Member Avatar for esia168

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 …

Member Avatar for esia168
0
747
Member Avatar for simi pillai

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

Member Avatar for sunki_janareddy
0
376
Member Avatar for speedingbullet

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 …

Member Avatar for Lusiphur
0
69
Member Avatar for Iron_Cross
Member Avatar for aalqa

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

Member Avatar for ArtistScope
0
79
Member Avatar for click_twinkle
Member Avatar for aalqa
0
59
Member Avatar for aalqa

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.

Member Avatar for aalqa
0
93

The End.