13,153 Topics

Member Avatar for
Member Avatar for T.J

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 …

Member Avatar for Ezzaral
0
260
Member Avatar for Pankaj18

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 …

Member Avatar for sinnerFA
0
76
Member Avatar for sdimantova

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 …

Member Avatar for sdimantova
0
125
Member Avatar for sandhya1212

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.

Member Avatar for apegram
0
94
Member Avatar for hitro456

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 …

Member Avatar for reach_yousuf
0
71
Member Avatar for ramsham

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 …

0
84
Member Avatar for zohaib.qureshi

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 …

0
64
Member Avatar for jignesh rami

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

0
47
Member Avatar for rohitmanhas_12

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

0
66
Member Avatar for aboell

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 …

Member Avatar for aboell
0
116
Member Avatar for mmona

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

0
76
Member Avatar for nverma

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(); }

Member Avatar for Ramesh S
0
55
Member Avatar for serkan sendur

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 …

Member Avatar for vyasdev2005
1
1K
Member Avatar for Jasicamikayani

Hello Can any one help me to find out a shopping cart systems that work with Authorize.Net? :(

Member Avatar for kosalaindrasiri
0
32
Member Avatar for Batoul88
Member Avatar for nverma

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

Member Avatar for jbisono
0
2K
Member Avatar for rfrei

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?

Member Avatar for rfrei
0
87
Member Avatar for sangeefrnd_2005

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 …

0
58
Member Avatar for ansitjaadu

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 …

0
96
Member Avatar for rockiesmagicnum

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 …

Member Avatar for sinnerFA
0
182
Member Avatar for nccsbim071

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 …

Member Avatar for nccsbim071
0
509
Member Avatar for rockiesmagicnum

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 …

Member Avatar for rockiesmagicnum
0
57
Member Avatar for salman1986

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 …

Member Avatar for kvprajapati
0
121
Member Avatar for dawsonz

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

Member Avatar for dawsonz
0
99
Member Avatar for shakthi712

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 …

Member Avatar for kvprajapati
0
97
Member Avatar for nverma

i have a datalist,i want an add button at the end of each row,clicking wich should result in a new blank row

Member Avatar for Ramesh S
0
79
Member Avatar for nverma

can i embed a ppt in an aspx page ,,,withoud allowing it to be downloaded,saved,,,,it should only be viewd

Member Avatar for kvprajapati
0
89
Member Avatar for Pankaj18

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 …

Member Avatar for kvprajapati
0
53
Member Avatar for allstar11

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 …

Member Avatar for kvprajapati
0
62
Member Avatar for cooldiv4u

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" />&nbsp;<a onclick="showCalendarControl(txtPckgStartDate)" href="#"><img src="calendar.gif" style="width: 20px; height: 20px" border=0 /></a> </td> [/code] Now …

Member Avatar for kvprajapati
0
210

The End.