13,153 Topics

Member Avatar for
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
125
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
36
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
58
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
78
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
56
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
152
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
82
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
46
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
85
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
109
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
108
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
89
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
83
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
483
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
86
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
100
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
86
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
41
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
44
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
67
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
67
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
78
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
85
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
54
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
104
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
709

The End.