13,936 Topics

Member Avatar for
Member Avatar for manbazo

Hello, I have had a new hard disk installed and in the cause of installing my system's drivers, the system prompts me that, I should first and fore most get Windows XP .NET 1.1 before continuing with the installation. How do I go about getting this done? Thank you. Frank …

Member Avatar for jbennet
0
73
Member Avatar for Indianblues

Hi, Actyally I am trying to merge two text files. I found the code for that on the net for c#. It worked for me. [code=c#]private void cmdMerge_Click(object sender, EventArgs e) { string sFile1 = txtFile1.Text; string sFile2 = txtFile2.Text; FileStream fs1=null; FileStream fs2=null; try { fs1 = File.Open(sFile1, FileMode.Append); …

0
84
Member Avatar for luisginan
Member Avatar for Ramy Mahrous
0
36
Member Avatar for morecrab

Hi all, I want to make web application with database using mySQL. I too having googling for this matters, and there are two solutions : 1. Connect via ODBC 2. Using third party Is there another solutions for this matters ? _-ThxZ-_

Member Avatar for sedgey
0
62
Member Avatar for lucky29

[B]how to retriving gmail inbox in asp.net 2.0 using vb :?: plz somebody help me :icon_rolleyes: [/B]

Member Avatar for sedgey
0
69
Member Avatar for solymar

I’m using Visual Studio 2005, ASP.Net 2.0 and SQLServer 2005. I can save .doc files into a binary column in the database. I can open .doc files from the database and view/edit them in Word. I want my customers to have free access to their Word documents. If they want …

Member Avatar for sedgey
0
103
Member Avatar for himanjim

Hi Friends, I'm a web developer bit a new to asp.net. I want to access my remote Ms Sql database through [B]Visual Web Developer[/B] or [B]Sql management studio[/B] but despite of spending so much time and googling I'm not able to do that. My [B]database( [url]www.peclive.com)[/url][/B] is on a server …

Member Avatar for sedgey
0
149
Member Avatar for mr.white

Hello, What is the purpose of putting an MDF file in the "app_data" folder? is it a way to avoid using microsoft sql server? currently i'm paying a lot of extra money (more than hosting fees) to my hosting company for mssq database. can i use an mdf file like …

0
89
Member Avatar for mkn07

Hi, friends I have a problem with the web service return value. I have to do returning complex value from the service but when try to do, i take the below message. I succeeded the case with another method as creating class for the returning value but for System.IO.FileInfo, i …

0
51
Member Avatar for kodingkarthik

Hi all, I am new to asp.net programming and i have a 2 queries : I am using a web form to allow the user to enter values into a database and i am successful in performing this task. now i have another form for retrieving values from the database …

0
128
Member Avatar for webfort2000

Hi, I have a gridview with two columns one column contains usernames and another contains an image, code above. I then have a session variable which contains the userid, [CODE]<asp:HyperLinkField DataNavigateUrlFields="Work_Request_Task_PK" DataNavigateUrlFormatString="../cus.aspx?cus={0}" Text="&lt;img src='../images/cus.gif' border='0'/&gt;" HeaderText="Add Time"></asp:HyperLinkField>[/CODE] What I want to do is compare the usernames in the gridview to …

0
39
Member Avatar for sierrasoft
Member Avatar for indrabhanu

I am using JScript.net project and GlobalResources are getting compiled every time I compile the website using web deployment project with a new filehase. Can any one help me why this is happending. Thanks Bhanu

0
61
Member Avatar for reb0101

Hello All, This is my first time on this forum and I am really hoping (maybe praying would be more accurate) That someone can help me and fast. I have a server that was just sent halfway around the world. It is running Windows Server 2003 Standard Edition with IIS …

Member Avatar for jbennet
0
126
Member Avatar for Kusno

Dear all, How do I access folder+files is located outside webfolder ? My Intranet application website address is [url]http://160.115.30.20/BMI[/url] and physical folder in server is C:\Inetpub\wwwroot\BMI. Folder I want to acess is located in C:\Inetpub\wwwroot\Documents. Now, The folder is in webfolder. I want to move it to outside webfolder to …

Member Avatar for serkan sendur
0
2K
Member Avatar for kodingkarthik

Hi all, I am new to asp.net programming and i dont know how to add a master page to an existing website. I have created 3 webpages and i have to make these pages as child pages in the master page that i have added. Any suggestions or help please …

Member Avatar for Aneesh_Argent
0
80
Member Avatar for Liszt

I use Visual Web Developer 2008 and I wonder. If you look at this webpage as you are reading on now at the very top. You can see that <DANIWEB> Control Panel Donate etc.. is like a yellow picture. Question is: If this is a yellow picture wich I can …

Member Avatar for Aneesh_Argent
0
59
Member Avatar for trinidad_techie

