13,153 Topics
| |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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. | |
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 … | |
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 … | |
| |
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 | |
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 | |
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 … | |
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 … | |
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 … | |
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...". … | |
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 … | |
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. | |
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 … | |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
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 … | |
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 |
The End.