ASP.NET Questions and Answers

Recent IT Questions

81 - 100 of 125

how to generate dll of user control in asp.net

i created user control in asp.net with c# into that user control i used javascript so how can i generate dll for that control to reuse in another application. it is a web based user control

Answer Question   |  Jul 12 2008  6:30 PM GMT
ASP.NET, JavaScript, C#
asked by Hardikdens

  5 pts.

display a TreeView in a modal Window

hi every one, i have a problem using a treeView in a modal window. the state is as follows: i put a TreeView on a web page called test1.aspx . set its data source value . when i view this page from an IE window every thing is going well but when i open test1.aspx using...

View Answer   |  Jul 9 2008  11:02 AM GMT
ASP.NET, JavaScript, Web development
asked by Ms wzrd

  5 pts.

Listing public folders and subfolders

Hi, Now I am developing an application using Exchange 2007 with EWS. I am having trouble with listing the public folders and subfolders. Also I need to access the items which are present inside the public folders. I am using C# asp.net for my application. Kindly help to solve this. Thanks, Parani

View Answer   |  Jul 3 2008  2:30 PM GMT
ASP.NET, Exchange 2007, Public folders
asked by Parani

  5 pts.

How to create links dynamically and add into placeholder control

HyperLink[] h=new HyperLink[size]; for(int k = 0;k < size;k += 4) { h[k] = new HyperLink(); h[k].Text= a[k + 1].ToString(); h[k].NavigateUrl=a[k+2].ToString(); control.Controls.Add(h[k]); } i want to create hyperlinks dynamically in ASP.Net but i recieved null object exception when i...

Answer Question   |  Jun 27 2008  5:03 AM GMT
ASP.NET
asked by Aras

  10 pts.

I would like to know is there any website which offers free practice exercises on vb & asp.net?

I would like to know is there any website which offers free practice exercises on vb & asp.net? Thanks Gayathri

View Answer   |  Jun 5 2008  0:55 AM GMT
Visual Basic, ASP.NET, VB
asked by Gaya3

  5 pts.

Oracle -fetched column value truncated error

Hi I am using ASP.net using C# in my application which connects to Oracle 9i DB with a UTF8 character set. On of my columns in a table has datatype Nvarchar2(4000), when I try to fetch data through a Stored proecedure using execute Dataset command in C# it throws error "ORA 01406 -fetched column...

View Answer   |  May 22 2008  7:31 AM GMT
Oracle, ASP.NET, Oracle error messages
asked by Shwetavyas

  15 pts.

How shared functions work

Hi, Very recently I had a passion for Shared methods. I have read many articles regarding usage of Shared methods and variables and now I am confused whether it is a good choice or not. Let us discuss bu using a simple example. Consider the class below Class User Public Shared Function...

View Answer   |  May 15 2008  5:34 AM GMT
ASP.NET, Development, Web development
asked by Anishgk80

  5 pts.

socket programming

I want a client- server socket program source code in ASP and VB script

Answer Question   |  Mar 14 2008  12:27 AM GMT
ASP.NET, VBScript, Client-server programming
asked by Soukathitmep

  5 pts.

google-map like web image

how to present images like google map do? i have tried to use their API but i could not define certain image to be displayed instead of the map. any idea ?

Answer Question   |  Mar 10 2008  1:42 PM GMT
ASP.NET, Web development, Ajax
asked by Ala

  5 pts.

how do i display session id on the web

hi, I am doing a login page with mysql and asp.net/c#. I would like the program to run in the following sequence. 1. the user login 2. the login page will search through mysql database, 3. when it is Authenticate, it will allow the user to access. my concern now is how to you use the session id to...

View Answer   |  Feb 26 2008  9:38 AM GMT
C, ASP.NET, MySQL
asked by Blue

  50 pts.

Membership login with mysql

hi, i doing a login program which will be using mysql. I would like to how do i do that, I have done a little but i am stuck half way can anyone help? protected void Login1_Authenticate(object sender, AuthenticateEventArgs e) { MySqlConnection conDatabase = new...

View Answer   |  Feb 21 2008  1:36 AM GMT
C, ASP.NET, MySQL
asked by Blue

  50 pts.

asp.net/c# session timeout

hi , I am currently doing a login page. I would like to prompt the user by create a pop out text when the session is ending soon. After that the page will be redirected to the login page. can anyone help me with that. the following is my program. protected void Page_Load(object sender, EventArgs...

View Answer   |  Feb 12 2008  6:40 AM GMT
C, ASP.NET
asked by Blue

  50 pts.

How to pass master page control values between content pages

I am new to ASP.NET 2. I have a master page with two buttons and a textbox and a load of static stuff. I have a postbackurl on each button which refers to each of my two content pages. When I go to one content page and enter text in the textbox, I would like the text to be present in the second...

Answer Question   |  Feb 11 2008  6:04 PM GMT
ASP.NET, ASP Masterpage control postback
asked by HaroldTheCat

  5 pts.

ASP.net application domain name

I have a question about the name of application domain for .net web applications. The name of an application domain looks something like "/LM/W3SVC/1613272721/Root/Connector Web Service-2-128396284933226192". The number "2-128396284933226192" is kind of random number and a new number is generated...

Answer Question   |  Feb 7 2008  6:01 AM GMT
ASP.NET, IIS
asked by Bhabani

  5 pts.

ASP, ASPX Pages give error

I have a Windows XP Media Edition PC. Recently IIS stopped serving ASP and ASPX pages, though HTML was still ok. ASP and ASPX gave an HTTP 500 error, and the event log had the following message: The server failed to load application '/LM/W3SVC'. The error was 'The specified metadata was not...

View Answer   |  Feb 4 2008  4:47 PM GMT
Windows XP, ASP.NET, IIS
asked by Bsaffin

  10 pts.

send random password to user

hi , I would like to ask if anyone know how to use the password recovery . I would like to send a email with a random password to the user. How can i achieve that?

View Answer   |  Feb 1 2008  7:16 PM GMT
ASP.NET
asked by Blue

  50 pts.

Web Services SQLCommand object

Can you pass a SQLCommand object to/from ASP.NET 2.0x Web Service? This worked under .Net 1.1 but an upgrade to 2.0 (using IIS 5) caused this to stop. Amongst the errors at the server level I could see that my SQLCommand "could not be serialized". Please email or post if you know the answer....

Answer Question   |  Feb 1 2008  6:19 AM GMT
ASP.NET, Web services
asked by OlSureHand

  20 pts.

Basic difference between user side control and server side control

Basic difference between user side control and server side control

View Answer   |  Dec 19 2007  10:04 AM GMT
ASP.NET
asked by Mastermehat

  5 pts.

sql server reporting server

I have seperate application server for ASP.NET(2.0) and Database server for Sql RS 2000, when i try calling reporting service webservice to generate excel and allow to download to the web user, it gives an error as "401 as unauthorised", can anybody has a solution for this Regards, Prathesh

View Answer   |  Dec 4 2007  12:56 AM GMT
ASP.NET, SQL Server 2000, Reporting Services
asked by Prathesh

  5 pts.

How to use share point in asp.net

How to use share point in asp.net need step by step procedure video tutorial is more useful.

Answer Question   |  Nov 30 2007  9:07 AM GMT
ASP.NET, SharePoint
asked by Yamunasri

  5 pts.

81 - 100 of 125