ASP.NET Questions and Answers

Recent IT Questions

61 - 80 of 125

Sql Server Database doesn't updated

Hello, iam developing an ASP.NET2 Application using SQL Server2005 database, i have updated data from a web page ,the data updated successfuly and displays a meessage that itis updated successfuly , but when i refresh the page or when i display the data from the database ,i found that no changes...

View Answer   |  Oct 15 2008  2:37 PM GMT
ASP.NET, SQL Server 2005, SQL Server database
asked by AbuSolyman

  20 pts.

Data entry controls in ASP.NET?

Hi friends can any one resolve my problem as given below WHAT ARE THE DATA ENTRY CONTROLS IN ASP.NET , AND WHICH ONE IS PREFERABLE TO USE

Answer Question   |  Oct 11 2008  6:00 AM GMT
Visual Basic, ASP.NET, VB.NET
asked by Bala11

  50 pts.

INPUTING DATA FROM USER THROUGH WEBPAGE

HI FRIENDS CAN ANY ONE SOLVE MY PROBLEM AS GIVEN BELOW IN ASP.NET WEB PAGE I HAVE 40 TEXT BOXES TO COLLECT INFO FROM USER , PROBLEM IS THAT USER CANNOT VIEW AT A TIME ALL THE FIELDS CAN U SUGGEST THE BETTER SOL,INSTED OF USING TEXTBOXES

Answer Question   |  Oct 4 2008  6:21 AM GMT
ASP.NET
asked by Bala11

  50 pts.

Dynamically adding rows to Gridview

Hi friends , Can any one help on following requirement Dynamically Adding a new Row to Gridview Control in ASP.NET

View Answer   |  Oct 3 2008  3:30 AM GMT
ASP.NET, Database programming, GridView
asked by Bala11

  50 pts.

ASP.NET

I designed one emp table in asp.net.In this insert,update,delete,next,search buttons are there.I will run the program the data will automatically shown.when I click new the textboxes are clear.I will enter the values and click insert button Then the data will automatically inserts in...

View Answer   |  Sep 25 2008  7:39 AM GMT
ASP.NET
asked by KUNDELLA

  10 pts.

Error inserting data in table

hi plz help me ,i want to insert some data in a table but some error ocurred. --------------------------------------------------------------- using System; using System.Data.SqlClient; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI;...

View Answer   |  Sep 10 2008  6:50 AM GMT
SQL, ASP.NET, C#
asked by Amitshukla

  45 pts.

how to view data in gridview with a sqldatasource

hi , i m amit i want a help to view datasource and grideview,when i make connection in datasourse and use this connection in gridview and run it page can not display gridview structure. plz help me

Answer Question   |  Sep 9 2008  11:02 AM GMT
SQL, ASP.NET, C#
asked by Amitshukla

  45 pts.

Error message when connecting SQL Server database to ASP.NET

I’ve been getting the following message when connecting my SQL Server database to the ASP.NET application: "Login failed because, under default settings, SQL Server 2000 does not allow remote connections." What might this mean?

View Answer   |  Sep 8 2008  8:12 PM GMT
ASP.NET, SQL Server errors, SQL Server database
asked by SQL Server Ask the Experts

  2445 pts.

DotNetNuke question - adding a user control to module

I am working on a dotnetnuke web application and I am trying to add a user control (.ascx) to the app. It compiles cleanly , but I run the application and click the link to load the user control, I get the following error: " Could not load type 'ICPC.DNN.Modules.TimeXP.controlname'" Does anyone...

Answer Question   |  Aug 29 2008  4:16 PM GMT
Visual Basic, ASP.NET, Visual Basic .NET
asked by Phillips9j

  5 pts.

Need to know about Performance testing tool which can test VB 6, ASP.NET and C# together or seperately

Hi All, I have got an application which is integration of 3 sub applications, 1st sub application is developed in ASP.NET, the 2nd in VB 6.0 and 3rd in C#. These 3 sub application is combined and integrated to one and have dependencies on each other. I need to execute Performance Testing in this...

