5,691 Topics
![]() | |
I don't understand why this is happening or how to explain it but here goes: I have an asp page that uses lots of layers and in Mozilla when I click on a link it is supposed to bring up and image and slide it into position. But when I … | |
I'm having an issue where my ASP.NET application stops returning search results, feigning a javascript AJAX error. The search functionality works 99% of the time. When investigating the problem on the server, IIS appears to be working just fine, but when I look at the log files, they are dated … | |
What is the difference between app.config, web.config and machine.config ? | |
I am working on an ASP.net 2.0 application written in C#, pulling data from an Oracle 10g database on a remote server (i.e. the application and database are on different servers). The data is pulled via a SqlDataSource control. When I run small, quick queries, everything works fine, but when … | |
I see a lot of people have been asking this question, some was because of the if postback check , but mine is different. i am using AjaxModalExtender to show my popup on the server side. this is my markup [code] <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TestPage.aspx.cs" Inherits="PopTester.TestPage" %> <%@ Register … | |
hi there.. can i retrieve the break tag from querystring? i have a textarea which i store in a querystring. the textarea will not show the break tag if i have break tag among the text i typed. let me explain in greater details. i have a dropdownlist whereby onclick … | |
After hours of looking on the internet and posting in forums and trying 10 different codes for php script, i start looking in my website providers' help database, and in there (and only in there) do they say that they do not support php form action scripts!?!?! Grr! Can sombody … | |
Hi all, I want to make a jmail sendmail script for a form with radio buttons and menus. Below is an example form: [CODE]<form name="form1" method="post" action="survey-code.asp"> <p> <input name="email" type="text" id="email"> </p> <p> <select name="list1" id="list1"> <option>a</option> <option>b</option> <option>c</option> </select> </p> <p> <select name="list2" id="list2"> <option>a</option> <option>b</option> <option>c</option> </select> … | |
Hello, I am faily new to ASPX programming and needed some help. I have a web page with a button. As a test, I am trying to create a procedure on the button click event that will run an SQL statment to select the Program for which a user belongs … | |
Hi every one,Could you help me in creating one login page,in which the username and password get validate with the backend db(sql server)And the password is encrypted and stored in db.So I want to know how to encrypt the user inputting password and validate that one against the encryted password … | |
We currently have a system that display multiple sections on one page when it loads. What we were looking at doing is breaking each section into an expandable/collapsable group that is controlled by the end user with all groups collapsed on load by default. In saying that, is there a … | |
i put a list box and an image box. now i want the image to swap every time the user clicks on a different element in the list. it doesnt seem to work :( [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class _Default … | |
Hi Everyone, I have problem with Image Control in my asp.net site. Mainly I have to make some kind of photo gallery. So I used FileUpload control to send parameters: ID and Comment to my SQL DB, and my photos to one of the solution's folder. I want to display … | |
I am asim, hi, i have uploaded my site first time and but unfortunately i got errors in web.config file that is as below: [CODE]<?xml version="1.0"?> <!-- For more information on how to configure your ASP.NET application, please visit http://go.microsoft.com/fwlink/?LinkId=169433 --> <configuration> <connectionStrings> <add name="ConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Database.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient" … | |
hi, how to create asp Custom webpages using ASP.NET MVC architecture.plz send the code. thanks in advance. | |
Hi All, Hopefully someone has had this problem in the past and can point me in the right direction. In the last couple days the ASP.NET development server has slowed down to nearly a halt when starting and stopping debugging, by that I mean anywhere from 5-7 minutes before the … | |
i am new to asp.net...plz some one provide some help about this.. | |
hello Hope u all be fine Plz help i want to create a single database host in a server that is access by both ASP.net website and access remotely by windows mobile Application. The user want to easily update,create,delete their record through mobile application and update,create,delete their record through Asp.net … | |
is it possible to send ad receive email on(mail server) my own domain.......? | |
hey....frens can you help me. ..!! my frens and i were thinking if we should use grid view to get and display the blogs from the database...or if there is any other suggestion for us to do to get better result pliz do reply....help needed... | |
I have installed a script on my website and I found in default.aspx some code like this..... [CODE]<%#@~^nQAAAA==@#@&frsP(omKVK.@#@&4LmKVG.,'Pr:%Z!!WTE@#@&@#@&d^WUUmOhbOtk/cb@#@&d@#@&@#@&2lTn|xCs+,'PrtKh+alL+r@#@&@#@&/t!8t|E/.~',?/dkGUvJdt!8t|/4CTExmd/dkKUr#@#@&@#@&OigAAA==^#~@%>[/CODE] Can anyone explain me what this is and what it is called in technical language??? Regards! Hassan | |
how to session in asp.net? help me guys | |
Hello my friends. I've been dealing with a problem in an asp.net page that im developing. Generally I don't develop in ASP.NET i prefer desktop applications. But here is my problem, I have to create a kind of image wall (4 Faces in a 2x2 row), i'm almost done with … | |
I have an issue suppose I have a treeview with History, Science, Maths. When i select Science it wants to be Blue and when i select Maths it wants to be Blue but Science wants to be Normal. I want when I selected any node ,only that selected node color … | |
My sister has a problem with her laptop: whenever a menu/folder is opened there is mad scrolling through all the entries which you can't stop. This is driving her crazy because you can't run anything effectively without restarting the computer several times. Adaware, spybot, macafee and a few other malware … | |
I m having a webService. In that I m using Caching. I have wrote following code to store datatable in cache. [CODE] using System.Web.Caching; Cache.Insert("dt", dt, null, DateTime.Now.AddHours(1), TimeSpan.Zero, System.Web.Caching.CacheItemPriority.Default, null); [/CODE] It give me error like "An object Reference is required for non static field. How can i remove … | |
Hello, I am just starting out with ASP.Net using VB.Net. I am trying to build a football website for my football club that has a backend CMS system. I have the database designed with primary and foerign keys in SQL Server 2005. I would like some help to: 1) Insert … | |
i found this code to upload a file into a sql database using the asp.net fileupload object (or vb) i found it here [url]http://forums.asp.net/p/1480079/3451771.aspx[/url] i think it works, but i am a learning noob and have a question...where does my dbase info go in the code? [CODE] 1. If FleUpload.HasFile … | |
Greetings: This is a simple string formatting problem. I'm a little red-faced having to resort to this. However, I am following the rules for string formatting and it just seems to be getting ignored under ASP.NET using C#. If I have a list of integers, like: 54, 123, 9, 1037 … | |
hi I'm trying to implement a custom forms authentication based on existing objects. i have created the following classes classes: [CODE=c#][Serializable] public class MyIdentity : IIdentity { // my custom members and properties } [Serializable] public class MyPrincipal : IPrincipal { // my custom members and properties }[/CODE] i'm using … | |
What Are The Most Important Of ASP.NET Parts That For Developing WebSite Must be Known? and a bit AJAX in ASP.NET Or JQuery,what are they?,what do they do? and ... Thanks | |
We need little help for our project website. Please help us. We need a code for mouse hover in ASP.NET. For example, every time the mouse is over the image there is a pop-up image in its side. We'll wait..Thank you very much! | |
hi, goodday. my name is babafemi ibitolu, from nigeria. please i am creating a web application and i tried accessing a textbox control which is on the login page from the home(index) page. please how can i do that like it is done in winforms. actually i instanciate the control … | |
hi i am sathish. i am asp.net beginner i want learn grid view in asp.net using C# . i donot how to do. so any one know plz send me step by step.. thank you | |
I have a web portal [url]http://www.game4tress.com[/url] that loads a series of databases. Most of the time, everything works fine, but certain times, especially on google chrome, if i click too fast on a link, inside the main page (to play a certain game), i get an (unknown) error message when … | |
Hi, I develop in asp a html page parser, and I would need some help. Here is my code: [CODE]<% Dim objXmlHttp Dim strHTML Set objXmlHttp = Server.CreateObject("Msxml2.ServerXMLHTTP") objXmlHttp.open "GET", "http://somepage", False objXmlHttp.send strHTML = objXmlHttp.responseText %>[/CODE] Everything works fine, and the result is: [CODE]<table> <tr> <td>EUR</td> <td>4.23</td> </tr> <tr> … | |
i find it difficult to add mssql dbs to asp.net website when i am using vs2008. here i intend working locally. please let someone help me. | |
Hello everybody! I'm doing my project about ASP.NET but i don't know howto create Database. Example: UserName: xxxxxxx Password: xxxxxxx Login(<<<) i want to know how the code working. i want to know where my data will be stored. for example if i am creating login control then which fields … | |
I'm creating this web application using asp.net in conjunction with vb.net. will i have difficulties in finding a host company around given people prefer the more open source frameworks like mysql instead of sql server and Apache instead of iis. what other constraints could i face in publishing this app, … | |
plz tell me how can i publish my asp.net web service to my intranet and access it from anywhere from my intranet. thanks and regard, Nice Candy | |
hi, in my application i have a gridview.i wante add new record to database through gridview. how to add new record.in my database i have 6 columns i.e Orderid,shippingid,Customerid,Orderdate,delivery date,orderdate. plz give me code. i facing this problem from couple of days.plz help me thank u | |
I am looking for an antivirus for Windows XP because I am tired of all that shit that tries to infect my PC. So far I looked into [url=http://www.deprice.com/kasperskyantiviruspersonal.htm]Kaspersky Anti Virus[/url] and [url=http://us.mcafee.com/root/package.asp?pkgid=100]McAfee VirusScan[/url]. Which one is better or should I pick something entirely different? | |
I can't insert values into a table using a stored procedure because the fields are of data type MONEY. First, is the data type CURRENCY the same as data type MONEY? Right now, I am currently using the integer value of adCurrency for the data type parameter of the createparameter … | |
Hi All. I want to allow users to select a font using a dropdown box. As every body has different fonts installed, how do I read the available fonts. I know this will be a very long list, but will not be used very often. I will store the selected … | |
Hi all, I have a three fields, Age, Adults, and Children, I have been able to calculate the age from the Date of Birth input, however, what I seem not to succeed on is to have the text value "[COLOR="Red"]Adult[/COLOR]" automatically entered in to the [Adults] field if the Age … | |
Hello, Does anyone know any code or control used to allow clients to manage their own articles/news (text + images) on their asp.net websites? I mean only text and images with exact structure, not modifying the whole layout. Thank you | |
I have search on google about the polling application and i have not yet got the proper solution so that i can understand. Can anyone help me where can i find this which can help me to develop this web app for my company. Thanks | |
Hi, I am trying to download data using a dataset, but I keep getting the error "Failed to enable constraints" On Debug, I get the suggestion 'Relax or turn off constraints in your dataset" refers to "aRow.EmployeeID" my dataset has this query: [CODE]select isnull(c.Answer,'') Answer,isnull(b.Comment,'') Comment from Questions a left … | |
Hello, I am just starting to play with ASP.NET MVC, I need to build a project for my school activities and I'm stuck with this (probably) simple thing, but I haven't got a clue... I need to present a View that contains checkboxes to choose from, this part of the … |
The End.