[COLOR=DarkRed][SIZE=2]Hey..i'm new to this forum so plz bare with me lol..um, i have an assignment that i'm presently doing on the .NET framework. The assignment asks for a report on the description of .net framework and some of its components-- common language runtime, .net framework class library, server-side managed code …

Member Avatar for trinidad_techie
0
159
Member Avatar for Liszt

I use Visual Web Developer 2008 and have just started out a project. When pressing F5 that compiles the project the program opens a blanc Explorer window. What I now wonder is how it is possible to make this whole window to be completely Black instead. I am searching the …

Member Avatar for Liszt
0
86
Member Avatar for Genry
Member Avatar for balamurugan1234

Hoiw to create [url]www.webnode.com[/url] Like website.Here particular conent can be edited .How is it possible.. Please help me

0
49
Member Avatar for vimalfor5

Hi all, i want to create one crystalreport from following storeprocedure [CODE=SQL] CREATE PROCEDURE dbo.usp_proc1 ( @ID as int ) as declare @Var1 as varchar(1000); set @Var1 = ' select ID,Name,Email from Demo where ID='+Convert(varchar,@ID) print @Var1; exec(@Var1); [/CODE] This is not the actual code but its a demo of …

0
86
Member Avatar for Liszt

I am an absolute beginner when it comes to create WebSites and are perheps out to catch some basic knowledge of the steps of creating a page etc... I am not a beginner in C# and C++ and know these languages Well. I have downloaded[COLOR="Green"] Visual Web Developer 2008 Express …

Member Avatar for Fungus1487
0
114
Member Avatar for Liszt

I am using "Microsoft Visual Web Developer 2008 Express Edition". I have created a First page with a button and 2 textBoxes( see attached file) In my project I have added a new item/Page 2 to this project. What I now is trying to do or wonder how it is …

Member Avatar for Liszt
0
110
Member Avatar for gazpoole

having some real difficulties with a loop I have that checks lottery numbers against users' selected numbers stored in a database. At the moment, the loop (below) will get all the users who have 1 ball that matches the lottery, but I don't know how to store this and keep …

Member Avatar for Fungus1487
0
92
Member Avatar for gazpoole

Hi! First post :-) Relatively new to ASP.NET I'm building a lottery syndicate in ASP.NET 3.5 C# and I'm trying to filter an XML file to obtain this weeks lotto numbers and assign them to labels. Here is the XML: [url]http://www.schok.co.uk/lottery/lottery.xml[/url] how should I go about doing this? At the …

Member Avatar for gazpoole
0
86
Member Avatar for jamello

Let me first of all wish everybody a very happy new year!:) I have a present challenge and would like suggestions from you great guys. I have an aspx web form where I have manually added a wizard control. I then attempted to add the wizard steps dynamically i.e add …

Member Avatar for jamello
0
489
Member Avatar for mohdabid

Hi everybody, i am newbie working on a small application using c# .net problem: i have two forms, form1 and fom2. i have textbox in both forms. when i click the submit button i want to get the value from a form1 textbox into the form2 textbox automatically. code: // …

Member Avatar for mohdabid
0
88
Member Avatar for cotzan

hi friend. i have a simple question but not sure answer is simple :). how can i run an aspx event with javascript. thanks

Member Avatar for cotzan
0
108
Member Avatar for kodingkarthik

Hi all, I am unable to write the code for EXIT button like displaying a message box for confirmation and if user clicks on OK then the application should be closed and if the user selects CANCEL then he should be in the same page.. I tried using Me.Close() but …

Member Avatar for kodingkarthik
0
3K
Member Avatar for Traicey

I am developing a website and am struggling to make sure that even if my web page is minimized a user can still see the entire content of the page without maximising the page, I believe thats achievable bcoz I have seen websites like that even this one, anyone knows …

Member Avatar for Traicey
0
91
Member Avatar for Agalo

I am building a website using VS2008. I have a master and contents page structure. On master page i need to replicate a toolbar which contains 15-20 controls . what is best way to achieve this ? VS2008 toolbox does not have toolbox control. Should i use buttons with icons, …

0
43
Member Avatar for koppv0

Hi, I am using a TreeView control to populate the left navigation . I feed data from a sitemap. Can anyone provide sample code how I can implement the role based navigation. Assume my application has 3 roles R1, R2 and R3. Now by default all the links appear for …

0
47
Member Avatar for sameeshkumar

I've an asp.net application which needs the funtionality to upload images from the hosting site to the ftp server.ie,when the user uploads the image the application has to upload it to the ftp server not hosting server.The hosting server and ftp server are in two different locations and two different …

0
69
Member Avatar for mr.white

Hello, I'm making a phone book application (ASP.NET, C#). I store general information of people such as name etc on one table called "people", and I've another table called "relatedInformation" which has 5 columns (ID, Name, Info, PersonID, Type). In this table I store all other information regarding people, because …

Member Avatar for Ramy Mahrous
0
136
Member Avatar for ben2008

