13,936 Topics
![]() | |
hi ... i want send email in the my application server to other email address.. below the code i used but not working plz help me....... Code header file: [code=asp.net]using System.Web.Mail; //if i click the button send mail to other email address..i used below the code........ MailMessage mail = new … | |
Hi All, Im using C# , Visual Studio 2008, to learn a bit more about HTTP Modules and HTTP Handlers. I understand why it is used for, however in trying to absorb the basics of the code it is a bit difficult. Im trying to make a http module which … | |
I have the ff error and I have no idea what is [COLOR="Red"]Line 1: Incorrect syntax near ','. [/COLOR] [COLOR="Red"]Exception Details: System.Data.SqlClient.SqlException: Line 1: Incorrect syntax near ','.[/COLOR] Source Error: Line 101: dgItems.SelectedItem.Cells[0].Text; Line 102: [COLOR="Green"]the application point the error in the ff line that fills in the dataset[/COLOR] [COLOR="Red"]Line … | |
I have an aspx form. It works. It submits. Now, without going into ANY OTHER FILE, I would like to add a field or two. Is this possible? I've tried it but those fields never send their data I've tried copying a field and changing NAME to NAME2 but still … | |
Please provide me the code for REMINDER in ASP.NET with C# | |
Hi all, I using PHP & MySql. Here's the situation: 1. I have a website which is a meeting place for employees & employers. Employees can sign up for an account & select the skills they have. These skills list will be shown on their resume. I have an array … | |
Well, I fixed the runtime error now it just opened to a new bag of worms. I get to see the actual error thats there and it tells me that access is denied to this certain file. Easy enough, change the access to the file right? Wrong... can't find the … | |
Hi. I am developing a windows application in C#. I want the source code of Image Editor in C# windows application whose work like MS Paint. on which we can write text on image dynamically through mouse drag and drop. also we can drag other controls like arrow or box. … | |
Hi. i am developing a windows application in C#. i want the source code for write text on image dynamically through drag and drop control in C# or Source Code for Insert usercontrol like textbox or line/circle on image thanks in advance | |
Hi, a super website built using asp.net ajax gets 100000 visitors daily. Does the hosting support this? As far as I know sites built using ajax is hard on the servers, is that true? | |
I have a template for web pages which is asp.net Inside the content object or whatever it's called, it wish to place a simpe PHP form. I tried it and the PHP code doesn't seem to be recognized as PHP but as text. Can this NOT be done? [code=syntax] <%@ … | |
Hello, I am creating a text file and am writing my program output to it. Now i want to read that text file and display it in a message box. Actually I am unable to display some part of the file (i.e. first 10 lines). Regards Rajesh | |
I am using an existing .aspx form that will submit a few fields and a comment box. It actually works! Now, I open that form in Dreamweaver and copy...let's say...the NAME field and all its guts in the td section for it, and reinstance it to NAME2 in a few … | |
Hi Friends, Am new for Asp.net..... How can i use Radiobutton in Asp.net using vb regards, vishnukumar sr | |
hi all, can anybody plz tell me how to remove textboxes previous entries in asp.net, my requirement is i have created an apllication which registers the information of employees in an organization, the registration fields are like name,age,city,state,country etc.., which should be typed in textboxes. my problem is when i … | |
I have 2 datagrid, 1 with details of Category and the other with the products user selected from the other datagrid, what Im saying is I have a select command on my 1st datagrid so when I select something from my 1st datagrid it should be added to the 2nd … | |
I am studying VB.NET in a VB 2005 book, but using VB 2008. What is wrong with this code? I am using ASP.NET to write a web page. For each reference to: ResultFahrenheit.Text ResultCelsius.Text ResultKelvin.Text I get errors that say: Name 'ResultFahrenheit' is not declared. Name 'ResultCelsius' is not declared. … | |
Hello, I have a main page to which i have added a toolstrip along with menustrip. While running my application login page appears. I need, these two i.e. menustrip and toolstrip to remain disabled until successful login. However, i managed to disable the menustrip, but I am unable to disable … | |
Hi We are going to be starting a new ASP.NET website that will use an MSSQL database and the database is likely to eventually fill up as each database has limited size. Is there a way to have a database overflow into a new database when it is full but … | |
I'm new at the whole code thing and I've never worked with this before but I have to fix it and I'm lost. When publishing an internal site I'm getting a RunTime error "Server Error in /Workorder Application." Runtime Error Description: An application error occurred on the server. The current … | |
Hi, i want to create a search result page in which i want to display results in grid, grid must contain text box to take user input . In grid results must come from the database. and grid must also contain the link button. Please Help me out Thanks in … | |
hi, I am trying to add a value to listbox. i use lstlistbox.items.add(new listitem(value)). this adds it fine in click event of button, but i need to use the selectedvalue of the listbox again in same event. as the listbox item doesnt show i cant use selectedvalue. is there a … | |
hi, I have a question. How can I code the name, id, price and total amount of basket content as image? | |
How can I detect if ASP.NET is registered or not (programmatically)? I've read a lot of posts about checking register, for example: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\..., but I have not this key at all, and about existing the folder "C:\Inetpub\wwwroot\aspnet_client"(but it can be absent) Also I can't use the Metabase.xml because it has … | |
Hi everyone, hope ur all. After a long time i m posting here. M in a problem abt. dataview.rowfilter. Matter is i have to create datareader from dataset, thats ok. The dataset is being filled up,no probs. After that i m applying rowfilter which is not working : [ICODE] da.Fill(s); … | |
sir.. in asp.net, i want to search a data in gridview regarding to our keypress search_text box.. am using mysql database.. can we write mysql database connection in javascript n want to write a search query .. can we do gridview databind using javascript.. if anybody knows, pls reply to … | |
I am using C# and SQL Server 2000, I have 2 related tables, master and a child, the master table have a primary which is an autonumber and I reference that autonumber to my child table as a foreign key so my problem is to get the value of the … | |
hi, I have a listbox and have managed to expand it when a user double clicks on an item. but if i have 4 results the results will show at the end of these 4 results e.g. year month day minute if i double click year then 2008 should show … | |
I have a basic question in .Net Why there is a need for .Net Framework supporting different languages? Is it not better to train everyone in a single language? Thanks. | |
Hey, I wanted to know how I could create custom forms in VB.NET such as: [URL="http://www.oobox.com/music/graphics/InstrumentTunerV2.gif"]http://www.oobox.com/music/graphics/InstrumentTunerV2.gif[/URL] It seems like all the programming I've done in .Net has the typical square edged forms. Is this even possible in .Net or is it some other language? Thanks | |
Hi, I just add a GridView with Edit option. I connected it to DataSource. Now, one field is a date, so I convert it's column to a template and added in the editItem template an ajax calendar extender which connected to the Texbox and works by clicking a button which … | |
I am facing problem in asp.net. Problem is : Session objects is not working properly.in the sense some times it will work some times not(getting empty). Plz Can anyone help me in this . Its very urgent !!!!!! Eg: In web.config - In <Sessionstate timeout=30>,but before 30 minutes only its … | |
Hi, I want to include a feature same like as naaptol [url]http://www.naaptol.com/faces/components/search/shoppingSearchResults.jsp?query=bikes&pager.offset=0[/url] in this page when i selec a Brand from the Brands listbox it is displayed jst below to the listbox and length of the page increases. if user wants he can elminate the selected option jst by clicking … | |
hai friends, i am developing a application like a job portal. but in that i am getting a error whilw i am writng the program.. please clarify my doubt.. the error is: please tell me the how to delete a record from database using asp .net and C#. please send … | |
Hello! I have a small problem in asp.net ... I wish to create a pdf file and write text entered into a textbox into it using asp.net. The following lines of code work properly for creating and opening pdf files [code=asp.net] Dim fs As FileStream = File.Create(Server.MapPath("files/newfile.doc")) Dim sw As … | |
hai friends i am writing the code for search button; while i am wrote and complied that it gives the following error. so many times i checked and posting into the forum now please clarify this problem.. code is: [code=asp.net]using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using … | |
Hi Guys, I'm new to the site and just joined. I am currently doing a project for college and would like your advice on what technologies I could use that is effective but simple. Really simple!! What I intend to do is from a Web page on a server I … | |
when I did the following porgram I got the error like NewNamespace.Focusview does not implement interfaceNenamesapce.Iencrypt.Icompress why? can any body explain this problem [code=asp.net]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace NewNamespace { interface IEncrypt { void IEencrypt(); void Idecrypt(); } interface Icompress { void compress(); void decompress(); } … | |
hi all, I want to create a link in Reporting Service that redirect me to another page(Not a supreport) or executes some code. e.g, the customers IDs appears as links and when clicking it retrives this customer details or redirct me to another page that displays the customer details. I … | |
Hi, Im trying to use popupcontrolextender in my asp.net project my code is as follows: 'The targetcontrol which will raise the popupextender [code=asp.net]<asp:HyperLink ID="HyperLink1" runat="server">Sign in</asp:HyperLink>[/code] 'Panel which will appear in popup [code=asp.net]<asp:Panel ID="loginPanel" runat="server" style="display:none;border-color:Red;"> <div style="border-color:Red;display:block"> Hi, this is trial of popup control extender control provided by ajax … | |
Hi, i'm new to ASP.NET, been using PHP for a while but now getting into ASP.NET/C# and was wondering how i would go about accomplishing the task in the title. I'm still an ASP noob right now so any suggestions/help is welcome. To do something like this normally I would … | |
Im trying to dynamically add controls such as text boxes, radio buttons, check boxes, etc to a user control(ascx page). Im basically trying to build a very simple faceted search. Here is the scenario the user defines a string that specifies what is to appear on the page, some thing … | |
I am using this variable from the code behind : [CODE]public string UserID; //globally declare the UserId protected void RadGrid1_PreRender(object sender, EventArgs e) { MembershipUser myObject = Membership.GetUser(); UserID = myObject.ProviderUserKey.ToString(); }[/CODE] I am trying to use the variable in the INSERT command in the aspx file but it seems … | |
hai friends, I am developing a application like a job portal on that i have to use the file upload control to store the resume and download the resume. how can i do that. please send me the sample code to do that. AS SOON AS POSSIBLE | |
Hi I am doing a task of mail sending from different mail id's to different mail id's . I have a domain of rediif. when i am sending mail using my domain id then all mails are sent successfully but from other mail ids its not .. can anyone help … | |
Hello Everybody! I have a simple question: where can I get or set a control, which is in a template field? I have a gridview, and I've created a templatefield in it, with a textbox inside. I want to use the data typed in that textbox, but I don't know … | |
I have an application where the user is required to log in running on asp.net 2.0 I have added .doc and .pdf to the application extensions area so that outside users cannot go directly to the .doc or .pdf file without logging in. When I click on a .doc or … | |
Hi All, Please help me to complete the following type of event handling in asp.net with C# [CODE=C#] private TableCell CreateTextCell(string name,string id) { TableCell cell = new TableCell(); TextBox txt = new TextBox(); txt.ID = id; txt.AutoPostBack = true; txt.Text = name; txt.TextChanged += new System.EventHandler(this.txt_Changed); cell.Controls.add(txt); return cell; … |
The End.