5,691 Topics

Member Avatar for
Member Avatar for rohitmanhas_12

i want to use timer in my pages..below is the code that i had used.. its working fine when i used it with a new page..but when i used it with my master page and run in browser it will only show the time..i had to refresh it every time …

Member Avatar for rohitmanhas_12
0
70
Member Avatar for Tank50

HI I use Reporting Service to generate the report and it generate report in aspx extention.I think its an ASP.Net page. Anyway Problem is once I log into those reports from server which I host these pages,Its works fine,but onceI log into those reports from another computer then its takes …

Member Avatar for kvprajapati
0
118
Member Avatar for mrpenknife

Hi, I am developing a website which will allow users to click the <RUN> button to execute some reports. These reports are public functions inside a DLL created earlier, and function takes around a few minutes to a few hours to finish. Should I use the Asynchronous HTTP Handler to …

Member Avatar for kvprajapati
0
80
Member Avatar for nidhi dave

i want to display two datalist controls in same page out of them one has to display image. then those image and its path has to be stored in the database? how to do tat?

0
49
Member Avatar for umairraja52

I have a website, where i want to use ASP error handling code like instr function which works as Java script. I have two web pages, one have web forms and second one is database insertion. I want to handle error code on runtime.

Member Avatar for rajendra.parmar
0
85
Member Avatar for RonnyProgrammer

Hello Everyone again, I would like to ask if anyone can give a quite a good knowledge about Web design .I mean, I know html ,css and basic levels of asp.net . i can create websites but when i see them web world, like this website and big big website, …

Member Avatar for jbisono
0
150
Member Avatar for dweaver6
Member Avatar for trupti_rose
-1
8K
Member Avatar for sweetjos

i have made a code in which i access my database(MS Access). i m able to print the first record of the database on the page. but i m not able to go to next record which i want to show on click of a button.

0
57
Member Avatar for shanboy

I,m a novice in ASP.net programming. I wonder how to use functions and events associated with each control. I have seen few books and couldn't get it. Can anyone help me out.??

Member Avatar for apegram
0
133
Member Avatar for mmona

how to list the items in the menu card of a restaurant using the various Web controls available in ASP.NET.

0
53
Member Avatar for c.ramkumar

hi, plz anyone one send how to create personal web page using asp coding. thank u.

Member Avatar for rajendra.parmar
0
107
Member Avatar for poo020288
Member Avatar for kvprajapati
0
43
Member Avatar for webprgmquery

I am using User authentication system, which uses 2 pages index.asp where user logs in and then the username and password is sent to the validate.asp page where it is checked against database userlist. if username and password are matched with username and password of database record then it should …

Member Avatar for webprgmquery
0
268
Member Avatar for player_d

hey, i have a table with 10 rows: id | name | age | class. i need to make the headlines clickable for sorting . ex: if i press the "id" column then it will sort the rows descending and ascending. i need it to be most simple. it is …

0
60
Member Avatar for jasystweb

I've been working on a class which when called pulls images (the actual byte) from one table and then the corresponding product information from another table in a MYSQL database. I then create a dynamic set of controls and add them to the layout. I wanted to place all the …

0
79
Member Avatar for priyadharshini.

hi i am in need of password recovery in asp.net with c# as code pls any one knows raply me

Member Avatar for kvprajapati
0
31
Member Avatar for iceghost

hi i have a basic website connected to MS Access Database and i want to display the search results, 100 records returned from a query split over 10 pages. can anyone give me the script to do this, i am using ASP JAVASCRIPT NOT VB. Source Code is listed below. …

Member Avatar for mrdani
0
233
Member Avatar for dhavalcoholic

Hellow friends! I am new to ASP.net. I am developing my college major project in Asp.net 2008. How should I use Ajax controls in my web project? I added the ASP.NET Ajax Library 0911 Beta to my VWD. The controls are visible, but they dont work properly on runtime. Controls …

Member Avatar for boonfoo
0
176
Member Avatar for sumangala

I am developing one application in asp.net mvc. The error that occurs frequently is parser error. Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not …

Member Avatar for kvprajapati
0
85
Member Avatar for madhan334

hi friends i have downloaded a MPEG video and converted into flv format by articulate free movie encoder 09 and save it in C:...when i tried to use that link for uploading using asp .net web application in localhost the video gets streamed but not displayed....can anyone help me to …

Member Avatar for kvprajapati
0
78
Member Avatar for jtok

