| Thread | Last Post | Replies |
|
| Web Parts on ASP.NET 2 | 28 Jun 2006 22:57 GMT | 1 |
After developing web parts for sharepoing technologies, I'm getting into the new ASP.NET 2 web part technology, and I have, maybe, a very beginner's question. Does anyone knows where the new ASP.NET 2 web part framework infrastructure
|
| formatted Excel Report | 28 Jun 2006 22:11 GMT | 1 |
I've seen examples of this in classic asp - but there is probably an easier way to do this. I have a client that wants 'downloadable' excel spreadsheet reports - i do not have control over my web server so i cannot use the Excel object model or SQL Reporting, Crystal, etc. The ...
|
| Freeze columns in GridView ASP.NET2.0(Urgent) | 28 Jun 2006 22:08 GMT | 5 |
Hi I am working with ASP.NET2.0, How can i freeze some of the columns of GridView Control. Thanks in Advance.
|
| ASP.NET 2.0 Session_End Question | 28 Jun 2006 21:54 GMT | 1 |
We recently upgraded a 1.1 app to 2.0. We are experiencing a strange bug that happens randomly. When a user is authenticated a string variable is added to the session. During debugging I put a watch on this variable and the sessionID. Strangley the sessionID goes in an out of ...
|
| Best way to dump HTML strings to a page in ASP.Net? | 28 Jun 2006 21:53 GMT | 3 |
I'm currently work'n on a project where I'm dynamically generating some HTML as text into a string builder. My ASP page has a <span> tag on it and after I gernerate HTML to my string builder I concat all the strings and set the span's innerHTML property to this output. What I'm
|
| Problem with - Visual Studio Express | 28 Jun 2006 21:34 GMT | 2 |
I am using Microsoft Visual Web Developer Studio 2005 Express Edition. I have been using it for the past few months and all of sudden today, it started to behave in a strange manner. I am not able to open any .aspx files from solution explorer either in
|
| Deleting row from GridView causes ArgumentOutOfRangeException during System.Web.UI.WebControls.GridView.set_SelectedIndex(Int32 value) | 28 Jun 2006 21:32 GMT | 2 |
I am using Link Button for DELETE on the gridview. When I click on DELETE link, I get the ArgumentOutOfRangeException. But...it deletes the record from table in the database. On Gridview_rowdatabound, I am dynamically building hyperlink control
|
| Modal Popups in ASP .NET | 28 Jun 2006 21:11 GMT | 3 |
I recently saw an application which uses a frameless popup while loading (i.e. a popup appears on top of the application, not inside the browser window). How can such popup be displayed in the application while its loading? Here is a screenshot:
|
| Getting a random letter. | 28 Jun 2006 20:54 GMT | 4 |
I can grab a random number in vb.net like this: Dim RandomClass As New Random Dim RandomNumber As Integer RandomNumber = RandomClass.Next(1, 26)
|
| Long Build Times | 28 Jun 2006 20:27 GMT | 3 |
I'm fairly new to VS2005, and have moved over a VS2003 web to VS2005. My web is relatively small in size (maybe 50 pages?). It's taking me over two minutes to build my website (ctl-shft-b) is this normal?
|
| Creating two different session's from the same page | 28 Jun 2006 18:04 GMT | 1 |
I have a asp page on one(www.abc.com) site from which I click one hyperlink which opens a aspx page of another site (www.xyz.com) now I click the same link and open one more instance of the same site (www.xyz.com) , Now in this scenario is it possible to maintain 2 different ...
|
| Cannot Connect to Remote Server | 28 Jun 2006 17:42 GMT | 2 |
This is driving me absolutely mad. We've been using this code to connect to a remote site: System.Net.ServicePointManager.CertificatePolicy = New cCertificatePolicy
|
| Tutorial Video | 28 Jun 2006 17:42 GMT | 4 |
I am trying to create test web page using tutorial http://download.microsoft.com/download/8/3/6/836dd5f8-fa92-499f-8219-0d326f13bf1 8/hilo_data_final.wmv I am using northwind.mdb as data source. I am creating simple page displaying orderid in combobox and displaying corrosponding
|
| System.NET.Mail and Outlook | 28 Jun 2006 17:20 GMT | 2 |
Is there any way that I can use the System.NET.Mail classes to send an email so that the sent emails appear in the Sent Email folder in Outlook for the email address of the person that I am sending the email from
|
| is Connection.close() enough or | 28 Jun 2006 17:16 GMT | 6 |
do I need to explicitly do a Connection.Dispose() too? Thnx
|