5,691 Topics
![]() | |
Hi folks, Im basically a php programmer. So im very new to asp and vbscript. I had a project to create something in php and asp. I was able to get it done in php but im struggling with asp. I need to create a array to send to an … | |
Server Error in '/PrecompiledWeb2' 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: Unrecognized configuration section 'connectionStrings' Source Error: Line 10: <configuration> Line … | |
while Iam running my asp.net project by entering the url it shows the auhentication pop up as "Enter username and password for http://localhost" it shows in firefox plz help me | |
Hi, I want to know, how to view documents(doc,docx,pdf) in asp.net (online itself).. | |
hi i am a new memeber of this group. i am developing a web application which inserts customers details into databse when customer inserts his details on the web page. i need help regarding code to connect MSAccess database in ASP.NET.means if user inserts the details the details should get … | |
hi., there is a parent page and child page . when i click parent page button it should go to child page and take values from there and return to preivous page its not working :( parent page: public class Default : Page { protected TextBox txtFirstName; protected TextBox txtLastName; … | |
Hi, I am a c# developer and am working on a web site that contains user accounts. I am trying to add a chat feature like facebook. Only direct chat is to be available like IM, a logged in user in the website should be able to chat with only … | |
I am following the code in a previous thread and cannot access SQL database. See attached login.aspx and login.aspx.vb files. Database file is a simple "Users" filw with AutoID, username, email and password. What am I doing wrong? Any help is greatly appreciated. | |
people plix help me with ASP code for login. am using MSSQL i want users who have registered using their emailadress and passwords to be able to login. | |
I've been building a custom [URL="http://bariby-quance.com/blogged.aspx"]journal application[/URL] for my website which has a reply sub-app where visitors can post responses to my frequent posts. In the response sub-app I want to be able to incorporate formatting buttons (bold, link, colour, etc) that will take selected text within the textbox and … | |
Hi...Someone please help. I have a web site that is based on information in a database. It is used to sign people up for events or classes. So an event is created, a link is provided with the query string for that event, then people can view the different times … | |
I need help. I have a SQL Server database that will store information for events that will be taking place. The sql database looks like (see attached). I am fairly new to programming so I need a lot of help, please. I need a web page that will allow a … | |
This is a very brief overview of how to achieve an ON-THE-FLY creation of an appointment in the clients outlook calendar. This will not force the user to add it to there calendar but gives them the option to add it automated. Using the older .vcs file extension for outlook … | |
There will be two posts minimum... First, I'll refer you to the Knowledgebase Articles that give the needed information, and second I'll give you code samples to run a report given the methods I use. Specifically, I access a SQL or Access database via ODBC, but either database will work … | |
hello all, i want to ask how to i set variable in asp:sqldatasource in sqlcommand in asp.net c#.... This is my code asp.net [code] <dx:ASPxListBox ID="lsAssignToko" runat="server" DataSourceID="SqlDataSource6" TextField="NAMA" ValueField="ID" AutoPostBack="true" EnableCallbackMode="True" SelectionMode="CheckColumn" onselectedIndexChanged="lsAssignToko_SelectedIndexChanged"> <Columns> <dx:ListBoxColumn FieldName="ID"/> <dx:ListBoxColumn FieldName="NAMA" /> </Columns> </dx:ASPxListBox> <asp:SqlDataSource ID="SqlDataSource6" runat="server" ConnectionString="<%$ ConnectionStrings:Ora2010 %>" ProviderName="<%$ ConnectionStrings:Ora2010.ProviderName … | |
Hi Guys I'm working on a similar topic and need help to create a Multiuser Chat + an Interactive whiteboard. My frontEnd is Asp.net and will use AJAX, etc. Also, I want to know should I be using Flash or Silverlight for the purpose, Whichever is faster and better. My … | |
Most of the times we have requirements of adding different client side validations on the web pages and the easiest way to achieve this in ASP.Net is to use the existing set of validator controls. In SharePoint when we design custom webparts which takes some data as input, we might … | |
how to call get set properties present in class.cs file to javascript ? how to call a class which is in App_code through javascript ? | |
Hi friends, I have some question about asp publish web site I was create web site using asp.net 2.0 with backend as c#.net then i publish that web site & give published files to the web server who host my web site on internet...then i access my file via browser,there … | |
Hey guys, I'm having a "great" pleasure of parsing XML in my ASP page, except I can't seem to figure it out what I'm doing wrong. I have tried a bunch of stuff and can't seem to read a simple xml doc. here is what my code looks like... [CODE]' … | |
I was created a web site using asp.net 2.0 with sql server 2005 data base.. That site home page url is [URL="http://foxads.lk/virtualTest/new/home.aspx"]http://foxads.lk/virtualTest/new/home.aspx[/URL] At the development time all code are executed well But at the run time Those error are occur [URL="http://foxads.lk/virtualTest/new/buyproperty.aspx"]http://foxads.lk/virtualTest/new/buyproperty.aspx[/URL] [URL="http://foxads.lk/virtualTest/new/createAd1.aspx"]http://foxads.lk/virtualTest/new/createAd1.aspx[/URL] ect... the connection string is in commen web … | |
I want to send and receive email. Plz tell me how to create a Webmail for this | |
I have a list of questions, each has its own category. I want to be able to select 5 random questions from each category and then display them ordered by category in something like a nested repeat region. I have the sql for obtaining the random 5 for each category … | |
Hi Friends in my project i have to build file input tag to get pdf file from user. this pdf file should be store on my web server disc and path of the file should be store on database. Hey Guys Please Please Help Me. can any body give me … | |
As more and more sites require complex form dialoging, it seems that JavaScript is taking over ASP.NET. Who uses .NET anymore and how sufficient is it? I will admit, JavaScript does have its kinks and perpetual bugs but is far more capable and adaptable than ASP.NET in my opinion. Should … | |
how make a login form with to fields like empname empid. what is the coding proceture. | |
Pls give example code for ASP.Net 2.0. | |
Hello all, i developed an asp.net application which is running very well from source. But after publishing on the same system it hangs. What could be the problem | |
tell me how to make a stylish login page like yahoo messenger i want to make an stylish log-in like yahoo messenger but how???? | |
Hello great programmers, i developed a dynamic application on asp.net using vb.net 2005 and its running perfectly on my system. After deploying / publishing it to 2003 server it hangs if called. What coould be the error ? What am i getting wrong? Wwhat do i do? | |
I have big question about asp.net publish web site.... I am use vs 2005 asp.net with c# as code behind file... I was create web site,Then I publish this web site using solution explore "publish web site" tab... Then I create new virtual directory ,and set the parth,what i publish … | |
Hey Guys! I am having trouble getting my insert and login pages to work and I wondering if any of you had any ideas?? please!!! I need to get this working asap! I have followed directions to get the login page to work and used user authentication server behaviour. When … | |
I need some help. I am currently creating an event caledar. First there is a web page that a person would input information for an event there were holding with the dates and times. This information would be stored in a SQL Server database. Then a link is given to … | |
Hi friends, I have big problem about dialog box... Normally we can use jquery or any javascript method for creating some dialog box.. My question is,Are there any method available in dotnet freamwark what creating some custom dialogbox...If it is please replie mee...Thanks ... :D | |
Hi, I want to prevent multiple user login for same user in asp.net.. How can I achieve. Note: I want to control without database concepts | |
can anyone guide me as how to code a website using asp.net to run on different servers (using intranet). also tell me as how to code the url for that website | |
Hello, this is the web page I'm developing: [URL="http://gtechrosarioco.win-servers.com/"]http://gtechrosarioco.win-servers.com/[/URL] . Problem: In firefox everything it's fine, in Chrome too. But internet exlporer shows the accordion pane in a wrong way and that mess up with the hole page (please check it for yourself and see what I'm talking about). The … | |
Hello Group: A seemingly simple problem is defying a simple solution... I have several existing HTML pages on our site (ISP-Hosted/Windows Server, Front Page Extensions) that need a 301 redirect to other, new pages, within the same site. Without going into all of the in-elegant options I've uncovered, some of … | |
I have a table of questions for a survey, each one with its identifying number. I have a form that populates with all the questions (this is not an exact number, as more can be added) but I need to store the results into one field, using arrays, because the … | |
I am creating an ASP.NET web page using Visual Web Developer and using C# as my script. Can anybody give me a code in C# that will load another aspx web page? The situation is like this: a page is loaded automatically when a user pressed a button and satisfied … | |
I have a Crystal report it has dynmic information on page header when I export to excel, only first page header shows in excel. I am using asp.net visual studio 2008 sp1. if I export it to others format like pdf, word etc... its working fine lets assume page header … | |
I have a Crystal report it has dynmic information on page header when I export to excel, only first page header shows in excel. I am using asp.net visual studio 2008 sp1. if I export it to others format like pdf, word etc... its working fine lets assume page header … | |
Hi, I have an application as in the following, [CODE] <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.XML" %> <script runat="server"> Sub submit(ByVal sender As Object, ByVal e As EventArgs) songNodesOut.Text = String.Empty If Page.IsPostBack Then mess.Text = "<p style='margin-left:-2em'>You selected <b>" & drop1.SelectedItem.Text & "</b></p>" End If Dim file As … | |
Hi frdz., i have issue here i need to create my own login control and that control should have roles also. if i use the pre defined login controls i can assign roles to it. but while creating the account i dont want those information which is there in create … | |
How paging is maintani in ASP? and how we include paging in the record? | |
hello i am using a linkbutton inside a datalist.what i want is:when a user click on this link,it play a song stored in a folder protected void LinkButton1_Click(object sender, EventArgs e) { this.WindowsMedia1.VideoURL = "mistralgagnant.mp3"; } PS:WindowsMedia is the ID of aspnetvideo Thanks | |
I have been searched a lot..not able to get the correct answer for it..need help | |
ASP code snippet to detect visitors and monitor their current activity. Monitor and display which visitors are currently visiting which web page, IP number, user-agent, language preference, page referrer and more. In the settings file you can specify for how long to retain the display, for example show visitors activity … |
The End.