I am using Visual Studio 2005 to build a website using ASP.NET and VB.NET. It is accessing data on SQL Server 2005. I have a form (actually it is in a wizard) that needs data populated from a sqldatareader. This all works for the first two steps in the wizard, …

Member Avatar for kvprajapati
0
3K
Member Avatar for ashab27

hi, i m asha bhatt i have create check box list dynamically and i want to do the validation for that its checked or not this is my .aspx.cs code [code] using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using …

Member Avatar for kvprajapati
0
547
Member Avatar for Ramyamca

pls , anybody help to me. i have meet one problem for my website developing , i have add to div tag in my page. i don't want to display that scroll in server side, but i need div all actions. pls help me this is my code <div style="overflow:auto;height:535px; …

0
41
Member Avatar for ajoseph

i am using update panel. i could not validate the text,number and email in aspx page.I need the solntion.

Member Avatar for kvprajapati
0
24
Member Avatar for stewie griffin

Can I access a web service via software? I'm writing a client – server application and I wish to upload the server part as a web a service so I could access it from any computer while the application is stored on some server, how can I do it?

Member Avatar for stewie griffin
0
104
Member Avatar for SteveRocks

I have spent the last 2 months researching asp.net bootcamps but really couldn't find any good resources or recommendations - so I figured I'd share my experience and try to get yours too. I am finishing up a 8 days bootcamp in Atlanta, GA earning my MCPD: ASP.net certification. Even …

0
55
Member Avatar for sumangala

Hi all, bellow i m writing the code snippet which gives the error as Microsoft JScript runtime error: Object doesn't support this property or method, what to do.I m trying for jqgrid in asp.net with MVC without creating Helper. [code] <script type="text/javascript"> jQuery(document).ready(function() { jQuery("#list").jqGrid({ url:'/jqGrid/GridData/', datatype: 'json', mtype: 'GET', …

Member Avatar for zahir_palsaniya
0
229
Member Avatar for ashab27

