12,085 Topics

Member Avatar for
Member Avatar for chirutha12345

hai friends, I am developing a job portal applicaton using sqlserver ,asp .net, c# .net. i completed the uploading the resume file into database.i am getting a problem. while upload a file my client says the file download and while the application it can be opened in the browser.but how …

0
46
Member Avatar for yeap7

Hi I have a web site which hosts an activeX (using object tag) . This activeX is actually a user control in a class libraray project . I wrote some code to be executed once the client press the OK buttom of the user control . I need at a …

0
79
Member Avatar for laurus2008

Hi All, I need some help understanding HTTP Modules a lot better. At the moment I understand creating the Init and Dispose functions and making the Init function include an event handler. Its only in the Event handler that I am clueless as to the logic of getting something to …

Member Avatar for Fungus1487
0
53
Member Avatar for sierrasoft
Member Avatar for arshadshaikh

I need to access controls of the main page from an iframe with ASP.Net C#. Is there any way to access it. For example i have a page i.e. index.aspx and there is a label name with Label1. And also i also have used an iframe inside index.aspx. Now i …

0
63
Member Avatar for divyasrinivasan

i want to take a button and a text..i give a string in textbox n in button click i want the string to convert to bytearray.... i wrote the code in button click [code=C#] string s="divya"; byte[] bytstr=Encoding.ASCII.GetBytes(s); [/code] now wat to do next ...where to input n how to …

Member Avatar for divyasrinivasan
0
71
Member Avatar for cardi22

Does anyone know if it is possible to save a document to a SQL 2000 database image field from a .NET web form running on Windows 2000 .NET 1.1 framework. I've seen plenty of code on the internet on how to do this in Visual Studio 2005 and .NET 2.0 …

Member Avatar for aijhann_05
0
308
Member Avatar for Traicey

Is there any way to hide columns in the datagrid that are data bounded using C# coz I have realized that they are not references as columns maybe cells but then again I dont find visible property for the cells, U only get the text, I tried to use this …

Member Avatar for serkan sendur
0
69
Member Avatar for divyasrinivasan

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 …

Member Avatar for terrible
0
144
Member Avatar for vish707

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 …

Member Avatar for a496761
0
67
Member Avatar for chirutha12345

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 …

Member Avatar for 4advanced
0
126
Member Avatar for sancti

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

Member Avatar for 4advanced
0
824
Member Avatar for Traicey

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

Member Avatar for Traicey
0
196
Member Avatar for psathish2

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 …

Member Avatar for greeny_1984
0
131
Member Avatar for laurus2008

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 …

0
46
Member Avatar for Traicey

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 …

Member Avatar for Kusno
0
116
Member Avatar for squarkman

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 …

Member Avatar for Kusno
0
70
Member Avatar for shobhatai
Member Avatar for audigy642

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 …

Member Avatar for PirateTUX
0
145
Member Avatar for Agrawal_rakesh

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

Member Avatar for serkan sendur
-1
80
Member Avatar for Agrawal_rakesh

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

0
52
Member Avatar for paslanmaz

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?

Member Avatar for fptan
0
70
Member Avatar for squarkman

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] <%@ …

Member Avatar for serkan sendur
0
216
Member Avatar for rajeshswain

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

Member Avatar for peter_budo
0
69
Member Avatar for squarkman

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 …

Member Avatar for 4advanced
0
149
Member Avatar for srvishnukumar

Hi Friends, Am new for Asp.net..... How can i use Radiobutton in Asp.net using vb regards, vishnukumar sr

Member Avatar for serkan sendur
0
49
Member Avatar for rajkishore

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 …

Member Avatar for serkan sendur
0
85
Member Avatar for Traicey

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 …

Member Avatar for 4advanced
0
78
Member Avatar for rajeshswain

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 …

0
90
Member Avatar for audigy642

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 …

Member Avatar for audigy642
0
370

The End.