13,153 Topics

Member Avatar for
Member Avatar for priyamsc

hi, i have used asp.net 2005 with c# language.i need a help. tat i would like to insert text box and dropdownlistbox. textbox for from date and todate.dropdownlist for department values..i have written storedprocedure...so automaticaly in the runtime it takes the parameter textbox... even if i put textbox and dropdownlist …

0
56
Member Avatar for dskumar_85

hai friend's.. now i desiging one website , in that i want to add header ,body and footer in my page ,in the footer i entered my company details and the copyright , so if the body expand's the footer shopuld move down i mean it adjust according to the …

Member Avatar for ptaylor965
0
71
Member Avatar for cmhampton

I have a data layer class built with the dataset designer that I have added as a reference (compiled dll) in a project. When I run the app locally from Visual Studio, it runs just fine. However when I move it to the hosted server, I get "Type 'H2C2DataLayer.h2c2DataSet.topicsDataTable' is …

Member Avatar for cmhampton
0
131
Member Avatar for priyamsc

hi i have used crystal report in my application..i have used filed from database wizard.it takes parameter field as text box. in runtime.but i wud like to create parameter text and dropdownlist as my wish...but its not coming and next thing is when i create dropdownlist and textbox for parameter …

0
50
Member Avatar for culebrin

Hi all, I need a more elegant way to do the convertion between different cultures First I parse the field into the default culture (en-US) like this, [code]Dim Format As New System.Globalization.CultureInfo("en-US", True) Dim sFecha As Date = System.DateTime.Parse(me.TextBox1.Text.Trim, Format, Globalization.DateTimeStyles.None)[/code] What I need is a way to show in …

Member Avatar for culebrin
0
94
Member Avatar for C#Novice

Hi All, I m working on a project that has different sub-projects. I would like to include a link to a file that is placed in another folder. For ex. My file whose path is ProjB/FolderB/FileB.asp --I want to write a line of code that will enable me to link …

Member Avatar for C#Novice
0
118
Member Avatar for Elmo_loves_you

Hi, I have a webpage set up that allows users to upload a file to a server from the fileupload control, which is then saved to the database with the blob file and the file name. What I would like to do now is retrieve this file by selecting a …

Member Avatar for Elmo_loves_you
0
118
Member Avatar for Elmo_loves_you

Hi, I have an SQL Server 2005 database set up and I have quite a few stored procedures that I am using to query the database. Basically what I am doing is gathering data from a user on a web form and then processing this data through stored procedures and …

Member Avatar for ericstenson
0
89
Member Avatar for manikkraj

hi friends i have on problem. that is if i store to database from the dynamic textboxes values using asp.net with c#. for example, i have used two textboxes (if i say at runtime) then values to be entered. then stored in database. plz help in logic and code also …

Member Avatar for ericstenson
0
56
Member Avatar for sapamtiken

The following is the code for a simplw web page designed in Visual Studio.net, and I want to know how to align the web page automatically in the screen where the resolution is higher then 800x600. Please help me. [code=asp.net]<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="sainikimphal.WebForm1"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML …

Member Avatar for ericstenson
0
147
Member Avatar for brightline

In my web application: I want to store a .Doc file(word file) in database and then retrieve it and display it in the same format in a web page. I am using ASP.NET 0.2 and SQL 2005. thnx.

Member Avatar for Fungus1487
0
90
Member Avatar for vasudha k

Hi , I am working on a web Application..i have a Login Page..I have a problem with the password authentication..the password does not accept "space" in between the password characters but it does not validate the "space" given after the last character of the Password..it does not say invalid login …

Member Avatar for Fungus1487
0
80
Member Avatar for dskumar_85

Hi.. Am doing an project in which i need to enlarge an image from imagebutton even after its imageurl is changed.... i have already tried some other codes using javascripts, in tat v can zoom only the particular image of its corresponding imageurl, cant chang wen its updated..... So, I …

0
73
Member Avatar for shaveta chatak
Member Avatar for poonams

hi frnds, as i mention in title,this concept is totaly new to me.I have to make my new application based on this. can anyone tell me wt this exactly means.Or a site which will provide conceptual details abt the topic. plz help me

