13,153 Topics
| |
hello this is my question i want to know the best book to start learning ASP.NET and lets say that i dont have any idea about asp or asp.net so i want to know a goob book to start with and learn from it asp.net and i have another Question … | |
Hi, I want to extract text from PDF in C# asp.net. I am using this code as following link :: Link:: [url]http://www.codeproject.com/KB/cs/PDFToText.aspx[/url] But this code is not working properly. The main problem is that when i get output file they have no that content which are in Inputfile. Is there … | |
I need to create some kind of web interface that will allow users to view all of our conference room Outlook calendars/availability at one time. From there, they should be able to select a date/time and automatically bring up a new appointment in their Outlook client and schedule a meeting … | |
hi I developed a website using asp.net 2005 express edition and msaccess 2003.In my computer it is working.but after deployed it in server i can retrieve images from server but cannot insert any to it.Is it the limitation of asp.net 2005 express edition. | |
hi everyone I have a website which was deployed by some one a year back...now I have to make some changes to it. So I downloaded entire source code of that website and opened it on local machine asp.net But it is read only..I can't drag and drop controls on … | |
HI every one. I had code to create image buttons dynamically to show images from folder in web application using C#.net,i want that if the mouse pointer is over an Image(or on image button Click event)then it should show full image with respect to that image button . will it … | |
Hi All, We had a web application build on VS 2005 in .NET Framework 2.0 but then we converted web application to VS 2008 in same .NET Framework.The issue with Solution file it get compliled successfully in VS 2008 but whenever we browse login page it shows Parser error. Please … | |
i am it student. i have develop my website in asp.net 2.0 the resolution not be set in mozila firefox web browser so what i can do | |
iam working on asp.net project and in that i want to change images in given time interval....like i had 10 images and every images changes after 5 seconds... i want to use flash for that...cud anyone solve my problem..... | |
I have a Sharepoint (WSS) question that due to the keywords make it difficult to effectively find solutions on the web. We are trying to roll out a new Sharepoint site, but have some PR commitments to keep our original front page. I would like to know if there is … | |
If we want to change the property of a control on the page., for example the text of a button, which two options do we have available to make the change? 1 option is through property window??? do anybody can tell me anything else then that???? plz reply me ????? | |
m using folowing code,it is worlking fine,on my machine but not working after deploying it to the server { ProcessStartInfo psi = new ProcessStartInfo(MapPath("MaxMinTest.ppsm")); Process p = new Process(); if (psi.FileName.Contains("pptx")) psi.Verb = "Show"; p.StartInfo = psi; p.Start(); } | |
Today we were talking about using new databound controls in asp.net 2.0, i have been trying to persuade my partner to use these controls but he has been refusing and saying that those controls are not flexible enough. Then he challenged me to populate a dropdownlist in a formview; with … | |
Hello Can any one help me to find out a shopping cart systems that work with Authorize.Net? :( | |
i have a datalist,it's itemtemplate is inside an updatepanel,in which i have a button whose click event is not being fired plz help | |
I am writing a VB.Net program in an .aspx page that searches for a particular .htm file. Once the file is found, I'd like to launch the .htm file in the client browser. Can this be done from my server-side code? | |
Hi , i have created word document dynamically and sending with email as attachment in c# asp.net. the created document contains html controls like text area. My Requirement is once email send to a person.. the person has to enter only in the text area .. he cannot do any … | |
hello every one i am creating an web site with the help of master & container pages in one container page an ok button is available. now when i press shift + 1 the button text is changed from ok to find can any one tell me the script for … | |
Here is my issue. I'm attempting to create a daily mailing using a console app. Well, when I started, I for some brilliant reason made a web app. So I'm trying to translate it into a console app, and while I THINK this should work, I keep getting a "type … | |
Hi everybody I am developing an application in asp.net mvc where i need to have Chat application intergrated in the web page. The chat application should be able to support group chat, private chat, simple file transfer and user should be able to create their own rooms. Can u people … | |
Here is my issue. I'm attempting to create a daily mailing using a console app. Well, when I started, I for some brilliant reason made a web app. So I'm trying to translate it into a console app, and while I THINK this should work, I keep getting a "type … | |
Q: you are creating an asp.net application. the application will be displayed on intranet. application uses microsoft windows authentication. more than 100 users will use the asp.net application simultaneously.what setting should be done by the project manager? 1) Add the following element to the authentication section of the web.config file … | |
Hi i've got a simple username and password entry on my webpage. My login class works perfectly in Windows Form but not in my Web Application Login class: [code] using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Data.SqlClient; namespace assignmentForm { public class UserLogin { private SqlConnection connection = … | |
hi friends I am developing a chat application here i have kept general chat room here multi users can chat with each other but now i want one to one chat in my application, when logged user click on any user in the user list, one pop up window should … | |
i have a datalist,i want an add button at the end of each row,clicking wich should result in a new blank row | |
can i embed a ppt in an aspx page ,,,withoud allowing it to be downloaded,saved,,,,it should only be viewd | |
Hi, I have to create a mail server. Is it appropriate to store all the messages (Emails) in Sql server or is there some other way? How do these mail servers like gmail, Hotmail, SquirrelMail work? My company is creating a CRM where we have to download some selected messages … | |
Hi everyone, I'm building a pretty simple website - a online quiz/test where possible questions are stored and retrieved in a sql database. I have 2 questions: 1. How can I loop the creation of a formview on the asp page to display each question. I have manage to create … | |
i have a calender control on my page which is generated using javascript. As shown below how it looks in my aspx page. [code] <td colspan="2"><asp:Label ID="lblPckgStartDate" runat="server" Text="Pckg Start Date"></asp:Label> <input ID="txtPckgStartDate" runat="server" class="NormalTextBox" ReadOnly=ReadOnly type="text" /> <a onclick="showCalendarControl(txtPckgStartDate)" href="#"><img src="calendar.gif" style="width: 20px; height: 20px" border=0 /></a> </td> [/code] Now … |
The End.