logo
  

Server Application Error
I'm trying to view my asp website through my server (local) I'm using MS SQL 2008, Dreamweaver. I getting this message: **http://localhost/surveytest2.aspx** Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for as...
server,asp,asp.net,mssql
(2 replies / 12 Views)  Asked By Laurent Modestil in the ASP.NET forum on Tuesday, February 09, 2010 12:58:04 PM
Asp to Javascript
  hai        Still i'm working in asp. My Requirment is i call one javascript, in that javascript i call one more asp.page. in that asp page only contain tha database operation. i select the pariticular value from database, now i want display that value in javascript. PlzHelpme My Code IS: JavaScript function hono() {   var cid;  &nb...
database, operation, function, Connection, Javascript, page, value, display, Code, var, document, Request, QueryString, Response
(3 replies / 26 Views)  Asked By vinayaga moorthi A in the ASP.NET forum on Tuesday, February 09, 2010 8:33:08 AM
how to conver datetime (mm//dd//yyyy) to (dd//mm//yyyy) in ASP.Net using C#
i want to convert Date from (mm//dd//yyyy) in asp.net application to (dd//mm//yyyy) . please help me out with this Regards, Chaitan
C#,ASP.Net
(4 replies / 24 Views)  Asked By arish chaithanya in the ASP.NET forum on Tuesday, February 09, 2010 6:45:56 AM
ajax calenderextender display problem
hi friends,                  am using asp.net 2008 , already added design page at  ajax calenderextender control but i got runtime its display behind the other controls. how to solve this control asp.net 2008. and how to move controls design page? ( but asp.net 2005 we had changed  layou...
relative, absolute, display, design, page, control, controls, move, changed, layout
(7 replies / 17 Views)  Asked By suriya kallees in the ASP.NET forum on Tuesday, February 09, 2010 5:43:31 AM
Callback with gridview
I am trying to implement callback with gridview. I have set allow paging= true ; allow sorting =true and EnableSortingandpagingcallback=true; It is displaying only first page content in gridview. Please help me...
Callback, gridview, allow, sorting, first, page, content, help
(6 replies / 23 Views)  Asked By seetha a in the ASP.NET forum on Tuesday, February 09, 2010 4:08:46 AM
CSS style change when im clicking link button
i have two sets of css, CSS1 .maroonlinks_my:link   { font-family: Tahoma; font-size: 9pt; font-weight: normal; color: #B5121B; text-decoration: underline;}   .maroonlinks_my:hover   {font-family: Tahoma;font-size: 19pt;font-weight: normal;color: #000000;text-decoration: none;}   .maroonlinks_my:active   {font-family: Tahoma;font-s...
CSS,style,change,when,im,clicking,link,button
(3 replies / 19 Views)  Asked By Kaleem Khan in the ASP.NET forum on Tuesday, February 09, 2010 12:55:19 AM
use of SILVER LIGHT
I am developing a asp.net data base application. just wondering, what are the benifits a user can get if I do implement this SILVERLIGHT?   is it like AJAX (users like the performance with it)! Please enlighten me! thank you!
SILVER, LIGHT, data, base, application, user, users
(2 replies / 14 Views)  Asked By sam dk in the ASP.NET forum on Monday, February 08, 2010 8:48:39 PM
Workflow .net 2.0
Does workflows work with asp.net 2.0, I have vs2005 & sql 2005?
work, sql
(2 replies / 13 Views)  Asked By sam dk in the ASP.NET forum on Monday, February 08, 2010 8:46:09 PM
Caching frequently changing search results
I am maintaining a intranet web application that allows users to Search/Add/Edit items and run reports. When the user searches for items or runs a report, the items/report-records were stored into Session so that I didn't have to recreate the data source for functions like paging, sorting, editing etc. Whenever a user would open a new tab, I'd check to see if there were search resu...
ASP.NET,Cache,Session
(7 replies / 23 Views)  Asked By Frinavale Soldevi in the ASP.NET forum on Monday, February 08, 2010 12:40:12 PM
SSRS 2005 Export to CSV
I have been searching for help in exporting an SSRS 2005 report with multiple sub-reports on it to a CSV file without displaying the report to the end user. (It is basically a Download data function). Using the URL method results in a 0-length file. Using the Render method doesn't appear to support CSV files, (although one site shows how to do it). I'm using CSV format rather than Excel format b...
SSRS,CSV,Export
(0 replies / 28 Views)  Asked By Ric Lloyd in the ASP.NET forum on Monday, February 08, 2010 12:15:59 PM
a web page with left and right pane
Hi I would like to come out with a webpage something like this: http://msdn.microsoft.com/en-us/library/aa139615.aspx Left pane contains heading, on click right pane displays information related to selected heading.. I have done this using frame/Iframe.. but i  would like to do using .NET 2.0 Controls / AJAX extension / Update panel or etc.. Please advise  me..     &n...
contains, page, left, right, pane, webpage, http, click, information, selected, done, frame, Controls, extension, Update, panel
(3 replies / 18 Views)  Asked By Lokesh M in the ASP.NET forum on Monday, February 08, 2010 12:00:24 PM
div/table in a <form>
I have a "working" site that's connected to a database. I just want to change the looks of the page BUT I try to place a table in the who thing disappear. THIS IS WHAT I HAVE THAT WORKS:<%@ import Namespace=System.Data %><%@ import Namespace=System.Data.SqlClient %><%@ import Namespace=System.Drawing %><%@ Page Language="C#" Debug="true" %><html><head><title...
div,table,form,server
(2 replies / 19 Views)  Asked By Laurent Modestil in the ASP.NET forum on Monday, February 08, 2010 10:48:31 AM
error: 80080005 with outlook
I am trying to connect to outlook application through ASP.net 2.0 site. I am getting following error “Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80080005.” While executing the statement Application outlookApp = new Application();   It works fine on development server. I am using profile name as us...
error:,80080005,outlook,Retrieving,the,COM,class,factory,for,component,with,CLSID,{0006F03A-0000-0000-C000-000000000046},failed
(1 reply / 13 Views)  Asked By vis 12 in the ASP.NET forum on Monday, February 08, 2010 10:21:32 AM
File uploading to LINUX server using .net appliation
Hi, I am trying to create an application where the actual program is running in a Windows server. I also have a LINUX server with some specific folders. Now I have a form(.aspx) in my application which is written in C# and using this form I want to upload some files(e.g. .zip or .rar) from local machine to LINUX server. How can I upload files to a specific location (folder) in the LINUX server? W...
File,Upload
(1 reply / 15 Views)  Asked By Partha Chakraborty in the ASP.NET forum on Monday, February 08, 2010 8:26:04 AM
Light Box
hi,i can you give me info any about light box. i didnt use it till now so as a beginer how can i know about this
Light, Box, info
(2 replies / 20 Views)  Asked By madhu radha in the ASP.NET forum on Monday, February 08, 2010 8:12:30 AM
zip a file in webapplication using vb.net
how to zip a file in asp.net webapplication without using any thried party component
file
(3 replies / 19 Views)  Asked By SVK n in the ASP.NET forum on Monday, February 08, 2010 7:39:20 AM
Code ofr cancel button
Hi all,I need code for Cancel button...
Code, cancel, button
(3 replies / 27 Views)  Asked By nidhi sood in the ASP.NET forum on Monday, February 08, 2010 7:24:23 AM
restric multiple download concept implemented by rapidshare and hotfile
rapidshare,hotfile and many site they restric user to download more than one file at a time.what is their concept and how can i implement this concept by asp.netthanks
multiple, download, site, user, file, time
(1 reply / 18 Views)  Asked By Tridip Bhattacharjee in the ASP.NET forum on Monday, February 08, 2010 6:32:16 AM
resume large file download
how to download a large file with resume facility in asp.net. thanks
file, download
(1 reply / 17 Views)  Asked By Tridip Bhattacharjee in the ASP.NET forum on Monday, February 08, 2010 5:55:19 AM
File download by ICallback
is it possible to download any zip file to client machine through icallback. please help me with a sample code.Thanks in advance
File, download, client, help, sample, code
(1 reply / 15 Views)  Asked By Tridip Bhattacharjee in the ASP.NET forum on Monday, February 08, 2010 5:54:44 AM





  $1000 Contest    [)ia6l0 iii - $228  |  Jonathan VH - $161  |  Huggy Bear - $135  |  F Cali - $95  |  egg egg - $94  |  more Advertise  |  Privacy  |   (c) 2010