0
81
Member Avatar for charliena

hi all i have created a project on photo album using asp.net. but the pictures are viewed small. i want to know if there is ny way as to add the zooming tools to the web forms using asp.net

Member Avatar for plazmo
0
92
Member Avatar for jessc0108

Hi can anyone help. i have a table called student and i have set up a link to it using gridview i have set it up so you can edit the field CourseID does anyone know if i can set it so that edit will only be shown where the …

Member Avatar for ptaylor965
0
75
Member Avatar for dskumar_85

hai friends ,,,,,,,, now i designed one website in that i want to create a header ane footer and the body , in the header i want to place any advertiasement and in the footer i want to mention my company details ........ when i am adding some tool's the …

Member Avatar for plazmo
0
86
Member Avatar for sandip250382

Buddies, While I am trying to open a new website in Visula studio 2005(ASP.NET WEBSITE) where location="HTTP",error message says"Unable to create the web "http://webiste1/website3.Could not find a web server at website1. please check to make sure that the web server name is valid and your proxy setting are set correctly …

Member Avatar for ericstenson
0
76
Member Avatar for Slade

Howdy guys! I need help with something (yes, again). What my plan is, is to have two user inputs on a website, one of these inputs will be the header for the html e.g. "DaniWeb TechTalk computer support", the other for the page content, e.g. "Hi, my name is zorba...". …

Member Avatar for mallyajiggs
0
392
Member Avatar for bhappy

Hai All, Im creating 2 formula fields in my crystal reports for displaying empname and salary like this, abc 100 xyz 200 pqr 300 in code behind im passing values to crystal report like this, vb.net code j=0 for i=0 to noof emps rptDocument.DataDefinition.FormulaFields(j).Text = ds.Tables(0).Rows(i).Item(i) j=j+1 next It is …

0
84
Member Avatar for ericstenson

Hi - I am not sure if this is the right place, but does anyone have any favorite .NET controls or add-ins that they find helpful for web design? Just curious what people are using.

0
72
Member Avatar for Rums

Hii..... Ok here goes my issue I am developing a recruitment tool intranet aplication for my company and when i post a resume i want a pop up which is same like when we upload a pik in sites liek orkut...its basically used in php i wanna know how can …

Member Avatar for ericstenson
0
122
Member Avatar for jessc0108

HI, I am currently stuck. i am using visual studio 2005 and have successfully got data from my database using a repeater. I dont know if this is possible but i thought i would ask... i want to get my data from the database based on a value that is …

Member Avatar for ericstenson
0
79
Member Avatar for teffie

Hi, Im new to these forums and i need help with this application. Application Requirements In this application you are to create a Three Shells Game. In this game there are three cups or shells that are upturned. For each new game the pea is placed at random under one …

Member Avatar for JerryShaw
0
102
Member Avatar for manjusaharan

HI all I m new to asp.net.can any one help me by telling me about the method of opening a password protected web folder using c# in asp.net2.0 I dont have any idea about this. I m using mdb database for authentication. thanks in advance

0
77
Member Avatar for anupam_rachna

frnds i have made an site and used microsoft access for the database of the various pages now i am not able to access the databace on another pc. this showed an error like this. // cannot access the database it might be openned exclusively or u dont have the …

Member Avatar for harivb
0
61
Member Avatar for firebirds98

Im getting a NullReferenceException when I goto add a product to my cart, i get the error when i come to this part [CODE]cart.AddProduct(productnumber, name, price, prodQty, knobColor, finishColor)[/CODE] I use extremely similar code in another one of my projects and do not come across this problem, I have also …

Member Avatar for harivb
0
150
Member Avatar for ABDUL HAYEE

Hello, I am facing problem with event handling. Most elementary used to be …………. “Click any where on the Form “ But the problem is , that with VB.NET , the Page_Load , form1_Load , MyBase_Load , Me_Load ……………………. None of these events has an Onclick event . Every thing …

Member Avatar for plazmo
0
145
Member Avatar for sanjay_bakshi

Can any body tell me that what to use for extracting TextArea Value For Example text1=request.form("text1.text") what i will write for Text Area

Member Avatar for plazmo
0
75

The End.