13,153 Topics
| |
pls give me the complete code for it ..i tryed but not getting the output..pls help..iam pasting the code here but no output [code=aspnet] SqlConnection cn = new SqlConnection(ConfigurationSettings.AppSettings["con"].ToString()); protected void Page_Load(object sender, EventArgs e) { Response.Write("sql is connected"); SqlDataAdapter da = new SqlDataAdapter("select countryid,countryname from countryname", cn); DataSet ds … | |
Dear IT Gurus, I am having a number of browsers (IE, Mozailla etc) connecting to a server. What i would like to have is some sort of unique way of identifying the machines from which the users are connecting (not the browser identification but machine identification). The server has a … | |
hai friends, i am writing the code for file upload .the document file is stored on the sqlserver databse. i taken the one file upload control and button. in the sqlserver i create a table and a procedure and witten the code. but it gives error at show files method … | |
hi all, I am developing a web application. I have loaded some block of text into the text box. Now i want to print only the contents of the text box.Can anybody help me regarding since i am new to asp.net thanks in advance | |
I have to develop income tax project, from the following concept * farpoint * datagrid * forms controls which one is effective one based on performance? please suggest me which one i have to use? | |
Guys I have a dropdownlist control with categories so when I select something from ddlCategory I wana display all the products fall under that category in a datagrid but I dont seem to get that right... here is the bit I have done [CODE=C#] protected void Page_Load(object sender, EventArgs e) … | |
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# | |
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 … | |
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); … | |
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 … |
The End.