13,153 Topics

Member Avatar for
Member Avatar for jhoop2002

I am trying to create a web app using C# 2005 where I can upload an excel document, store it in memory and read the contents. I have my code working if the file is saved on the hard drive, but i don't want to have to save the file …

Member Avatar for ashutoshbajpaij
0
1K
Member Avatar for vuyiswamb

Good Day Fellows i have a Dynamic Questionnaire that is created using dynamic data from the Database. My data in the Database contains the fields like [B]QuestionID[/B] - Primary key [B]Question[/B] - The Question Text [B]Answer[/B] - The Answer [B]Required [/B]- This is a Validation , i used this to …

Member Avatar for vuyiswamb
0
265
Member Avatar for Fortinbra

Does anyone know of a reliable view/editor for Word docs through a web interface? We've tried CKEditor, but my boss wants something closer to how Word works.

Member Avatar for sufyan2011
0
139
Member Avatar for jon4321

I'm trying to edit a website that's already on IIS, and I don't understand why an event doesn't seem to be compiled when I build the solution. I created the event through the design view in visual studio, but I get the exception that there is no definition for the …

Member Avatar for jon4321
0
192
Member Avatar for vistriv5

Hi all, Anyone know how to create a dynamic gridview with the following specs: 1. Fixed datasouce (sqldatasource) with a fixed string connection (and database name) 2. Fixed select statement: "SELECT * FROM " + <table name> 3. <table name> came from textbox input and there is a button available …

Member Avatar for sufyan2011
0
121
Member Avatar for goltu
Member Avatar for scottdg

I have recently been given the opportunity to manage websites for both the organization I have worked at for the past 13 years as the network admin and the newly acquired organization we share the building with. It is understood that I do not have experience with asp.net which both …

Member Avatar for scottdg
0
118
Member Avatar for Khyati Patel

I have already done Social Networking site,a small project based on LAN supporting Video Chat using C# as front end and SQL Server as back end. Can anyone plzz... suggest me some additional feature to expand this project in ASP.NET.

Member Avatar for prit005
0
69
Member Avatar for M.Waqas Aslam

Hi ! i m working on asp.net project and using c# for it , i want to place my delete button on the right most of the gridview , by default button is placed at left side of the grid , can any one please help me . as i …

Member Avatar for M.Waqas Aslam
0
120
Member Avatar for TechSupportGeek

Hello, I'm not quite sure this is the right forum to post this kind of stuff to but I'll ask anyway. So, what the title says, is there any implementation of the Logo programming language that targets the .NET Framework? By that I mean I want to be able to …

Member Avatar for Rashakil Fol
0
126
Member Avatar for praveendasika

Hi , I want to open my google chat badge automatically when the user comes into my website. How can I do that ? it open when the user clicks on it , But I want it to be automatic...any ideas?

Member Avatar for hericles
0
70
Member Avatar for shella

Hi guys, I'm not very good with ASP but atually I need to fix some stuff and I'm encountering weird problem when I tried to connect to Access database into my localhost. Actually when I do something like this: [CODE]conn.Open "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & server.MapPath("/cms/db/cms.mdb")[/CODE] I return this error: …

Member Avatar for shella
0
155
Member Avatar for jsmall26

So I know coldfusion, so I'll post it like this... Whats the best ASP.net example of this coldfusion code? [CODE]<cfset mylist="red,blue,yellow,green"> <cfloop list="#mylist#" index="i"> <cfoutput>#i#</cfoutput> <BR> </cfloop>[/CODE] I can't find this example anywhere on the web. Thanks guys!

Member Avatar for Antenka
0
117
Member Avatar for saly+two

Hello all, I'm developing a project and I faced a probelm of how to insert a new row to specific index choose from user Can anyone help to do that in VB.net Please? Thanks a lot

Member Avatar for Sarama2030
0
76
Member Avatar for Seesharp