hi, i m asha bhatt. plz look at this my code i have declare this first :- [code] CheckBox chkList1; protected void Page_Load(object sender, EventArgs e) { } protected void NextQuestionButton_Click(object sender, EventArgs e) { createcheckbox(); } public void createcheckbox() { Response.Write("asha"); chkList1 = new CheckBox(); chkList1.Text = "strCheckboxText"; chkList1.ID …

Member Avatar for kvprajapati
0
1K
Member Avatar for dawsonz

Hi, I'm trying to use the asp.net Input (file) with my program - i've placed it ont my program and I can click browse and it locates the file I want. Eg: "C:\Users\Name\Desktop\test.rtf" However, I then want to have it so that when I click a 'Submit' button it reads …

Member Avatar for kvprajapati
0
194
Member Avatar for AjayChigurupati

Hi, I am trying to consume a java wenb service which has MTOM feature enabled. I developed a Asp.Net aplication as client which consumes the above java webservice. How can we enable MTOM feature on the asp.net Client ?

Member Avatar for AjayChigurupati
0
529
Member Avatar for pricolshan

Hi, I am using Service Oriented Architecture for a payroll application in asp.net vs 2005. The performance of the application is very slow. When it goes to the DataAccess Layer from bizprocess it is very slow. HRMIS.DataAccess.UserDALC objDALC = new HRMIS.DataAccess.UserDALC(); When I declare this object it is very slow …

Member Avatar for Ramesh S
0
95
Member Avatar for Paladine

This is a continuation of the [url="http://www.daniweb.com/tutorials/tutorial19303.html"]Updated: ASP.NET Login Page Tutorial[/url]. This tutorial will demonstrate how to create a registration page for new users to your site. This registration page will utilize the same principles used in the Login Page Tutorial, so this should be no more difficult to do …

Member Avatar for kvprajapati
0
2K
Member Avatar for learningdotnet

Hello All, i am currently using Google Analytics to collects stats about my site ( my site is created in ASP.NET 2.0 and C#). i have asp:imagebutton called "Confirm Order". i want to track the clicking of this button. the code for this button is as follows: [CODE]void ibConfirm_Click( object …

Member Avatar for learningdotnet
0
766
Member Avatar for ajay531

hi i take photo(this is one column of my project) datatype is varchar. i insert data to the database that photo imageurl is placed in photo column. and after i binding the data that image is displayed in datagrid. please helpme and please give a code of this process. thanks.

Member Avatar for kvprajapati
0
49
Member Avatar for MarziehA

i want to say this rule by javascript in asp.net page: for any controls in page if control[i].text="&nbsp;" then set control[i].text="" (for page textbox controls only) how can i implement this in javascript language in asp.net form?

Member Avatar for kvprajapati
0
191
Member Avatar for Batoul88

Can anyone help me??? I need to put the TabControl in the WebApplication... but i dont know how i do that???

Member Avatar for kvprajapati
0
52
Member Avatar for virang_21

Hi, I am trying to send email from my website using Exchange server 2008. The setting is like my web server is on different machine then my exchange server. when I try to send email from my website using exchange it gives me an Exception "Unable to Connect to the …

0
186
Member Avatar for sneaks

[b]Split from - [url]http://www.daniweb.com/forums/thread256110.html[/url] [/b] Hi, I'm running into what sounds like the same (or very similar) problem. Did you ever find the solution? Thanks. (and if you're still looking I'll come back here with anything I find)

0
50
Member Avatar for raj.29588

[b]Split from - [url]http://www.daniweb.com/forums/thread172760.html[/url] [/b] we want the steps to create website. Okay thank you.

Member Avatar for rajendra.parmar
0
74
Member Avatar for Cruize_Invades

my connection string goes like this... [CODE]Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=MyDB;Data Source=mysource[/CODE] I am using windows authentication, iis 7 and Classic ASP to to connect to SQL express 2008. Using UDL i can connect to my SQL. I can also connect to my SQLExpress when i am running my Database …

Member Avatar for rajendra.parmar
0
191
Member Avatar for itslucky

Dear Friends, I have created a Website in ASP .Net, in which i have use MySQL as database, its just a Contact information and telephone directory database of my friends... Its working Perfect on my Computer, but now i want to put it on the WEB. So please tell me …

Member Avatar for mehrdad_A
0
138
Member Avatar for ajitkumar26

HI, I want to have a functionality to send Fax the document from my website developed in asp.net and i also need to have different header and footer for the Fax document.

Member Avatar for mitulmodi.rcc
0
61
Member Avatar for srinkhal.halder

suppose that we are creating a asp.net project in a 32 bit machine. now if we want to runn it in a 16 bit computer then what to do?? any idea. plzzz help.

Member Avatar for kvprajapati
0
59
Member Avatar for santhoshvkumar

Hi All, For more than two days I m trying this problem. Some one please help me out. My scenario is I want to directly insert data into my table from the input which I get it from text boxes. Here is my code... [code] con = new SqlConnection(); con.ConnectionString …

Member Avatar for asal80
0
109
Member Avatar for Soporose

Hi folks. I'm reading a book to learn ASP.NET, and have followed the instructions to install IIS (5.1) on my XP-SP3 PC. Problem is, in the post-installation testing phase I can't get the pre-installed test file [I]localstart.asp[/I] to run. I have tried all of the following variations: [I][url]http://localhost/localstart.asp[/url] [url]http://127.0.0.1/localstart.asp[/url] [url]http://computer-name/localstart.asp[/url][/I] …

0
43
Member Avatar for hrash.patil

Hi friends my self harsh i want to display five question ie online first question on first page then click next button second question on second page and so on when final fifth question will be there it must display all question as well correct answer of that Please help …

Member Avatar for kvprajapati
0
80
Member Avatar for Kitten84

I have this website with a login and a password recovery link. When I click the "forgot my password" link it takes me to a page which asks for username and security question answer. When I fill it out and hit submit. I am taken to a page that tells …

Member Avatar for Kitten84
0
241
Member Avatar for Tank50

Hi I want to write asp.net page with crystal reports.I pass parameter to reports.Once I press submit button its ask database user name and password.How I stop asking user name and password in every time. Thanks Tank50

Member Avatar for kvprajapati
0
97
Member Avatar for virtualmisc

Hello Friends I have an email address on an asp.net and i want it so, if you click on it and outlook will open, is it just making the email address a normal link or is it a mail to? Thanks

Member Avatar for jbisono
0
70
Member Avatar for spacepoet

Hi: I'm trying to do a Conveyor belt slideshow script with buttons as seen on the "Live Entertaiment Schedule" portion of this site: [URL]http://www.swancourt.com/calendar.asp[/URL] (Note: the calendar icons slide much more when they had all 12 months on there, but I think you get the idea). I'm trying to do …

Member Avatar for MikeWatson
0
134

The End.