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
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...
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
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...
I would like to know is there any website which offers free practice exercises on vb & asp.net? Thanks Gayathri
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...
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...
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 ?
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...
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...
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...
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...
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...
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...
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?
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....
Basic difference between user side control and server side control
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
How to use share point in asp.net need step by step procedure video tutorial is more useful.