Answer Question   |  Aug 29 2008  5:39 AM GMT
Visual Basic, Software testing, ASP.NET
asked by Devdeep

  25 pts.

SQL server - Stocks Data -How to Push Data To Client Application

My client application providing real time stock quotes takes data using a xml webservice which pulls data from sql server 2005.with number of clients increasing for same piece of data, the sql server is being queried again and again.Is there a way to push data from sql 2005 to client application...

View Answer   |  Aug 25 2008  5:53 AM GMT
ASP.NET, XML, SQL Server
asked by Rak999

  5 pts.

For Proper Log out in ASP web application.

Hopefully there are some ASP/VB experts out there who can help me. My problem is to have proper log out in an ASP web application. Specifically, the problem is that I have a web application which is built in ASP, now when the user clicks on the log out link, then user is redirected to the login...

View Answer   |  Aug 21 2008  5:25 AM GMT
ASP.NET, Web development, ASP
asked by Abhishek0216

  5 pts.

To share session value to different App Domain

I just want to share a session value (User ID) from ASP.NET to PHP application due to implement Single Sign On (SSO) for my parent application (ASP.NET)

Answer Question   |  Aug 21 2008  5:01 AM GMT
PHP, ASP.NET, Web development
asked by PraveenIndia

  5 pts.

ASP.net profile object

I attempted to use the profile object as described in a training video; however when I hit f5(to execute the app in debug mode) the browser begins to opens up but I end up with the debugger telling me it cannot open SQL Server. According to the video the Profile object will default to "string" if...

Answer Question   |  Aug 20 2008  3:36 PM GMT
ASP.NET, SQL Server 2005, Profile object
asked by Alemap

  5 pts.

Share Session State Between Classic ASP and ASP.NET with out involving Database

How to Share Session State Between Classic ASP and ASP.NET with out involving Database

Answer Question   |  Aug 13 2008  5:43 AM GMT
ASP.NET, Web development, ASP
asked by Vini Chandamama

  100 pts.

Building asp.net multilingual aplication

Hi, I have a doubt on asp.net. That is, I need to build a multilingual web application. Just for an example, I tried to create a resource using Tools Menu's Generate Local Resource menu item for a default.aspx page. But the menu item is disabled. I am not understanding, how to activate that menu...

Answer Question   |  Jul 31 2008  6:22 AM GMT
ASP.NET, Web applications, Generate Local Resource
asked by Vini Chandamama

  100 pts.

ASP.net c#

hello body, please help me on that i am working on visual studio 2005. asp.net c#. i want to write some code which is about database. i want to save and load my listbox usgin database.

Answer Question   |  Jul 30 2008  12:18 AM GMT
ASP.NET, C#, Visual Studio 2005
asked by Zoloshko

  10 pts.

How to correctly build a messaging system.

Hi. I am trying to build a messaging system for a website for my company. The problem is that the system needs to be able to post up user messages any time, with an easy script like AddNewMessage("something happened",MessaveSeverity.Error); The system I have works fine - as long as the page has...

View Answer   |  Jul 23 2008  8:07 PM GMT
ASP.NET, ASP, User controls
asked by Crabpot8

  95 pts.

server 2003 folder permission revert to original setting

I have added the permission for Network Service many times to both folders C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files and C:\WINDOWS\Temp but after several hours the permission for Network Service is removed from both folders.

View Answer   |  Jul 23 2008  5:58 PM GMT
Windows Server 2003, ASP.NET, Folder permissions
asked by Azzurri

  5 pts.

In ASP.NET 2.0 How do I return a value from a page that is a user control and postback?

Overview: Click a button on a page, have it popup a search page (js, ajax, whatever). The search page is nothing more than a wrapper for a user control which contains the search logic & UI - I can manipulate properties if needed. The popup has fields to search by, a search button, and a cancel...

View Answer   |  Jul 22 2008  2:58 PM GMT
ASP.NET, JavaScript, Web development
asked by Sjd0103

  5 pts.

61 - 80 of 125