need to check an SQL Server database (not asp.net membership) to see if an email is already in use before allowing the user to register. I have tried using the information in this website but it does not seem to work. Your help will be much appreciated

Member Avatar for Sarama2030
0
174
Member Avatar for Romil797

My problem: there should be a mult-column list-box type control. the control also has names of images. when the user hits a button, the data in each column is stored in a variable, and all of the images are uploaded to server. Help on execution?

Member Avatar for Sarama2030
0
201
Member Avatar for Shwetha Dali

I have a login page..if u close that page and reopen it after some time,i have to get the same page..Can anyone tell me how to do it in asp.net using C#.. Thanks & Regards Shwetha

Member Avatar for Sarama2030
-1
117
Member Avatar for adeelfayyaz

hi.. i am confuse about the difference between web pages coded in asp.net and coded in html.. can we access html coded page in asp.net for database connectivity?? or i hav to make whole code of page in asp???

Member Avatar for Sarama2030
0
331
Member Avatar for itpragan

Dear all , I want to learn ASP.Net , How i can learn that( I am new to this ) , If any links for learning send my mail [snipped]............... Regards R.Murugan

Member Avatar for Sarama2030
0
83
Member Avatar for KikoStyle

i want to do an e-shop page in microsoft visual web developer 2010 !!! I use a ASP.NET web application !!! i want to put some pictures inside the web developer and change the backgrounds !!! sorry for my bad english because i am from greece !!!

Member Avatar for Sarama2030
0
101
Member Avatar for Rohan rawat

Inside a button link database with gridview . [CODE]protected void Button2_Click(object sender, EventArgs e) { string strSQLconnection = "Data Source=ABC-0D30299B90A;Initial Catalog=JAPIT;Integrated Security=True"; SqlConnection sqlConnection = new SqlConnection(strSQLconnection); SqlCommand sqlCommand = new SqlCommand("select * from Doe_detail", sqlConnection); sqlConnection.Open(); SqlDataReader reader = sqlCommand.ExecuteReader(); GridView1.DataSource = reader; GridView1.DataBind(); }[/CODE] For edit and update …

Member Avatar for vijay_myl
0
275
Member Avatar for sudheer2250

Hi Experts, I am working on mixed language web project. In App_Code folder, Created 2 folders with names "VBCode", "CSCode". I added one class in VBCode folder with name "Class1.vb" and implemented 2 methods. And, I added one Class in CSCode folder with the name "Class2.cs". My Requirements is, I …

0
61
Member Avatar for lianpiau

I want generate a auto number in asp.net which must start as Cust. For example Cust/00001

Member Avatar for lianpiau
0
80
Member Avatar for baladeveloper

Hi Friends . How to create the sub group in datagridview in asp.net with using c# coding Thanks in advance Balas....

0
63
Member Avatar for Romil797
Member Avatar for compulove

Hello! I need code that will allow the user to do the following: 1. Select a browse button and choose the folder they want to save a file once the exe file at the end of the program runs 2. Display the folder location the user selected in the textbox …

Member Avatar for thines01
0
204
Member Avatar for screwfacecapone

I am working on a web application that builds a KML file using a list of coordinates and is supposed to display them on Google maps when you click a button. When I'm testing it on desktop it works, as it brings up google earth with no problem. However, when …

0
179
Member Avatar for abathurst

Hello, I am having trouble inserting data from a XML file into a table in a SQL data base. The worst thing is it isn't coming up with an error but nothing is being inserted into the database Here is the condensed version of the XML code I am using …

Member Avatar for abathurst
0
2K
Member Avatar for Nithya.G
Member Avatar for crishlay
0
179
Member Avatar for abathurst

What I am trying to do is have a user enter a word into a text box and retrieve the information from a SQL database where the 'entered word' eqauls that a column. I have this working perfectly but now I would like the user to be able to enter …

Member Avatar for abathurst
0
245

The End.