ASP.NET Questions


GridView different Page view problem – Visual Studio, ASP.NET
definition of question are as follows: [HttpException (0x80004005): The GridView 'GridViewsearch' fired event PageIndexChanging which wasn't handled.] System.Web.UI.WebControls.GridView.OnPageIndexChanging(GridViewPageEventArgs e) +1495955 System.Web.UI.WebControls.GridView.HandlePage(Int32 newPage) +83 System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) +467 System.Web.UI.WebControls.GridView.RaisePostBackEvent(String eventArgument) +199 System.Web.UI.WebControls.GridView.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +177 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746

Answer Question   |  February 8, 2010  5:57 AM
ASP.NET, ASP.NET 3.5, Visual Studio, Visual Studio 2008
10 pts.

IIS on 2003 server
how to configure IIS

Answer Question   |  January 25, 2010  10:06 AM
ASP.NET, IIS, IIS configuration, Windows Server 2003
asked by:
5 pts.

OnClick Event of Radio Button DOES NOT WORK in either Firefox or IE
HELLO EVERYONE!!! I am working on a project where I am dynamically instantiates radio buttons based on the database. I am using ASP.Net/VB to code this. The portion where I initialized data from the database works fine but the radio buttons does work when clicked. here’s the sample code: BGrpCode = “” & strGrpID & [...]

Answer Question   |  January 22, 2010  9:25 AM
ASP.NET, ASP.NET 2008, VB, Visual Basic
asked by:
5 pts.

Formatting VB Script
Hello programmer’s. I have the following VB script in VS2005, ASP.NET that writes sql data to a text file. Can someone help me understanding whether I can format the paydate and checkamt fields? Please see the two sample format problems below. I need to reformat certain values. Do I do the formatting in the Dim [...]

Answer Question   |  December 15, 2010  9:26 PM
ASP.NET, VB.NET, VBScript, Visual Studio
asked by:
50 pts.

Create A Fixed Text File From SQL DB Table
Hello programmers. After doing much research I am unable to resolve how or where to custom format each field of my SQL table output into my text file. Can someone help me with enhancing the below vb script? I need to reformat certain values. Do I do the formatting in the Dim section or in [...]

Answer Question   |  January 12, 2010  1:56 AM
ASP.NET, SQL Database, SQL tables
asked by:
50 pts.

Access to network drive
We have shared a drive to our web server and want to upload files to that server(Network drive) through coding, we are using ASP.NET framework 1.0. Can you help me in this regard

Answer Question   |  December 30, 2009  4:27 PM
ASP.NET, Network drives
asked by:
25 pts.

client server is slow when webserver execute
whenever i connect to vb6 exe to client server is ok. if we connect to web server at that time vb6 exe is slow occationaly not always in peak time

Answer Question   |  December 1, 2009  11:32 AM
ASP.NET, Client server software, IIS 6.0, VB6, Visual Basic
asked by:
5 pts.

Going mult-tier
I have a bunch of webservers which connect to databases directly (2tier).  I need to go multi tier to remove the security issues associated with direct db links to systems from outside the firewall… What’s the best way of accomplishing this, given that I don’t have dedicated app servers, i guess i am looking at [...]

Answer Question   |  November 19, 2009  4:07 PM
ASP.NET, Tier architectures, Web server administration
asked by:
5 pts.

how to use the script manager in the calendar control in ajax in asp.net
Hello. I am having a problem in using  the script manager of any contro of ajax in asp.net.

Answer Question   |  October 30, 2009  6:12 AM
Ajax, Ajax Script Manager, ASP.NET, Script Manager
asked by:
10 pts.

MS Exchange 2003 API / OLDAP question – How to add a contact programmatically?
We use Exchange 2003. How can I add contacts to specific users via API or LDAP programmatically?  Is it possible? I was thinking of creating a web form in ASP.Net and when a user types the info of the new contact they select a distribution group. Once the group is selected I determine who is [...]

Answer Question   |  August 23, 2012  6:30 PM
API, ASP.NET, Exchange 2003, Exchange API, LDAP
asked by:
5 pts.

ASP.NET
Dear Sir, Can someone kindly help me with the following: I want to export html to word with an image.  I struggle a lot to do this. Appricate it if someone can help me. Thank you Jessica

Answer Question   |  January 23, 2010  8:45 PM
ASP.NET, Visual Studio 2008
asked by:
20 pts.

Plans and Guidelines for a Web Application Project
Hello there fellow users, I have been entrusted with the task of designing and implementing a financial system for a charity foundation where I live. The charity foundation requires its work (addition and retrieval of records, for example) to be done online, using a web app. The app connects to a database server for storage [...]

Answer Question   |  October 13, 2009  1:17 AM
Apache, ASP.NET, Java, MySQL, Web application deployment, Web development
asked by:
5 pts.

To increase my knowledge abt web technologies like asp.net
hello sir, Currently I m geting involved in one project, actually it is not a project just doing it for myself or to increase my knowledge. the project is portofolio management sevice.In this you can get ur current market worth bot all ur invesment thru this s/w. I have collected some info., but I need [...]

Answer Question   |  January 13, 2010  8:33 PM
ASP.NET
asked by:
60 pts.

Crystal Report
hi, i want to use crystal report in asp.net website using push model. i am facing problem in creation of crystal report object. Regards kalpa pachori [   Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load BindReport()   End Sub   Sub BindReport() query= "select * from DataTable1"   Dim myDS [...]

Answer Question   |  October 5, 2009  7:14 AM
ASP.NET, Crystal Reports
asked by:
10 pts.

Extract IP address
How to extract IP address using ASP.net with VB?

Answer Question   |  January 23, 2010  11:08 AM
ASP.NET, IP address, VB
asked by:
5 pts.

login page with other facilities
how to facilitate login page with forgot password & remember me..in asp.net with c#

Answer Question   |  September 10, 2009  7:27 PM
ASP.NET, C#, Password recovery
asked by:
5 pts.

Create a simple login in asp.net C#
hi i m learning c# 2008 and i want to create a login that can access the username and password fields from the database and redirect to particular pages, after they are matched from their respective textboxes. So please tell me how should I use my connections and pass query?? Thanks.

Answer Question   |  January 23, 2010  6:04 AM
ASP.NET, C#
asked by:
5 pts.

Online Survey project in ASP.NET
I need Online Survay Module source code in Asp.Net if any one have a n idea so please let me know Thanks in Advance

Answer Question   |  August 17, 2009  11:34 AM
ASP.NET
250 pts.

Errors of oracle 9i
How I can remove errors of oracle 9i. My server is providing me reports correctly but insertion and deletion including editing is not functioning properly. A messange appears that trigger does not match, re-validation is requied.

Answer Question   |  August 17, 2009  4:21 AM
ASP.NET, Oracle 9i, Oracle Validation Error
asked by:
5 pts.

ASP.NET image upload help
hello i need some help trouble shooting an image upload problem. it is from a tutorial from here: http://www.beansoftware.com/ASP.NET-Tutorials/Images-Database.aspx i altered slightly: to this– default.aspx <%@ Page Language=”VB” AutoEventWireup=”false” CodeFile=”Default.aspx.vb” Inherits=”_Default” %> <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml”> <head runat=”server”> <title></title> <style type=”text/css”> .style1 { width: 260px; } .style2 { width: [...]

Answer Question   |  August 5, 2009  12:47 AM
ASP.NET, ASP.NET 2.0
asked by:
65 pts.