Hi I am using custom database to store data. I have two tables :Customer(CustID,Fname,Lname,Fullname) and User(UserId,Emailid,Pwd,CustID(FK)) I want to retrieve the Fullname from Customer table based on logged user's Emailid. How to collect the EmailId and pass to sql query. Any help appreciated. Thanks in advance ben

Member Avatar for Kusno
0
69
Member Avatar for mr.white

Hello, I'm making a phone book application. I store general information of people such as name etc on one table called "people", and I've another table called "relatedInformation" which has 5 columns (ID, Name, Info, PersonID, Type). In this table I store all other information regarding people, because a person …

Member Avatar for Kusno
0
80
Member Avatar for zanderIT

can anyone check their ms visio 2k7, let's say open up a basic flowchart, we can the left panel of it, the "shapes", I would like to create the way that menu works, how the treeview menu collapse and expand, see how the other menus are on theh bottom even …

0
5
Member Avatar for mariappan.s

hai sir.. Is it possible to connect mysql database with asp.net by using javascript code.. how to do gridview databind in javascript.. pls urgently need ur help.. eagerly waiting for ur solution.. sir.. thank u...

0
62
Member Avatar for manoj_582033

Hi Friends I am using asp.net & sqlserver,I have an gridview,in which i am using inbuild insert,update,delete code,but when i click on edit button so textboxes shows there, But i want dropdowns there & when I click on update button so the selected value must be save on database ,but …

Member Avatar for serkan sendur
0
87
Member Avatar for chinni1

[code]SELECT * INTO [supplierexp] FROM [supplier] IN '' [ODBC;Driver={SQLServer};Server=(local);Database=sh op;user name='shop';password='abc123';Trusted_ Connection=yes];"[/code] For above code im getting error like ODBC--connection to '{SQLServer}(local)' failed.Im using the valid username and password only

0
56
Member Avatar for koppv0

Hi, i am using the following code in the datalayer. The input paramters are the stored procedure and the associated parameters provided as a HastTable. I am using Enterprise Library, Data Access Block. -------------- [code=asp.net]namespace EPD.Data { public class DBManager { static Microsoft.Practices.EnterpriseLibrary.Data.Database dataBase; static DbCommand oDbCommand; public static CommandResult …

Member Avatar for iDeveloper
0
108
Member Avatar for -mk-

Hi, I have a database table which stores the information on the Node relationship. In the table tblNode, I have : [U][B]tlbNodeRelation[/B][/U] [B]NodeID[/B] - (The ID of the node) [B] ParentID[/B] - (The ID of the Parent Node) [B] Position[/B] - (The position this Node is in under the Parent …

Member Avatar for serkan sendur
0
726
Member Avatar for udhayasarathy

I'm in my final year project building the project entitled "WEB CONTROLLED ROBOT". I that i need the live video captured by the robot should be displayed over my asp.net page. I could not find any related links If any one aware of this kindly inform me about this. Since …

Member Avatar for serkan sendur
0
63
Member Avatar for C#Novice

Hi All, I have an application that i m developing in VS2003 using asp.net and c# in the left navigation page I need to add the functionality to open and close a panel in the left nav. here is my code: ----> [code=asp.net]<%@ Control Language="c#" AutoEventWireup="false" Codebehind="LeftNav.ascx.cs" Inherits="CE.userControls.LeftNav" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %> …

Member Avatar for serkan sendur
0
183
Member Avatar for csharplearner

Hello all, I am trying to run a file.asp located in [url]http://localhost/test/test.asp[/url] folder. Initially when it prompted for errors i made required changes so that ASP pages can work when accessed through localhost. Everything went good for the pages displayed for couple of times and later the pages started showing …

Member Avatar for csharplearner
0
74
Member Avatar for johnny.g

Hi all, I have a query which is driving me nuts. I am using asp.net 2005 and sql server 2005. I created a report using the reporting services. This report has two parameters year and month. My query is after selecting the parameters I have to click the View Report …

0
64
Member Avatar for kodingkarthik

Hi all, I am new to Asp.net programming and i have a requirement to retrieve the values from the database and allow the user to edit the values and then save back thechanged values. I have written the code for saving the form fields values to a database but now …

Member Avatar for SheSaidImaPregy
0
187
Member Avatar for Yamazaki

Hi, i need a little help here, in my app i've created 3 users by ASP Web Site Administration Tool and i want each user to be redirected to different pages from the login.aspx. i.e. username1 enters his username and pw, press the login button, he should be redirected to …

Member Avatar for Pandat
0
105
Member Avatar for chinni1

Hi Frends, Can I use View Insted of query in my code. If yes Then plz tell me how can. [code=asp.net] Protected Sub checkavailabilityusername(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.FormViewInsertEventArgs) Handles usersformview.ItemInserting Dim name As TextBox Dim username As String Dim Query As String Dim dr As SqlDataReader Dim …

Member Avatar for chinni1
0
134

The End.